On Fri, Feb 29, 2008 at 12:13:29PM -0800, Norm Jacobs wrote: > I took a copy of your Makefile.sfw less the patching, -R in LD_OPTIONS, > and a couple of other minor things and a copy of the tarball and did a > "make -f Makefile.sfw install". The resulting bits from the "cd $(VER) > ; make DESTDIR=$(TOP)/tmp install" part of the build have the following > RUNPATH and SONAME:
Sorry, my previous reply was incorrect. Yes, what you did works, and I've already explained why. Again: SQLite3 doesn't make a sqlite3 executable nor a libtclsqlite3.so shared object that link with libsqlite3.so. Instead those two include *all* of libsqlite3 directly, as if by static linking.
