lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, Feb 17, 2010 at 5:01 PM, steve donovan
<steve.j.donovan@gmail.com> wrote:
>
> You say Linux, but the next line suggests that something is screwed...
>
>> export MACOSX_DEPLOYMENT_TARGET="10.3"; gcc -o src/lxp.so.1.1.0
>

Yes I expected that something to be wrong when I read that line :)


> This is a built-in style module, so if the system was correctly
> identified as x86_64 Linux, then it would indeed put in the -fPIC.
>
> In fact, this is a known problem with the broken LuaRocks that comes
> with Debian; better to get the newest version.
>
> Normally the LuaRocks/64-bit Linux problems come from makefiles
> written by people who just use 32-bit Linux ;)

I'll give it another try with the latest version from the repository.

Thanks for the help.

Thijs