lua-users home
lua-l archive

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


> 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.

It seems to be a problem in the uClinux Lua package, not in the
standard package from lua.org. So I guess you should file a bug
report with uClinux.

But try "make clean generic" and see if it builds. If you still have
problems with ranlib, try make with "RANLIB=true", not empty.