Hi Stephan, I initially added these to the Makefile, but looking at the mailing list suggested otherwise:
http://www.mail-archive.com/[email protected]/msg37813.html Thanks Dave On Mon, Jul 25, 2011 at 3:46 PM, Stephan Beal <[email protected]> wrote: > On Mon, Jul 25, 2011 at 4:39 PM, Dave Hope <[email protected]> wrote: > >> make sqlite3.c "-DSQLITE_OMIT_ALTERTABLE -DSQLITE_OMIT_ANALYZE >> > > Shouldn't that be: > > make sqlite3.c CPPFLAGS="..." > > ? > > Make doesn't understand -D (no, that's not a smiley). > > -- > ----- stephan beal > http://wanderinghorse.net/home/stephan/ > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

