[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT2 on OSX
- From: Mike Pall <mikelu-1107@...>
- Date: Sun, 3 Jul 2011 18:04:40 +0200
liam mail wrote:
> On 3 July 2011 15:53, Mike Pall <mikelu-1107@mike.de> wrote:
> > liam mail wrote:
> > > otool -D ./src/libluajit.so
> > > ./src/libluajit.so:
> > > libluajit.so
> >
> > Ah, I forgot. It's not done if PREFIX is /usr or /usr/local,
> > because these are already in the search path. No point in setting
> > an install name then.
>
> Is that what is wanted? I mean the install_name would still reference
> libluajit.so.
Oh, well. Looks like there's no way to disable the install name on
OSX. I've changed the Makefile in LuaJIT git HEAD. Please test.
--Mike