This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: failure on alphaev5-unknown-linux-gnulibc1
- To: Cotton Seed <cottons at concmp dot com>
- Subject: Re: failure on alphaev5-unknown-linux-gnulibc1
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Wed, 22 Oct 1997 15:59:02 -0600
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <19971001215616.12232.qmail@concmp.com>you write:
> `./configure; make bootstrap' got me:
>
> make[2]: Entering directory `/usr/src/egcs-970929/libraries/libio'
> if [ -n "" ] && [ ! -d pic ]; then \
> mkdir pic; \
> else true; fi
> touch stamp-picdir
> test -z "" ||\
> /usr/src/egcs-970929/gcc/xgcc -B/usr/src/egcs-970929/gcc/ -c -g -O2 -I. -
> I. iogetc.c -o pic/iogetc.o
> /usr/src/egcs-970929/gcc/xgcc -B/usr/src/egcs-970929/gcc/ -c -g -O2 -I. -I.
> iogetc.c
> In file included from iogetc.c:26:
> libioP.h:31: bits/libc-lock.h: No such file or directory
> make[2]: *** [iogetc.o] Error 1
> make[2]: Leaving directory `/usr/src/egcs-970929/libraries/libio'
> make[1]: *** [all-target-libio] Error 2
> make[1]: Leaving directory `/usr/src/egcs-970929'
> make: *** [bootstrap] Error 2
I believe this was fixed in the last snapshot. Can you verify?
jeff