Corwin Burgess wrote:

I'm looking for some help in compiling a Linux version of SQLite v2.8.15 that is thread safe capable.

Corwin

I've decided to compile a Linux sqlite library using the sqlite-source-2_8_15.zip file with the Fedora Core 1 distro. I created the following directory structure for this purpose.

/sqlite-source
 /bld
   Makefile
 /sqlite
   main.mk
   VERSION
   /src
     source files from sqlite-source-2_8_15.zip
     sqlite.in.h
     parse.y
   /tool

I used the Makefile.Linux-gcc file, modified it to add threadsafe and removed tcl capability. I ran 'make' from the /bld directory and each time I had an error I added the missing file or directory. With the above changes I had no errors but this didn't create the './lib' directory or sqlite library. In the /bld directory I have the 'sqlite' executable and 'libsqlite.a' ar archive files. What did I fail to do to create the sqlite library?

Corwin



Reply via email to