Problem description

I try to build neko with the mingw (make os=mingw) in this link

I am on Windows 7 x68 with MSYS2

I use the following adjustments in Makefile

## MINGW SPECIFIC

ifeq (${os}, mingw)
CFLAGS = -g -Wall -O3 -momit-leaf-frame-pointer -D_WIN32 -DNEKO_SOURCES -I
vm -I /c/langs/build-sdk/prerequisites-i686/include -I libs/common
EXTFLAGS =
MAKESO = $(CC) -O -shared
LIBNEKO_NAME = neko.dll
LIBNEKO_LIBS = -Lbin -L/c/langs/build-sdk/prerequisites-i686/lib -lgc
STD_NDLL_FLAGS = ${NEKOVM_FLAGS} -lws2_32
endif

In folder /c/langs/build-sdk/prerequisites-i686 I have a lot of packages
and gc 7.4.0 build all with this gcc (I used it for compatibility with
compiling haxe with wodi32 which succeeded)

I had to comment out GC_use_DllMain(); in alloc.c

The problem

 /bin/sh: line 1:  3848 Segmentation fault      LD_LIBRARY_PATH=../bin:
NEKOPATH=../boot:../bin ../bin/neko nekoml -nostd neko/Main.nml
nekoml/Main.nml
Makefile:96: recipe for target 'compiler' failed
make: *** [compiler] Error 139


Any suggestions?

Thanks in advance.



-- 
Dr. Vasileios Anagnostopoulos (MSc,PhD)
Researcher/Developer
ICCS/NTUA 9 Heroon Polytechneiou Str., Zografou 15773 Athens,Greece
T (+30) 2107723404 M (+30) 6936935388
E [email protected]<mailto:[email protected]> www.ntua.gr<
http://www.ntua.gr/>
-- 
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to