--- snowcrash+sqlite <[EMAIL PROTECTED]> wrote: > suggestions as to how to fix?
I'm not sure why you're compiling func.c seperately, or trying to use a shared library for sqlite3 for testfixture - don't do this. Just do as the default Makefile does and compile all the .c files statically for testfixture. This is for Cygwin, but you get the idea: gcc -g -O2 -DOS_WIN=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DSQLITE_DEBUG=1 -I/usr/local/include -DTHREADSAFE=0 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DTCLSH=1 -DSQLITE_TEST=1 -DSQLITE_CRASH_TEST=1 -DSQLITE_NO_SYNC=1 -DTEMP_STORE=1 -o testfixture ./src/btree.c ./src/date.c ./src/func.c ./src/os.c ./src/os_os2.c ./src/os_unix.c ./src/os_win.c ./src/pager.c ./src/pragma.c ./src/printf.c ./src/test1.c ./src/test2.c ./src/test3.c ./src/test4.c ./src/test5.c ./src/test6.c ./src/test7.c ./src/test8.c ./src/test_autoext.c ./src/test_async.c ./src/test_md5.c ./src/test_schema.c ./src/test_server.c ./src/test_tclvar.c ./src/utf.c ./src/util.c ./src/vdbe.c ./src/vdbeaux.c ./src/where.c ./src/tclsqlite.c ./.libs/libsqlite3.a -L/usr/local/lib -ltcl8.4 __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------