Re: Debian GNU/Hurd: error building hurd binaries without compiler optimization option

2009-09-22 Thread olafBuddenhagen
Hi, On Wed, Sep 16, 2009 at 10:26:59PM +0200, computer.enthusiastic wrote: > Another interesting clue is that the gcc error *ONLY* occurs when the > -O2 compiler option is omitted from the ./configure file and, this > way, from the main Makefile. In other words, this error seems not to > interfer

Re: Debian GNU/Hurd: error building hurd binaries without compiler optimization option

2009-09-16 Thread Samuel Thibault
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

Re: Debian GNU/Hurd: error building hurd binaries without compiler optimization option

2009-09-16 Thread computer.enthusiastic
Hi Samuel, 2009/9/15 Samuel Thibault > It is local to the libpthread/ directory. In principle it should work > thanks to the _FORCE_INLINES define that makes > libpthread/sysdeps/i386/bits/spin-lock-inline.h always provide the > inlines but apparently it doesn't. Could be worth checking why. > >

Re: Debian GNU/Hurd: error building hurd binaries without compiler optimization option

2009-09-15 Thread Samuel Thibault
computer.enthusiastic, le Tue 15 Sep 2009 23:43:46 +0200, a écrit : > The strange thing is that only few days ago I compiled without errors at least > the content of certain directories (for example /console or /console-client) > with the debug option enabled and the optimization disabled. > > Is

Debian GNU/Hurd: error building hurd binaries without compiler optimization option

2009-09-15 Thread computer.enthusiastic
Hello, I'm trying to natively rebuild (on a Debian GNU/Hurd system) some binaries from the hurd source package (20090404-1), but I can't figure out how to solve a compilation error. My system has been recently updated using "apt-get update" and "apt-get upgrade" commands. The installed gcc compi