[Bug driver/18153] New: -static-libgcc links in libunwind.so.7
hjl at lucon dot org
gcc-bugzilla@gcc.gnu.org
Tue Oct 26 00:43:00 GMT 2004
-static-libgcc links in libunwind.so.7 even if it isn't used at all:
[hjl@gnu-4 tmp]$ cat f.c
int
main ()
{
return 0;
}
[hjl@gnu-4 tmp]$ /usr/gcc-3.4/bin/gcc -static-libgcc f.c
[hjl@gnu-4 tmp]$ ./a.out
./a.out: error while loading shared libraries: libunwind.so.7: cannot open
shared object file: No such file or directory
--
Summary: -static-libgcc links in libunwind.so.7
Product: gcc
Version: 3.4.3
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: driver
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl at lucon dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: ia64-unknown-linux-gnu
GCC host triplet: ia64-unknown-linux-gnu
GCC target triplet: ia64-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18153
More information about the Gcc-bugs
mailing list