logo       

RE: building ghc from source: msg#00020

lang.haskell.glasgow.bugs

Subject: RE: building ghc from source

[Redirecting this to GHC bugs]

 

9. Entered
"./configure --host=i386-unknown-mingw32 --with-gcc=/cygdrive/c/MinGW/bin/gc
c". No errors occurred.

 

I believe your problem is here.  You must not use Cygwin-style paths when specifying what GCC is.  Instead use

          --with-gcc=c:/mingw/bin/gcc

Can you let me know if that fixes it?  (remove config.cache before reconfiguring)

The online Building Guide is wrong on this point, but it’s fixed in the repository.  I’ll try to get the fixed version online asap.

 

Simon

<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise