Use the amalgamation: cc -O -c sqlite3.c
Then link it into your program. Most of us recommend avoiding shared libraries. If you need special features you may have to set some flags. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of David Clark Sent: Wednesday, January 30, 2013 9:06 AM To: [email protected] Subject: [sqlite] Sqlite ubuntu 12.10 compile/install Ok I have used sqlite in windows software no problems. I am now trying to use it in software I am porting to ubuntu 12.10 and I am finding that the source code I used under windows has compile issues. And when I downloaded the .gz file and ran ./configure on that fileset I got errors on that. I know I not being specific on the errors I got. But my question here is... basically under ubuntu what should my procedure be for installing and compiling sqlite? Yes I am new to ubuntu so the obvious is not so obvious on that OS. Thank you, David Clark _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

