David Jensen wrote: > SQLite bug? > ./configure --help > <snip> > --enable-threadsafe build a thread-safe library [default=yes] > > This seems to be incorrect. One must pass --enable-threadsafe for a > thread safe library.
Indeed. And that really sucks because I have many packages linked to an sqlite library that is non-thread-safe. Seems I had a package that would not link sqlite, but I didn't worry about it too much. Not being threadsafe could have been the reason. I'll add the parameter and an explanation to the book. Damn developers! -- Randy -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
