[Haskell-cafe] Re: Windows details

Bulat Ziganshin bulat.ziganshin at gmail.com
Sat Sep 13 09:20:50 EDT 2008


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 at gmail.com



More information about the Haskell-Cafe mailing list