On Mon, 29 Mar 2010 07:22:36 -0500
Randy McMurchy <[email protected]> wrote:

> 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!
> 

from configure.ac:
{{{
AC_ARG_ENABLE(threadsafe, [AS_HELP_STRING(
  [--enable-threadsafe], [build a thread-safe library [default=yes]])], 
  [], [enable_threadsafe=no])
}}}
duh! If I were able to sort my sock drawer I'd comdemn them too.
---
David Jensen
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to