- src/makefile.w32 does not work.
Requirement: your shell must be COMMAND-like
In any case, there is now a makefile that supports bash/sh
Somebody already wrote such a Makefile under a systag of 8 and included win32 .DLL support IIRC... You should ask at grx@gnu.de, if you haven't done that already.
and I hope you will include it with future releases (somebody else might be saved all my trouble).
That's up to Mariano, he's the maintainer.
I had no trouble building GRX under w32 (MinGW I presume you mean). But you probably need to alter your makefiledefs.grx. I did it by the following in the system settings:
CC = C:\MinGW\bin\gcc.exe AR = C:\MinGW\bin\ar.exe RANLIB = C:\MinGW\bin\ranlib.exe STRIP = C:\MinGW\bin\strip
or wherever you keep your compilers.
If you are using Dev C++ (which seems pretty good) then you need to set compiler flags as in the "Hello World" part of the use manual. I also set "-mconsole" as a flag to catch my <stdio.h> output.