leoCCB
(usa Slackware)
Enviado em 18/06/2016 - 23:59h
Pessoal, estou tentandocompilar o lame aqui no slack-current 32 bits. Ele reclama dessa opção mismatch. Segui algumas dicas mudando a variável CFLAGS, mas deu o mesmo resultado. Olha as ultimas linhas da compilação:
In file included from xmm_quantize_sub.c:37:0:
/usr/lib/gcc/i586-slackware-linux/5.3.0/include/xmmintrin.h:181:1: error: inlining failed in call to always_inline '_mm_add_ps': target specific option mismatch
_mm_add_ps (__m128 __A, __m128 __B)
^
xmm_quantize_sub.c:90:29: error: called from here
vec_sum._m128 = _mm_add_ps(vec_sum._m128, vec_tmp._m128);
^
In file included from xmm_quantize_sub.c:37:0:
/usr/lib/gcc/i586-slackware-linux/5.3.0/include/xmmintrin.h:237:1: error: inlining failed in call to always_inline '_mm_and_ps': target specific option mismatch
_mm_and_ps (__m128 __A, __m128 __B)
^
xmm_quantize_sub.c:89:29: error: called from here
vec_tmp._m128 = _mm_and_ps(vec_tmp._m128, vec_fabs_mask); /* fabs */
^
make[3]: *** [xmm_quantize_sub.lo] Error 1
Makefile:319: recipe for target 'xmm_quantize_sub.lo' failed
make[3]: Leaving directory '/tmp/SBo/lame-3.99.5/libmp3lame/vector'
make[2]: *** [all-recursive] Error 1
Makefile:547: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/tmp/SBo/lame-3.99.5/libmp3lame'
make[1]: *** [all-recursive] Error 1
Makefile:349: recipe for target 'all-recursive' failed
make[1]: Leaving directory '/tmp/SBo/lame-3.99.5'
Makefile:276: recipe for target 'all' failed
make: *** [all] Error 2
Failures:
lame: lame.SlackBuild return non-zero
Desde já agradeço!!