Closed GoogleCodeExporter closed 9 years ago
Looks like this platform's implementation of Lua requires one system library on
linking (and pkgconfig doesn't know it).
In the Makefile, can you locate the line that says:
LUALOPT = `pkg-config lua --libs --silence-errors ||pkg-config lua5.1 --libs --silence-errors ||pkg-config lua-5.1 --libs`
and add -ldl at the end: Let the line finish with lua-5.1 --libs` -ldl
Original comment by yrizoud
on 30 Mar 2012 at 6:38
Thanx for the help it worked like a charm. If anybody also has this Problem in
rev1938 the line number is 289 there.
Original comment by HoraK-...@web.de
on 30 Mar 2012 at 8:54
Mh... bug seems to be in opensuse/pkgconfig/lua side.
Original comment by pulkoma...@gmail.com
on 12 May 2012 at 2:41
Original issue reported on code.google.com by
HoraK-...@web.de
on 29 Mar 2012 at 11:13