The linking did work, but I think I'm still missing something:
sudo make install
Results in:
tclsh ../tclinstaller.tcl 3.2
couldn't open ".libs/libtclsqlite3.dylib": no such file or directory
while executing
"open $LIBFILE"
invoked from within
"set in [open $LIBFILE]"
(file "../tclinstaller.tcl" line 23)
make: *** [tcl_install] Error 1
Looks as though it's trying to find .dylibs which don't exist. Is
there some tcl/tk dependency I'm missing? Or perhaps I can just move
sqlite3 and libsqlite3.a and/or libtclsqlite3.a to some where in my
PATH.
Thx,
Andrew