--- "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--

Sorry, I meant sqlite3.dll. 

This ought to make a static library on MinGW:

  make sqlite3.c
  gcc -c -O2 sqlite3.c
  ar rv libsqlite3.a sqlite3.o



      
____________________________________________________________________________________
Get easy, one-click access to your favorites. 
Make Yahoo! your homepage.
http://www.yahoo.com/r/hs 

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to