On Thu, Mar 15, 2012 at 8:50 PM, Jeremy Messenger
wrote:
> I get a build failure on amd64:
>
> -
> /usr/bin/ld: lapi.o: relocation R_X86_64_32 against `luaO_nilobject_'
> can not be used when making a shared object; recompile with -fPIC
> lapi.o: could not read symb
On 3/16/12, Jeremy Messenger wrote:
> On Fri, Mar 16, 2012 at 5:49 AM, b. f. wrote:
>> Jeremy Messenger wrote:
>>> On Thu, Mar 15, 2012 at 6:23 PM, Chuck Swiger wrote:
>>> > On Mar 15, 2012, at 4:18 PM, Jeremy Messenger wrote:
>>> >> Figured out. Add custom CFLAGS in the make.conf and you will g
On Fri, Mar 16, 2012 at 5:49 AM, b. f. wrote:
> Jeremy Messenger wrote:
>> On Thu, Mar 15, 2012 at 6:23 PM, Chuck Swiger wrote:
>> > On Mar 15, 2012, at 4:18 PM, Jeremy Messenger wrote:
>> >> Figured out. Add custom CFLAGS in the make.conf and you will get a
>> >> build failure with make but not
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am 15.03.2012 20:50, schrieb Jeremy Messenger:
> I get a build failure on amd64:
>
> -
> /usr/bin/ld: lapi.o: relocation R_X86_64_32 against `luaO_nilobject_'
> can not be used when making a shared object; recompile wit
Jeremy Messenger wrote:
> On Thu, Mar 15, 2012 at 6:23 PM, Chuck Swiger wrote:
> > On Mar 15, 2012, at 4:18 PM, Jeremy Messenger wrote:
> >> Figured out. Add custom CFLAGS in the make.conf and you will get a
> >> build failure with make but not gmake. Here's what I have in my
> >> make.conf:
> >>
On Thu, Mar 15, 2012 at 6:23 PM, Chuck Swiger wrote:
> On Mar 15, 2012, at 4:18 PM, Jeremy Messenger wrote:
>> Figured out. Add custom CFLAGS in the make.conf and you will get a
>> build failure with make but not gmake. Here's what I have in my
>> make.conf:
>>
>> CFLAGS= -O2 -fno-strict-aliasing
On Thu, Mar 15, 2012 at 4:14 PM, Niclas Zeising wrote:
> On 2012-03-15 20:50, Jeremy Messenger wrote:
>> I get a build failure on amd64:
>>
>> -
>> /usr/bin/ld: lapi.o: relocation R_X86_64_32 against `luaO_nilobject_'
>> can not be used when making a shared object;
On 2012-03-15 20:50, Jeremy Messenger wrote:
> I get a build failure on amd64:
>
> -
> /usr/bin/ld: lapi.o: relocation R_X86_64_32 against `luaO_nilobject_'
> can not be used when making a shared object; recompile with -fPIC
> lapi.o: could not read symbols: Bad val
I get a build failure on amd64:
-
/usr/bin/ld: lapi.o: relocation R_X86_64_32 against `luaO_nilobject_'
can not be used when making a shared object; recompile with -fPIC
lapi.o: could not read symbols: Bad value
*** Error code 1
-
I