[Haskell-cafe] Compilling GHC on Vista

Monique Monteiro monique.louise at gmail.com
Mon Apr 23 12:49:41 EDT 2007


On 4/23/07, Tom Schrijvers <Tom.Schrijvers at cs.kuleuven.be> wrote:
> Do make sure that MingW's bin/ and libexec/gcc/mingw32/3.4.2/ are the very
> first two in your path. I get the same error message if I don't do that.

Yes.  Here is my cygwin.bat:

@echo off

SET MAKE_MODE=UNIX
SET SHELL=c:/cygwin/bin/sh
SET HOME=C:/ghc-6.2.2-src
SET CVSROOT=:pserver:anoncvs at glass.cse.ogi.edu:/cvs
SET TMPDIR=C:/Users/Monique/AppData/Local/Temp
SET PATH=c:/MinGW/bin;C:/MinGW/libexec/gcc/mingw32/3.4.2;C:\ghc\ghc-6.2.2\bin;C:\cygwin\usr\local\bin;C:\GreenCard;c:\cygwin\usr\bin;C:\cygwin\bin;%PATH%

C:
chdir C:\cygwin\bin

bash --login -i

__________________________________________________________
Monique Monteiro, MSc
MCP .NET Framework 2.0 / SCJP / IBM OOAD
Project Manager
Recife Microsoft Innovation Center
+55 81 34198137
http://www.cin.ufpe.br/~mlbm
http://thespoke.net/blogs/moniquelouise/default.aspx
monique at qualiti.com.br
MSN: monique_louise at msn.com


More information about the Haskell-Cafe mailing list