15 Jul
2010
15 Jul
'10
1:01 p.m.
Hi, Peter Münster wrote:
file testmod.so generated under cygwin with: gcc -shared -o testmod.so testmod.c /usr/lib/liblua.dll.a
On Linux, the .so does not need a liblua dependency. The test works fine with just gcc -shared -o testmod.so testmod.c I tried to reproduce what you did in mingw32-cross + wine, and that worked as well (but with .dll instead of .so). I have no idea what is wrong with cygwin, and no way to test it. Best wishes, Taco