Re: [sqlite] compiling for mingw

2007-12-02 Thread Joe Wilson
--- "A.J.Millan" <[EMAIL PROTECTED]> wrote: > Joe Wilso wrote: > >I would not bother with make install on MinGW - too much hassle - > >just copy out sqlite3.exe, libsqlite3.a and sqlite3.h manually > >to wherever you want to put it. > Joe:So, do is there a libsqlite3.a file?Where is it?Thanks--

Re: [sqlite] compiling for mingw

2007-12-02 Thread A.J.Millan
on Fri, 30 Nov 2007 15:21:56 -0800 Joe Wilso wrote: I would not bother with make install on MinGW - too much hassle - just copy out sqlite3.exe, libsqlite3.a and sqlite3.h manually to wherever you want to put it. Joe:So, do is there a libsqlite3.a file?Where is it?Thanks--

Re: [sqlite] compiling for mingw

2007-11-30 Thread Bob Rossi
On Fri, Nov 30, 2007 at 05:40:43PM -0500, Bob Rossi wrote: > Hi, > > When I download sqlite, and compile on mingw, like this, > $ cd sqlite-3.5.3 > $ ./configure --disable-shared --enable-static --disable-tcl > --prefix=$PWD/../install > $ make > ok, up until this point, everything works.

Re: [sqlite] compiling for mingw

2007-11-30 Thread Joe Wilson
I would not bother with make install on MinGW - too much hassle - just copy out sqlite3.exe, libsqlite3.a and sqlite3.h manually to wherever you want to put it. Or just use the sqlite3.[ch] amalgamation and don't use libsqlite3.a at all. --- Bob Rossi <[EMAIL PROTECTED]> wrote: > However, when

[sqlite] compiling for mingw

2007-11-30 Thread Bob Rossi
Hi, When I download sqlite, and compile on mingw, like this, $ cd sqlite-3.5.3 $ ./configure --disable-shared --enable-static --disable-tcl --prefix=$PWD/../install $ make ok, up until this point, everything works. However, when I type $ make install it fails because tclsh isn't