On 21 Jul 2012 at 17:51, Pavel Ivanov <paiva...@gmail.com> wrote: 

> On Sat, Jul 21, 2012 at 3:36 AM, AJ ONeal <coola...@gmail.com> wrote:
>> I naively tried
>>
>> wget
>> https://raw.github.com/gist/3154964/d570955d45580c095c99de6eb0c378395d4b076d/
>> sqlite3-fts4-rank.c
>> gcc -c sqlite3-fts4-rank.c -o sqlite3-fts4-rank.o
>>
>> sqlite3
>> .load sqlite3-fts4-rank.o
>>
>> But that didn't work.
>>
>> Can I get a link to the docs on this? I don't think I was using the right
>> search terms to find it.
>
> You cannot load an object file, you should load a shared library (*.so
> on Linux).

If it's OS X then I'd suggest making an Xcode project to create a dynamic 
library (.dylib) and try loading that. (I expect you can do that directly 
without needing Xcode but I've no idea how).

--
Cheers  --  Tim
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to