| - Run the following following commands:
|
| export PATH=/cygdrive/c/lang/mingw32/bin::${PATH}
|
| make clean; ./configure --build=mingw >& configure.log
Uh oh. You aren't following the instructions in Section 12.4 of the GHC
building guide!
http://haskell.cs.yale.edu/ghc/docs/latest/html/building/winbuild.html
(a) I believe that it's important to run autoconf
(b) I've never seen this --build option for configure. What I use (as
the building guide says) is:
./configure --host=i386-unknown-mingw32 --with-gcc=/mingw/bin/gcc
You need to run configure in fptools/ghc first actually. (No need to
autoconf there.)
What you did may work, but I am not confident in it. For example where
are you saying where to find the (mingw) gcc that GHC should use?
Simon
_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users