Re: [gentoo-user] firefox-9.0 won't compile

2012-02-08 Thread Corentin RIVOT
Looks your variable MAKEOPT in make.conf. Decrease the -jX flag for -j1 can solve the problem but your problem it's still strange. It is possible that this comes from a lack of ram. regards, On Wed, Feb 8, 2012 at 5:03 AM, Grant emailgr...@gmail.com wrote: I'using CFLAGS=-march=core2 -O2

Re: [gentoo-user] firefox-9.0 won't compile

2012-02-07 Thread Corentin RIVOT
I'using CFLAGS=-march=core2 -O2 -pipe -msse4.1 Firefox builds with success for me. gcc is 4.5.3 for me. It's strange. I had a similar problem but it had a bad kernel configuration. When I have this problem it's gcc receive SIGSEV signal. I don't think that you have the same problem like me. I

Re: [gentoo-user] firefox-9.0 won't compile

2012-02-06 Thread Corentin RIVOT
At first glance firefox uses the arithmetic pointer and Wno-pointer-arith lifts warnings or errors when used. This is what gcc says : error: pointer of type 'void *' used in arithmetic What it gives without this flag and Is there a particular reason for using this one ? Regards, On Mon, Feb 6,