I always include the source into my C program (with KDevelop for linux or DEV-CPP for windows). And if you do that you could config better.
On 8/14/06, Michael Alperovitch <[EMAIL PROTECTED]> wrote:
Hi, I am new SQLite user. How I can link the simple C Program with Sqlite static or shared library. I tried to link to libsqlite3.a and it cannot find sqlite3_open(), sqllite3_close(), sqllite3_exec() functions. I got the same result linking with libsqlite3.so shared library. Thanks for any help. Michael Alperovitch Tricipher Inc.