lua-users home
lua-l archive

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


On Wed, Sep 17, 2008 at 04:56:31PM +0800, Pete Kay wrote:
> /usr/bin/ld: /usr/src/compat-5.1r5/compat-5.1.o: relocation R_X86_64_32
> against `a local symbol' can not be used when making a shared object;
> recompile with -fPIC

                 ^^^^^

You are building a shared object on amd64, you need to compile every file
with -fPIC.

Cheers
-- 
Enrico Tassi