On Aug 18, 2008, at 12:32 PM, Brown, Daniel wrote:

> Ah excellent, if I am wanting to build the analyzer from source code
> which C files are required?
>

You need to build on Unix using the canonical source files (not the  
pre-processed source files or the amalgamation) and you need to have a  
statically linked TCL library at hand.  I do not know if the configure  
script will work to build sqlite3_analyzer or not - I've never tried  
it.  You'll likely want to make a copy of Makefile.linux-gcc and edit  
the definitions at the top to suite your system.  Then you type:

      make sqlite3_analyzer

The sqlite3_analyzer.exe for windows is built by cross-compiling.  You  
can maybe get this to build natively on windows, but it will likely  
require some work.


D. Richard Hipp
[EMAIL PROTECTED]



_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to