failure on alphaev5-unknown-linux-gnulibc1
Richard Henderson
rth@cygnus.com
Wed Oct 1 23:28:00 GMT 1997
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~
More information about the Gcc
mailing list