Re: [sqlite] Including sqlite3 in a GNU project

2005-09-24 Thread Doug Hanks
Mike, This only tries to find existing installations of sqlite3. I said I want to include a version of sqlite3 in my GNU project, have GNU tools auto configure and compile it - then use libtool to link against the static object. Doug On 9/24/05, Mike Chirico <[EMAIL PROTECTED]> wrote: > On

Re: [sqlite] Including sqlite3 in a GNU project

2005-09-24 Thread Mike Chirico
On Thu, Sep 22, 2005 at 07:23:57AM -0700, Doug Hanks wrote: > Has anyone went through (what I feel is a painful process) of adding > sqlite in a GNU project? The following may help, which is a small package: http://ftp1.sourceforge.net/souptonuts/quota_examples.tar.gz or

Re: [sqlite] Including sqlite3 in a GNU project

2005-09-22 Thread Doug Hanks
I have found the following link that inspired Gnome-DB to use SQLite. http://aaronbock.net/articles/sqlite/ But this method only uses the sqlite-source.zip which are just the pure C files. I want to use the sqlite3.tar.gz distribution that uses GNU tools. On 9/22/05, Mark Drago <[EMAIL

Re: [sqlite] Including sqlite3 in a GNU project

2005-09-22 Thread Mark Drago
On Thu, 2005-09-22 at 07:23 -0700, Doug Hanks wrote: > Has anyone went through (what I feel is a painful process) of adding > sqlite in a GNU project? > > I'm not referring to sqlite specifically, but just with the GNU tools > in general. > > I would like to copy the sqlite distribution into my

[sqlite] Including sqlite3 in a GNU project

2005-09-22 Thread Doug Hanks
Has anyone went through (what I feel is a painful process) of adding sqlite in a GNU project? I'm not referring to sqlite specifically, but just with the GNU tools in general. I would like to copy the sqlite distribution into my project directory and just extract it. Then modify my configure.in