
13 Sep
2008
13 Sep
'08
1:20 p.m.
Hello Andrew, Saturday, September 13, 2008, 5:13:21 PM, you wrote:
Well, you must either be running under a different OS or have Cygwin installed, because when I try it, it just complains constantly. ("Can't find gcc", "can't find cc1", "can't find crt.o", and so forth.) At this point, I'm giving up. I only wanted this for the shininess value. It's not worth this much trouble...
yes, you should add path to gcc to your path. that's what i have in my makefile - hope it can help: GHCDIR = C:\Base\Compiler\ghc LIBDIR = $(GHCDIR)\gcc-lib INCDIR = $(GHCDIR)\include\mingw GCC = $(GHCDIR)\gcc.exe -B$(LIBDIR) -I$(INCDIR) -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com