lua-users home
lua-l archive

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


> I'm no Makefile expert, so it could be something obvious, though.

It seems ok to me except for this:

	bfin-linux-uclibc-strip lua

I hope this does not remove the symbols needed for dynamic linking.
However, even if all symbols are removed, it does not explain the
message "dynamic libraries not enabled" (see below).

> Yes, dynamic module support does need to be compiled into the kernel if
> you want to dynamically load modules.

It may be so, I don't know anything about uClinux. But I do know that
the message "dynamic libraries not enabled" comes from the fallback code
in loadlib.c and this code should not be reached if LUA_USE_DLOPEN is defined.

So, the only thing that remains is that perhaps you're running a different
Lua interpreter, not the one you built.