Howdy, I'd like to end up with a shared NON-threaded NON-TCL binary
but also with a libsqlite3.a static lib. Could anyone suggest how I
could alter this Makefile to support these requirements please?

For x86_64 and i686, kernel 2.6.29.4, glibc 2.10.1.

TOP = ../sqlite3
BCC = gcc -O2
USLEEP = -DHAVE_USLEEP=1
THREADSAFE = -DTHREADSAFE=0
THREADLIB = -lpthread -ldl
TLIBS =
OPTS = -DNDEBUG=1
OPTS += -DHAVE_FDATASYNC=1
EXE =
TCC = gcc -O2
AR = ar cr
RANLIB = ranlib
MKSHLIB = gcc -shared
SO = so
SHPREFIX = lib
READLINE_FLAGS =
LIBREADLINE = -lreadline -ltermcap
NAWK = awk
include $(TOP)/main.mk

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

Reply via email to