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 and Makefile.am to
auto-magically configure sqlite, then go ahead and compile my project
and link my project against the static archives of sqlite, for
example:

gcc obj1.o obj2.o obj3.o ../sqlite3-X.X.X/libsqlite3.a -o binary_name

Any ideas?

--
- Doug Hanks = dhanks(at)gmail(dot)com

Reply via email to