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]

Problems with compiling glibc-2.3


I am trying to compile glibc on system with glibc-2.2.5 and updated 
gcc-3.2(over gcc-3.1).
GNU ld version 2.12.1 
 
But I got such a strange error message:

gcc -nostdlib -nostartfiles -o iconvconfig  
-Wl,-dynamic-linker=/lib/ld-linux.so.2   -Wl,-z,combreloc ../csu/crt1.o 
../csu/crti.o `gcc --print-file-name=crtbegin.o` iconvconfig.o strtab.o 
xmalloc.o  
-Wl,-rpath-link=..:../math:../elf:../dlfcn:../nss:../nis:../rt:../resolv:../crypt:../linuxthreads 
../libc.so.6 ../libc_nonshared.a
-lgcc `gcc --print-file-name=crtend.o` ../csu/crtn.o
../libc.so.6(.data+0xb4c): multiple definition of 
`__ctype_toupper@GLIBC_2.0'
../libc.so.6(*IND*+0x0): multiple definition of 
`__ctype32_toupper@GLIBC_2.2'
../libc.so.6(.data+0xb54): first defined here
../libc.so.6(.data+0xb50): multiple definition of 
`__ctype32_tolower@GLIBC_2.2'
../libc.so.6(.data+0xb40): multiple definition of `__ctype_b@GLIBC_2.0'
../libc.so.6(*IND*+0x0): multiple definition of 
`__ctype_tolower@GLIBC_2.0'
../libc.so.6(.data+0xb48): first defined here
../libc.so.6(.data+0xb44): multiple definition of `__ctype32_b@GLIBC_2.0'
collect2: ld returned 1 exit status
make[1]: *** [iconvconfig] Error 1
make[1]: Leaving directory 
`/opt/lsb-rpm-4.0.3/src/lsb/BUILD/glibc-2.3/iconv'
make: *** [iconv/others] Error 2


Cheers,YP

-
Mr. Yaroslav Popovitch yp@sot.com       - tel. +372 6419975
SOT Finnish Software Engineering Ltd.   - fax  +372 6419975
Kreutzwaldi 7-4, 10124  TALLINN         - http://www.sot.com
ESTONIA                                 - http://bestlinux.net


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