Tuesday, August 31, 2004, 5:40:15 PM, Dennis Cote wrote:

> I have also filed a ticket with attached patches to have the SQLite
> makefiles (both sqlite 2 and 3) produce GCC compatible import libraries for
> sqlite.dll in addition to the Borland and MSVC import libraries.

> So now you can build applications statically linked to libsqlite.a or
> dynamically linked to sqlite.dll through libsqlitedll.a

GCC doesn't need libsqlitedll.a -- you can just link to sqlite.dll and
gcc understands what to do.

e


Reply via email to