Hi 2 All

Anyone have compiled Neko sources using mingw + msys under WinXP?; When I do 
it, I get the following error message :

$ make
mkdir bin 2>/dev/null
make: [createbin] Error 1 (ignored)
gcc -shared -WBsymbolic -pthread -o bin/libneko.so vm/alloc.o vm/builtins.o 
vm/callback.o vm/context.o vm/interp.o vm/load.o vm/objtable.o vm/others.o 
vm/hash.o vm/module.o vm/jit_x86.o -ldl -lgc -lm
d:\MinGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot 
find -ldl
collect2: ld returned 1 exit status
gcc.exe: unrecognized option `-pthread'
make: *** [bin/libneko.so] Error 1


But in the mingw installation I can't find libdl.a , not I do know how to build 
it; Any idea?

Transdiv


-- 
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to