Re: [sqlite] Compiling Linux SQLite with thread safe

2004-08-10 Thread Matthias Watermann
On Mon, 09 Aug 2004 14:42:32 -0500, Corwin Burgess wrote: > make-sqlite: line 26: mak: command not found > > mak# .. output of 'make' through 'tee' to produce a logfile > > looks ok until line 30 > > make-sqlite: line 30: tidy: command not found > > I believe this is fixed as I downloa

Re: Re: [sqlite] Compiling Linux SQLite with thread safe

2004-08-09 Thread surj70
> hi, the directory .libs is hidden, and you can use ls .libs find it. > > --- 马上到http://www.126.com申请260M全国最大免费邮箱;! 提供新邮件到达手机短信提醒功能, 随时掌握邮件信息!

Re: [sqlite] Compiling Linux SQLite with thread safe

2004-08-09 Thread Corwin Burgess
Matthias Watermann wrote: On Fri, 06 Aug 2004 12:24:46 -0500, Corwin Burgess wrote: Has any Linux user compile the sqlite library with threadsafe defined? I used the following shell script with 2.8.13. The important step is the 'sed' call to modify the Makefile before actually running 'make

Re: [sqlite] Compiling Linux SQLite with thread safe

2004-08-09 Thread Matthias Watermann
On Fri, 06 Aug 2004 12:24:46 -0500, Corwin Burgess wrote: > Has any Linux user compile the sqlite > library with threadsafe defined? I used the following shell script with 2.8.13. The important step is the 'sed' call to modify the Makefile before actually running 'make'. --

Re: [sqlite] Compiling Linux SQLite with thread safe

2004-08-06 Thread Corwin Burgess
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 Ignore my previous message using zip file. I used the Makefile.linux.gcc to compile the source files in sqlite-source-2.8.15.tar.gz from Fedora Core 1. I modified

Re: [sqlite] Compiling Linux SQLite with thread safe

2004-08-06 Thread Corwin Burgess
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 fo