[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Debian GNU/Hurd: error building hurd binaries without compiler optim
From: |
Samuel Thibault |
Subject: |
Re: Debian GNU/Hurd: error building hurd binaries without compiler optimization option |
Date: |
Wed, 16 Sep 2009 23:31:06 +0200 |
User-agent: |
Mutt/1.5.12-2006-07-14 |
computer.enthusiastic, le Wed 16 Sep 2009 22:26:59 +0200, a écrit :
> Thanks for your suggestions, I'll try to delve into it to understand if I can
> fix it. Any further advice will be very appreciated, of course ;-) Have you
> tried to replicate this error on your hurd installation ?
I don't have the time to.
> Another interesting clue is that the gcc error *ONLY* occurs when the -O2
> compiler option is omitted from the ./configure file
Yes, because it changes the way functions get inlined.
> to run the make
> command only in the directories whose binaries I'm interested in.
IIRC you can also run
make somedir
the extra kudo being that dependencies are compiled as needed.
Samuel