Posted to tcl by colin at Thu Nov 15 23:04:28 GMT 2012view raw

  1. rm -f libsqlite3.7.14.1.so
  2. i586-mingw32msvc-gcc -shared -O2 -fomit-frame-pointer -DUNICODE -D_UNICODE -pipe -O2 -fomit\
  3. -frame-pointer -Wall -fPIC -Wl,--export-dynamic -o libsqlite3.7.14.1.so tclsqlite3.o -lne\
  4. tapi32 -lkernel32 -luser32 -ladvapi32 -lws2_32 -L/home/colin/Desktop/Hunter-KitCreator/Kit\
  5. Creator/tcl/build/tclcvs_HEAD/win -ltclstub86
  6. /usr/bin/i686-w64-mingw32-ld: warning: --export-dynamic is not supported for PE targets, di\
  7. d you mean --export-all-symbols?
  8. tclsqlite3.o:tclsqlite3.c:(.text+0x76571): undefined reference to `__imp__Sqlite3_Init'
  9. tclsqlite3.o:tclsqlite3.c:(.text+0x765a1): undefined reference to `__imp__Sqlite3_Init'
  10. tclsqlite3.o:tclsqlite3.c:(.text+0x765b1): undefined reference to `__imp__Sqlite3_Init'
  11. /usr/bin/i686-w64-mingw32-ld: tclsqlite3.o: bad reloc address 0x0 in section `.data'
  12. collect2: ld returned 1 exit status
  13. make[3]: *** [libsqlite3.7.14.1.so] Error 1