On Thu, 16 Oct 2008 08:20:38 -0400, "Shane Harrelson"
<[EMAIL PROTECTED]> wrote:

>You can add it as an option to either configure or make.
>
>For a makefile generated from configure, you would do something like:
>
>make OPTS=-DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=1

Thanks, I had found the "OPTS=" but didn't quite fathom the format of
the parameter (I tried "OPTS=SQLITE_ENABLE_UPDATE_DELETE_LIMIT" and
"OPTS=ENABLE_UPDATE_DELETE_LIMIT" I think, after trying to "make
-DSQLITE_ENABLE_UPDATE_DELETE_LIMIT" and failing). For multiple
options, do I use a quoted string, or multiple OPTS parameters? Also
would it be "configure OPTS=-DSQLITE_ENABLE_UPDATE_DELETE_LIMIT" to
generate the makefile with the proper options?

>TCL is needed to build the amalgamation, as TCl scripts are used to
>generate the "amalgamated" file.   ActiveTCL works.

OK, thanks, I will give it a shot.


JAB

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

Reply via email to