D. Richard Hipp wrote:
> On Mar 10, 2010, at 12:54 AM, Melton Low wrote:
> 
>> I just tried to build 3.6.23 on a PPC Mac running OS X 10.4.
> 
> Please try adding SQLITE_ENABLE_LOCKING_STYLE=0 to the compiler options.

>>> I got an undefined symbol error and the make aborted.
>> /bin/sh ./libtool --tag=CC --mode=link gcc -DSQLITE_THREADSAFE=1
>> -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE -g -O2   -o libsqlite3.la  
>> -rpath

I got the same undefined symbol in our OS X builds.

Adding the
        -DSQLITE_ENABLE_LOCKING_STYLE=0

fixed it for me, on both machines (Tiger, Leopard).

-- 
Sincerely,
     Andreas Kupries <andr...@activestate.com>
     Developer @    <http://www.activestate.com/>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to