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]

Re: current glibc vs debian sid


Roland,
   Actually the errors I get are different on debian ppc sid compared
to a rh 8.0 based ppclinux. The debian ppc sid build is of the form...

cd libc
mkdir build-powerpc-linux
CC=gcc-3.2 ../configure --host=powerpc-linux --build=powerpc-linux --prefix=/usr --without-cvs --enable-add-ons="linuxthreads" --with-headers=/usr/src/kernel-headers-2.4.20-pre10-ben0/include --enable-kernel=2.2.0

which seems to find gcc but ends with a mangled Makefile that does...

make -j1 -r CFLAGS="-g -O3" PARALLELMFLAGS=-s 

make[1]: Entering directory `/home/howarth/glibccvs/libc'
autoconf  sysdeps/unix/sysv/linux/configure.in > sysdeps/unix/sysv/linux/configure.new
autoconf: Undefined macros:
***BUG in Autoconf--please report*** AC_FD_MSG
***BUG in Autoconf--please report*** AC_FD_CC
***BUG in Autoconf--please report*** AC_FD_MSG
***BUG in Autoconf--please report*** AC_FD_CC
***BUG in Autoconf--please report*** AC_FD_CC
***BUG in Autoconf--please report*** AC_FD_CC
***BUG in Autoconf--please report*** AC_FD_CC
***BUG in Autoconf--please report*** AC_FD_CC
***BUG in Autoconf--please report*** AC_FD_CC
***BUG in Autoconf--please report*** AC_FD_CC
***BUG in Autoconf--please report*** AC_FD_CC
***BUG in Autoconf--please report*** AC_FD_MSG
***BUG in Autoconf--please report*** AC_FD_CC
***BUG in Autoconf--please report*** AC_FD_MSG
***BUG in Autoconf--please report*** AC_FD_MSG
***BUG in Autoconf--please report*** AC_FD_CC
***BUG in Autoconf--please report*** AC_FD_CC
***BUG in Autoconf--please report*** AC_FD_MSG
***BUG in Autoconf--please report*** AC_FD_MSG
***BUG in Autoconf--please report*** AC_FD_CC
***BUG in Autoconf--please report*** AC_FD_MSG
make[1]: *** [sysdeps/unix/sysv/linux/configure] Error 1
make[1]: Leaving directory `/home/howarth/glibccvs/libc'
make: *** [all] Error 2

Do you see anything like this on your ppc sid box? This is
with autconf-2.54-2. 
                                Jack
ps The problem on the pcclinux RH 8.0 based box seems different
and is likely due to the absence of the powerpc-redhat-linux-gcc
symlink in /usr/bin in Franz Sirl's custom gcc 3.2.1pre rpms.


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