[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/2607] linker doesn't recognize an ELF library.
From: |
pluto at agmk dot net |
Subject: |
[Bug ld/2607] linker doesn't recognize an ELF library. |
Date: |
26 Apr 2006 14:17:16 -0000 |
------- Additional Comments From pluto at agmk dot net 2006-04-26 14:17 -------
strip also can't handle this precompiled external library.
$ sparc-sun-solaris2.9-strip -g libcmodel.so --verbose
sparc-sun-solaris2.9-strip: libcmodel.so: File format not recognized
in general binutils works.
$ :> dummy.cpp
$ sparc-sun-solaris2.9-g++ dummy.cpp -shared -o libdummy.so
$ sparc-sun-solaris2.9-strip -g libdummy.so --verbose
copy from `libdummy.so' [elf32-sparc] to `stTTbQEv' [elf32-sparc]
--
http://sourceware.org/bugzilla/show_bug.cgi?id=2607
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.