In Tue, Dec 7, 2010 at 7:15 PM, Richard Hipp <d...@sqlite.org> wrote:
> On Tue, Dec 7, 2010 at 6:22 PM, Marco Bambini <ma...@sqlabs.net> wrote:
>> Running sqlite3_analyzer on a MacOS X 10.6.5 results in the following issue:
>>
>> dyld: Library not loaded: /usr/local/lib/libtcl8.6.dylib
>>  Referenced from: /Users/marco/Desktop/sqlite3_analyzer
>>  Reason: image not found
>> Trace/BPT trap
>>
>> Seems like a broken binary to me.
>> Any idea?
>
> I don't know how to statically link the TCL libraries on a Mac.  I
> tried every combination of options I could think of and none of them
> seem to work.
>
> I think you just have to install TCL on your Mac in order to use
> sqlite3_analyzer there.  Bummer.

I finally figured out how to statically link TCL on a Mac (you have to
add "-framework CoreFoundation" to the compiler command-line)  I
rebuilt using this recipe and put up a new image.  Please download the
latest and try again.


>
>
>> --
>> Marco Bambini
>> http://www.sqlabs.com
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> sqlite-users mailing list
>> sqlite-users@sqlite.org
>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>>
>
>
>
> --
> D. Richard Hipp
> d...@sqlite.org
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to