Also, I could find where the
### Win32 Mingw/MSYS specific
### don't use -fomit-frame-pointer with gcc 3.4.5
ifeq (${WIN32}, 1)
CFLAGS = -g -Wall -O3 -momit-leaf-frame-pointer -I vm -I /usr/local/include
-DCOMPACT_TABLE
MAKESO = gcc -O -shared
LIBNEKO_NAME = neko.dll
LIBNEKO_LIBS = -Lbin -lgc
STD_NDLL_FLAGS = ${NEKOVM_FLAGS} -lws2_32
Endif
needed to be entered, but the other doesn't seem to fit. After what line must
it be added?
Thanks,
Lee
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lee
McColl-Sylvester
Sent: 17 February 2006 15:04
To: Doug Currie; Neko intermediate language mailing list
Subject: RE: [Neko] Compiling Neko
Do you mean the bin folder in Neko or the bin in MSYS. I placed it in both,
yet receive the error:
$ make
gcc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -DCOMPACT_TABLE -o vm/alloc.o -c
vm/alloc.c
make: gcc: Command not found
make: *** [vm/alloc.o] Error 127
Thanks,
Lee
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doug Currie
Sent: 17 February 2006 14:33
To: Neko intermediate language mailing list
Subject: Re: [Neko] Compiling Neko
Friday, February 17, 2006, 9:31:23 AM, Lee McColl-Sylvester wrote:
> I tried this, but the make in the MSYS shell doesn't work like make in the
> cmd window. Using -
> Make \c/..../neko
> Or any other variation returns the error
> Make: *** No rule to make target 'neko'. Stop.
> What am I doing wrong here?
See
http://lists.motion-twin.com/pipermail/neko/2006-February/000324.html
for my changes to Makefile for MinGW/MSYS
Once these are added, you can just also add the line
WIN32=1
It is necessary to have a gc.dll pre-built and in place in bin/
Then from MSYS shell:
cd /c/..../neko
make
e
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Doug Currie
> Sent: 17 February 2006 13:48
> To: Neko intermediate language mailing list
> Subject: Re: [Neko] Compiling Neko
> Friday, February 17, 2006, 7:43:39 AM, Lee McColl-Sylvester wrote:
>>[...]
>> I installed the MinGw32-make and modifiedthe MakeFile for windows
>> using this make version... This required changingthe Lib**.so for
>> Neko.dll and replacing some *.o for *.c. The problem I nowhave is
>> quite late in the MakeFile. It currently errors here:
>> compiler:
>> (cd src; ${NEKO_EXEC}nekoml -v neko/Main.nml nekoml/Main.nml)
>> (cd src; ${NEKO_EXEC}nekoc -link ../bin/nekoc.n neko/Main)
>> (cd src; ${NEKO_EXEC} nekoc -link../bin/nekoml.n nekoml/Main)
> You could try
> compiler:
> cd src && ${NEKO_EXEC}nekoml -v neko/Main.nml nekoml/Main.nml
> cd src && ${NEKO_EXEC}nekoc -link ../bin/nekoc.n neko/Main
> cd src && ${NEKO_EXEC} nekoc -link../bin/nekoml.n nekoml/Main
> but I recommend installing MinGW/MSYS instead.
> http://www.mingw.org/download.shtml
> Regards,
> e
> --
> Doug Currie
> Londonderry, NH
--
Doug Currie
Londonderry, NH
--
Neko : One VM to run them all
(http://nekovm.org)
--
Neko : One VM to run them all
(http://nekovm.org)
--
Neko : One VM to run them all
(http://nekovm.org)