Re: lang/lua: It does need gmake.

2012-03-18 Thread Christer Solskogen
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

Re: lang/lua: It does need gmake.

2012-03-16 Thread b. f.
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

Re: lang/lua: It does need gmake.

2012-03-16 Thread Jeremy Messenger
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

Re: lang/lua: It does need gmake.

2012-03-16 Thread Matthias Andree
-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

Re: lang/lua: It does need gmake.

2012-03-16 Thread b. f.
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: > >>

Re: lang/lua: It does need gmake.

2012-03-15 Thread Jeremy Messenger
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

Re: lang/lua: It does need gmake.

2012-03-15 Thread Jeremy Messenger
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;

Re: lang/lua: It does need gmake.

2012-03-15 Thread Niclas Zeising
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

lang/lua: It does need gmake.

2012-03-15 Thread 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 with -fPIC lapi.o: could not read symbols: Bad value *** Error code 1 - I