Chris Staub wrote:
Jeremy Huntwork wrote:

The fix you added to the gcc 4 branch for this doesn't quite cut it, I'm still getting Seg faults. The problem is that the configure file specifies -O2 as a CFLAG, so the sed needs to be extended, like so:

sed -i 's/-O2/-O/' MCONFIG configure
>
I already sent a message about this, yesterday. :) Anyway, it will work if only configure is modified

Well, I didn't get that message...perhaps because I'm *still* using the flaky news server. Anyhow, thanks for the heads up, my log-checking needs improving! I saw the -O at the start of the compile line and thought "ah, that's got it" so left it at that. Unfortunately, as you state, there's a "-O2" setting later on in the command line!

Cheers,

Matt.

--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to