I thought it might be nice to be able to keep my Tcl bindings for SQLite up to date, so I downloaded the autoconf tarball on both my linux and Win (Vista) machines. Not surprisingly, the compile went fine on linux.

On Windows I also downloaded and installed MSYS / MINGW.

I got into the tea directory and ran configure, which ran to completion with only one warning " WARNING: 'Makefile.in' seems to ignore the --datarootdir setting"

In running make, there were a few warnings and then:

gcc -shared -o sqlite3711.dll tclsqlite3.o  "/c/Tcl/lib/tclstub85.lib"
tclsqlite3.o:tclsqlite3.c:(.text+0x4883): undefined reference to `tclStubsPtr' tclsqlite3.o:tclsqlite3.c:(.text+0x48a0): undefined reference to `tclStubsPtr' tclsqlite3.o:tclsqlite3.c:(.text+0x48b9): undefined reference to `tclStubsPtr' tclsqlite3.o:tclsqlite3.c:(.text+0x48d2): undefined reference to `tclStubsPtr' tclsqlite3.o:tclsqlite3.c:(.text+0x48e0): undefined reference to `tclStubsPtr' tclsqlite3.o:tclsqlite3.c:(.text+0x48f1): more undefined references to `tclStubs Ptr' follow tclsqlite3.o:tclsqlite3.c:(.text+0x6da54): undefined reference to `Tcl_InitStubs
...
collect2: ld returned 1 exit status
make: *** [sqlite3711.dll] Error 1

The "/c/Tcl/lib/tclstub85.lib" points to the Active State 8.5.11 Tcl I use.

Is my problem due to omitted steps, wrong steps, or configuration?

TIA,

Gerry



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to