The configure script makes .libs/libsqlite3.a for me, without
arguments or fiddling.

I use
 ../sqlite/configure --enable-threadsafe
to build the threadsafe, no tcl, and as a static lib version.

Can you tell me what fiddling you did to "fix" it?


Ok, color me embarassed. I rebuild again from scratch and watched the build process a little
more carefully. You're right, it does indeed build libsqlite3.a, but it places the file into ".libs"
which is not a convention I have ever encountered before. Since I didn't run "make install"
and was just looking to copy libsqlite3.a into another project directory, I didn't see it.


I think my comments about Makefile.linux-gcc still stand -- it needs a commented option for
NO_TCL, and it needs to have "-static" removed from the LIBREADLINE line.


When I said "this required fiddling as the configure script did not..." I was being imprecise. I
did not "fix" the configure script, I had to "fiddle" (or so I thought) to get a static library.


Thanks for the prompt response.

-Eli



Reply via email to