This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu 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]

another freaking glibc release...oh joy



compiling 2.1.3 with the following configuration:

../glibc-2.1.3/configure --host=i386-pc-linux-gnulibc2 
--build=i386-pc-linux-gnulibc2 --target=i386-pc-linux-gnulibc2 
--prefix=/usr/gc --sysconfdir=/etc --with-elf --disable-libio 
--enable-shared --disable-profile --enable-add-ons

that is *without libio* , results in:

make[2]: Entering directory /uni3/rem/buu/glibc-2.1.3/string'
/usr/gc/lib/gcc-lib/i386-pc-linux-gnulibc2/egcs-2.91.66/front/gcc
 ../sysdeps/generic/_strerror.c -c -O -Wall -Winline -Wstrict-prototypes 
-Wwrite-strings -g  -I../include -I. -I/buu/glibc/string -I..   
-I/buu/glibc -I../sysdeps/i386/elf -I../crypt/sysdeps/unix 
-I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread
 -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix 
-I../linuxthreads/sysdeps/i386 -I../sysdeps/unix/sysv/linux/i386 
-I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common 
-I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 
-I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix 
-I../sysdeps/posix -I../sysdeps/i386/fpu -I../sysdeps/libm-i387 
-I../sysdeps/i386 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754 
-I../sysdeps/libm-ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic  
 -D_LIBC_REENTRANT -include ../include/libc-symbols.h     
-o /buu/glibc/string/_strerror.o
../sysdeps/generic/_strerror.c: In function _strerror_r':
../sysdeps/generic/_strerror.c:43: sys_nerr' undeclared (first use in this function)
../sysdeps/generic/_strerror.c:43: (Each undeclared identifier is reported only once
../sysdeps/generic/_strerror.c:43: for each function it appears in.)
../sysdeps/generic/_strerror.c:43: sys_errlist' undeclared (first use in this function)
make[2]: *** [/buu/glibc/string/_strerror.o] Error 1
make[2]: Leaving directory /uni3/rem/buu/glibc-2.1.3/string'

these functions are defined in the libio/stdio.h headers...but not in the 
standard stdio.h.

I would have used gcc 2.95.2....but i can't compile it because glibc
doesn't like libstdc++ at all...even with the available patch.
i was hoping this release would solve that problem, or at least that compiling 
it without libio would allow me to compile a working c++...but i never 
got that far.


fractoid


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