[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lazy symbol binding problem on OSX
- From: Sam Roberts <vieuxtech@...>
- Date: Wed, 1 Apr 2009 20:08:19 -0700
On Wed, Apr 1, 2009 at 6:23 PM, Adam Starkey <adam@adbe.org> wrote:
>
> On Apr 1, 2009, at 7:09 PM, Luiz Henrique de Figueiredo wrote:
>
>> env MACOSX_DEPLOYMENT_TARGET=10.3 gcc -o random.so -bundle -undefined
>> dynamic_lookup lrandom.
>
> Thanks, but that isn't working for me.
Try running nm on your app to see if the symbols are there.
Also, try loading your bundle from the command line lua to see if its your app.
And make sure you are using the dlopen() calls, not the old dyld stuff.
Sam