[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: |
Tue, 15 Sep 2009 23:52:41 +0200 |
User-agent: |
Mutt/1.5.12-2006-07-14 |
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 it a general issue or is it local to my installation ?
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.
Samuel