|
Ah, I forgot. It's not done if PREFIX is /usr or /usr/local,liam mail wrote:
> On 3 July 2011 15:27, Mike Pall <mikelu-1107@mike.de> wrote:
> > make PREFIX=/usr/local
>
> Unfortunately that doesn't seem to help.
>
> make PREFIX=/usr/local
> ==== Building LuaJIT 2.0.0-beta8 ====
> ...
> OK Successfully built LuaJIT
> ==== Successfully built LuaJIT 2.0.0-beta8 ====
> ...
> otool -D ./src/libluajit.so
> ./src/libluajit.so:
> libluajit.so
because these are already in the search path. No point in setting
an install name then.
--Mike