Hi,
Does ghc7.10rc2 support for windows 32bit OS (Windows 7) ?
I tried to build ghc7.10rc2 [1],[2] on my old 32bit windows to check FTP.
Then, the following error has occurred:
"C:/MinGW/msys/1.0/home/my/devel/haskell.build.mingw/work8.ghc.7.10.rc2/ghc-7.10.0.20150123/inplace/mingw/bin/ld.exe" -r -o libraries/directory/dist-install/build/HSdirec_3OAebvWY9YTGrbhfMGQ0ml.o libraries/directory/dist-install/build/System/Directory.o libraries/directory/dist-install/build/cbits/directory.o
"inplace/bin/ghc-stage1.exe" -hisuf hi -osuf o -hcsuf hc -static -H64m -O0 -fasm -this-package-key proce_9HgSaudU0TAKauLzQHuwnO -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package-key Win32_Cjc5QN7bEuvL7SrTr96E5g -package-key base_469rOtLAqwTGFEOGWxSUiQ -package-key deeps_FT5iVCELxOr62eHY0nbvnU -package-key direc_3OAebvWY9YTGrbhfMGQ0ml -package-key filep_1vDJvPDP7mkAk0dVCj6gws -Wall -XHaskell2010 -O -fasm -no-user-package-db -rtsopts -odir libraries/process/dist-install/build -hidir libraries/process/dist-install/build -stubdir libraries/process/dist-install/build -c libraries/process/./System/Process/Internals.hs -o libraries/process/dist-install/build/System/Process/Internals.o
libraries\process\System\Process\Internals.hs:36:5:
Not in scope: <81>estopDelegateControlC<81>f
Perhaps you meant one of these:
<81>estartDelegateControlC<81>f (line 467),
<81>eendDelegateControlC<81>f (line 470)
make[1]: *** [libraries/process/dist-install/build/System/Process/Internals.o] Error 1
make: *** [all] Error 2
I looks like 'stopDelegateControl' is not defined in System\Process\Internals.hs for mingw32_HOST_OS.
Regards,
Takenobu