Re: LUA_CPATH=?.so versus LUA_CPATH=./?.so
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LUA_CPATH=?.so versus LUA_CPATH=./?.so
- From: Kurt Jung <kurt-gmane@...>
- Date: 2007年10月21日 06:37:30 -0400
mpb wrote:
> It seems that LUA_CPATH=?.so is incorrect. Why? Is this
> documented somewhere?
This is the correct behavior. See the description of 'dlopen'
in dlopen's man page.
--
Kurt Jung