
Hi,
If someone here managed to build network 2.3.05 on windows 7 with ghc-7.2.1 , could you kindly pass me the trick? The config step fails with missing header. I tried running it with mingw (tried with the latest one too - just in case : http://sourceforge.net/projects/mingw/files/Automated%20MinGW%20Installer/ )
I did not face any issue for the same thing on linux.
Many thanks, Hemanth K
I have done exactly this with the same versions. No problems. I used the MINGW that comes with ghc-7.2.1. I probably executed the configure under MSYS though, which probably makes the difference.
Rene.
_
Thanks! Your approach worked perfectly. All I had to do was to ensure that the msys uses ghc's mingw to configure and build successfully. thank you regards, Hemanth K