lua-users home
lua-l archive

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


On Mon, 28 Jun 2010 07:30:14 +0200, Florian Weimer <fw@deneb.enyo.de>
wrote:

>* Gilles Ganault:
>
>> ar rcu liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o
>> llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o
>> ltable.o ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o ldblib.o
>> liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o
>> liblua.a
>> make[3]: liblua.a: Command not found
>
>Looks like ranlib is not defined properly.

Thanks for the tip. I suppose it's just not possible to compile a
package by running whatever Makefile is located there, and I must
analyse the whole chain between the top-level Makefile down to the
package Makefile to figure out how packages are compiled with what
options.

Thank you.