LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   multiple definition ? (https://www.linuxquestions.org/questions/linux-software-2/multiple-definition-38999/)

lackluster 12-20-2002 07:06 PM

multiple definition ?
 
hi all. I am trying to compile glib2.3 on my system. I have gcc 3.2 and binutils-2.13.90.0. every time I make I get
Code:

/home/glibc-build/libc.so.6(.data+0xb2c): multiple definition of `__ctype_toupper@GLIBC_2.0'
/home/glibc-build/libc.so.6(*IND*+0x0): multiple definition of `__ctype32_toupper@GLIBC_2.2'
/home/glibc-build/libc.so.6(.data+0xb34): first defined here
/home/glibc-build/libc.so.6(.data+0xb30): multiple definition of `__ctype32_tolower@GLIBC_2.2'
/home/glibc-build/libc.so.6(.data+0xb20): multiple definition of `__ctype_b@GLIBC_2.0'
/home/glibc-build/libc.so.6(*IND*+0x0): multiple definition of `__ctype_tolower@GLIBC_2.0'
/home/glibc-build/libc.so.6(.data+0xb28): first defined here
/home/glibc-build/libc.so.6(.data+0xb24): multiple definition of `__ctype32_b@GLIBC_2.0'

can anyone please help me? I don't know what the prob could be

Vampyric 11-27-2003 05:29 PM

had the same problem
 
I had the same problem... too bad my post is about a year too late haha

but for anyone else who stumbles across this

(cause I had a very hard time finding help for this problem)

try upgrading binutils (latest version at the time of writing this is 2.14)

it fixed the problem for me


All times are GMT -5. The time now is 08:08 AM.