This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

_G_config.h is not installed


Hi, 

I'm currently trying to cross compile glibc-2.2.4 for an i386-linux
system; while compiling gcc it breaks here: 

----------8<----------8<---------8<----------8<----------8<----------
test x"no" != xyes ||\
  /usr/local/home/robert/ptxdist/build/gcc-2.95.3-i386-linux-stage2/gcc/xgcc -B/usr/local/home/robert/ptxdist/build/gcc-2.95.3-i386-
linux-stage2/gcc/ -B/tmp/ptxdist-local/i386-linux/bin/ -c -g -Os -I. -I/usr/local/home/robert/ptxdist/build/gcc-2.95.3/libio -D_IO_M
TSAFE_IO  /usr/local/home/robert/ptxdist/build/gcc-2.95.3/libio/iogetline.c -o pic/iogetline.o
/usr/local/home/robert/ptxdist/build/gcc-2.95.3-i386-linux-stage2/gcc/xgcc -B/usr/local/home/robert/ptxdist/build/gcc-2.95.3-i386-li
nux-stage2/gcc/ -B/tmp/ptxdist-local/i386-linux/bin/ -c -g -Os -I. -I/usr/local/home/robert/ptxdist/build/gcc-2.95.3/libio -D_IO_MTS
AFE_IO /usr/local/home/robert/ptxdist/build/gcc-2.95.3/libio/iogetline.c
In file included from /usr/local/home/robert/ptxdist/build/gcc-2.95.3/libio/iolibio.h:1,
                 from /usr/local/home/robert/ptxdist/build/gcc-2.95.3/libio/libioP.h:47,
                 from /usr/local/home/robert/ptxdist/build/gcc-2.95.3/libio/iogetline.c:26:
/usr/local/home/robert/ptxdist/build/gcc-2.95.3/libio/libio.h:30: _G_config.h: No such file or directory
/usr/local/home/robert/ptxdist/build/gcc-2.95.3/libio/libio.h:167: bits/stdio-lock.h: No such file or directory
make[2]: *** [iogetline.o] Error 1
make[2]: Leaving directory `/usr/local/home/robert/ptxdist/build/gcc-2.95.3-i386-linux-stage2/i386-linux/libio'
make[1]: *** [all-target-libio] Error 2
make[1]: Leaving directory `/usr/local/home/robert/ptxdist/build/gcc-2.95.3-i386-linux-stage2'
make: *** [/usr/local/home/robert/ptxdist/state/xchain-gccstage2.compile] Error 2
----------8<----------8<---------8<----------8<----------8<----------

_G_config.h was somehow not installed by the glibc 'make install' run. Glibc
was configured with

----------8<----------8<---------8<----------8<----------8<----------
/usr/local/home/robert/ptxdist/build/glibc-2.2.4/configure  i386-linux --build=i686-pc-linux-gnu --host=i386-linux --disable-sanity-checks --with-fp=no --enable-shared --enable-profile=no --enable-omitfp --enable-add-ons=linuxthreads --prefix=/tmp/ptxdist-local/i386-linux --libexecdir=/tmp/ptxdist-local/i386-linux/usr/bin
----------8<----------8<---------8<----------8<----------8<----------

Does anybody have an idea what the reason could be? 

Robert
-- 
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
     Hornemannstraße 12,  31137 Hildesheim, Germany
    Phone: +49-5121-28619-0 |  Fax: +49-5121-28619-4


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