DRH Maybe the following suggestion for the Makefile... Allow two targets, 1. the default "make all" which generates the .a and .so from individual .o 2. a seperate target: make amalgamated which would build the tsrc and sqlite3.c Then create the .a, .so an sqlite3 (exe) from the amalgamated sources. Regards and Thanks for a great product, Ken
Ken <[EMAIL PROTECTED]> wrote: make distclean does not seem to clear off the sqlite3.c no tsrc directories. My current build script: configure make distclean configure --enable-threadsafe --disable-tcl --enable-tempstore make sqlite3.c make How does one now build libraries static and shared based upon the amalgamated source? Thanks for any help.