5.0-RELEASE --> cannot build any Mozilla Version
Thierry Thomas
thierry at pompo.net
Wed May 21 15:51:23 PDT 2003
Le Mer 21 mai 03 à 23:59:27 +0200, Joe Marcus Clarke <marcus at marcuscom.com>
écrivait :
>
> --march=p4 or pentium4 will cause Mozilla to break.
Only when gcc is broken, i.e. if it has been built without `-mno-sse2'.
To fix it, change your CFLAGS in /etc/make.conf, e.g.
CFLAGS= -O -pipe -mno-sse2
and then rebuild gcc (or rebuild + reinstall world), and it will work.
Note that without this trick, you will encounter other problems. For
example, you'll be able to build ogg / vorbis, but it will segfault...
References: PR bin/43299.
Regards,
--
Th. Thomas.
More information about the freebsd-stable
mailing list