On Fri, 2006-05-26 at 20:59 +0300, Andy Shevchenko wrote: > Hi! > > I've downloaded the jack-audio-connection-kit and try to build it. > But it failed by following reason: > > /bin/sh: line 1: 26218 Segmentation fault gcc -DHAVE_CONFIG_H -I. > -I. -I.. -I.. -I../config -I.. -I.. -D_REENTRANT > -D_POSIX_PTHREAD_SEMANTICS -Wall -g -DREENTRANT -O3 -fomit-frame-pointer > -ffast-math -funroll-loops -I../config -I.. -I.. -D_REENTRANT > -D_POSIX_PTHREAD_SEMANTICS -Wall -g -march=pentium2 -mcpu=pentium4 -O3 > -ffast-math -funroll-loops -fprefetch-loop-arrays -I../config -I.. -I.. > -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -DREENTRANT -O3 > -fomit-frame-pointer -ffast-math -funroll-loops -I../config -I.. -I.. > -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -march=pentium2 > -mcpu=pentium4 -O3 -ffast-math -funroll-loops -fprefetch-loop-arrays -MT > lsp.o -MD -MP -MF ".deps/lsp.Tpo" -c -o lsp.o lsp.c > make[2]: *** [lsp.o] Error 1 > > > However, x86_64 version was built OK. http://buildsys.fedoraproject.org/logs/fedora-development-extras/9977-jack-audio-connection-kit-0.101.1-8.fc6/i386/build.log Hmmm, something is going horribly wrong with the opt flags. I should have looked at that closer in review. Its quite possible the mess of opt flags are hitting a gcc bug in devel. (It did compile for i386 in mock against FC5 just fine...) I suggest removing the --enable-optimize whether or not it fixes the problem, as it seems to completely ignore the CFLAGS its given. It should be using the standard opt flags anyway. And incidentally, I only just now spotted this: configure: WARNING: *** capabilities not enabled, stripped jackd has no effect Looks like you can take --enable-stripped-jackd flag off, it does nothing. I was wondering what that was for...
Attachment:
signature.asc
Description: This is a digitally signed message part
-- fedora-extras-list mailing list fedora-extras-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-extras-list