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]

Re: [PATCH] Next attempt on the gcc3 vs glibc2.2.4 patch


Folks,

Today I tried compiling latest glibc-CVS + Jakub's patch on my linux/alpha box.

It seems I hit the atexit problem, but I don't understand why.  I thougth it 
was fixed in gcc-3.0.1-CVS ?  Am I missing a patch somewhere ?

Anyway, here is some info:
alpha_chris$ uname -a
Linux ludwig-alpha 2.4.6-ac2 #5 Thu Jul 12 14:45:17 CEST 2001 alpha unknown
alpha_chris$ ld -V
GNU ld version 2.11.90 (with BFD 2.11.90)
  Supported emulations:
   elf64alpha
   alpha
alpha_chris$ gcc -v
Reading specs from /usr/lib/gcc-lib/alphaev56-unknown-linux-gnu/3.0.1/specs
Configured with: ../gcc/configure --prefix=/usr --enable-shared --enable-threads --with-system-zlib alphaev56-unknown-linux-gnu
Thread model: posix
gcc version 3.0.1 20010808 (prerelease)
alpha_chris$ rpm -q glibc
glibc-2.2-CI.1


the tail of the make log ends thusly:
/usr/src/redhat/BUILD/glibc-build-alpha/elf/ld-linux.so.2
 --library-path /usr/src/redhat/BUILD/glibc-build-alpha
:/usr/src/redhat/BUILD/glibc-build-alpha/math
:/usr/src/redhat/BUILD/glibc-build-alpha/elf
:/usr/src/redhat/BUILD/glibc-build-alpha/dlfcn
:/usr/src/redhat/BUILD/glibc-build-alpha/nss
:/usr/src/redhat/BUILD/glibc-build-alpha/nis
:/usr/src/redhat/BUILD/glibc-build-alpha/rt
:/usr/src/redhat/BUILD/glibc-build-alpha/resolv
:/usr/src/redhat/BUILD/glibc-build-alpha/crypt
:/usr/src/redhat/BUILD/glibc-build-alpha/linuxthreads
 /usr/src/redhat/BUILD/glibc-build-alpha/sunrpc/rpcgen
 -Y `gcc -print-file-name=cpp | sed 's|/cpp$||'` -c
 rpcsvc/bootparam_prot.x
 -o /usr/src/redhat/BUILD/glibc-build-alpha/sunrpc/xbootparam_prot.T
/usr/src/redhat/BUILD/glibc-build-alpha/sunrpc/rpcgen:
 error while loading shared libraries:
 /usr/src/redhat/BUILD/glibc-build-alpha/libc.so.6.1:
 undefined symbol: atexit
make[2]: *** [/usr/src/redhat/BUILD/glibc-build-alpha/sunrpc/xbootparam_prot.stmp] Error 127
make[2]: Leaving directory `/usr/src/redhat/BUILD/libc/sunrpc'
make[1]: *** [sunrpc/others] Error 2
make[1]: Leaving directory `/usr/src/redhat/BUILD/libc'
make: *** [all] Error 2



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