This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: failure on alphaev5-unknown-linux-gnulibc1


On Wed, Oct 01, 1997 at 09:56:16PM -0000, Cotton Seed wrote:
> In file included from iogetc.c:26:
> libioP.h:31: bits/libc-lock.h: No such file or directory

Yeah, I believe that Ulrich is still in the process of merging
his current stuff.  At the moment I skip all that nonsense and
just build in the gcc subdirectory.

But the fix will be something along these lines:

#ifdef __GLIBC__
#ifdef __GLIBC_MINOR__ == 0
#include <libc-lock.h>
#else
#include <bits/libc-lock.h>
#endif
#endif


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]