[Bug c/43429] dlsym: invalid version 5 (max 0)

2010-03-19 Thread rguenth at gcc dot gnu dot org


--- Comment #2 from rguenth at gcc dot gnu dot org  2010-03-19 13:07 ---


*** This bug has been marked as a duplicate of 43426 ***


-- 

rguenth at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43429



[Bug c/43429] dlsym: invalid version 5 (max 0)

2010-03-18 Thread mt1 at systella dot fr


--- Comment #1 from mt1 at systella dot fr  2010-03-18 21:05 ---
Strange... SQLite makefile builds shared library with this command:
gcc -shared  .libs/sqlite3.o  -L/usr/lib/sparcv9 -lc  -mtune=niagara
-mcpu=niagara -m64 -m64 -m64 -m64 -Wl,-soname -Wl,libsqlite3.so.0 -o
.libs/libsqlite3.so.0.8.6

If I build the same library without -lc, I can use libsqlite3.so.0.8.6 without
any restriction.

Regards,

JKB


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43429