lua-users home
lua-l archive

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


Hi everyone,

The LuaJIT FFI load path seems to differ somehow from the system load
path as when I link with 'GL' in GCC it finds the FGLRX libGL.so but
when I load it from LuaJIT it finds the mesa libGL.so which was
causing all sorts of trouble.

Some kind of priority issue?

Cheers,
Josh.