Hi, i'm trying to cross-compile a NDLL from linux to windows with mingw32. It used to work(TM), but now i receive the following errors:
mingw32-gcc -shared -o bin/Windows/cptr.ndll src/cptr.c -I/opt/mingw/include/neko -L/opt/mingw/lib -lneko Cannot export neko_NULL_THUNK_DATA: symbol not found /tmp/ccseSOuc.o:cptr.c:(.text+0x42d): undefined reference to `_val_null' /tmp/ccseSOuc.o:cptr.c:(.text+0x562): undefined reference to `_val_null' I cannot make anything out of the neko_NULL_THUNK_DATA. Maybe you have any ideas? -dan -- Neko : One VM to run them all (http://nekovm.org)
