| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Mon May 01, 2006 8:13 pm Post subject: make compiling error |
|
|
hello,
i have an error when i compiling the icecast server:
| Code: |
/usr/lib/libc_nonshared.a(elf-init.oS)(.gnu.linkonce.t.__i686.get_pc_thunk.bx+0x0): In function `__i686.get_pc_thunk.bx':
: multiple definition of `__i686.get_pc_thunk.bx'
net/.libs/libicenet.a(libicenet_la-sock.o)(.gnu.linkonce.t.__i686.get_pc_thunk.bx+0x0):/root/install-temp/icecast/icecast-2.3-kh5d/src/net/sock.c:67: first defined here
collect2: ld returned 1 exit status
make[3]: *** [icecast] Fehler 1
make[2]: *** [all-recursive] Fehler 1
make[1]: *** [all-recursive] Fehler 1
make: *** [all] Fehler 2
|
how can i fix this error? plz help  |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon May 01, 2006 9:02 pm Post subject: |
|
|
This is a new one, the symbol '__i686.get_pc_thunk.bx' is nothing that we use, and from doing a quick search with google it looks like some mismatched compiler/binutils.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Mon May 01, 2006 10:03 pm Post subject: |
|
|
ok thx
i have upgraded the binutils and now the make is finished *g* |
|
| Back to top |
|
 |
|