Tuomo Valkonen wrote: > Alexander Shishckin wrote: > >> Looks like -ldl is missing to the linker options. > > You liblualib.so is probably improperly linked and doesn't set a dependency > on libdl. What does 'ldd' say? > > ~$ ldd /usr/local/lib/liblualib.so > libdl.so.2 => /lib/tls/libdl.so.2 (0x40026000)
This line is missing here. Adding "LIBS=$(DL_LIBS)" to system.mk solved my problem (although that's probably only a workaround). -- When replying to my email address, please ensure that the mail header contains 'Felix Wiemann'. http://www.ososo.de/
