lua-users home
lua-l archive

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


> My last issue is with LUA_POF (luaconf.h). While this is a fair default
> there exists a compatibility issue with many existing libraries (like Luiz's)
> which presume that the dll name is prefixed with an "l".

The fix here is to add "l?.so" to package.cpath, not to change LUA_POF.
--lhf