I ran into some trouble building sqlite-autoconf-3081101 on SCO 5.0.7v with GNU 
tools. I'm not so good with autoconf scripts, but I can tell you what changes 
had to be made to sqlite3.c and the Makefile to get a successful build. I hope 
this can get into a future configure script somehow...

1. In sqlite3.c, I had to add #include <sys/stat.h>.

2. In the Makefile produced by configure, I had to change AR = false to AR = 
gar.

3. Also in the Makefile, I had to set LIBS = /usr/lib/libpthread.so 
/usr/lib/libsocket.so

I can provide more info if needed.

Reply via email to