------- 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