Have you tried omitting --with-gcc, when the cygwin gcc is first in your PATH?
configure should detect that gcc points to the wrong kind of compiler and fail.
my cygwin install has none of the things that i want to use from mingw:-)
but yes, now that you mention it, i can find the 'mingw gcc' test in configure
(didn't see it at first because it comes more than a thousand lines after setting
WhatGccIsCalled). i still can't find a similar test for ld (perhaps not needed?).
nor can i see where WhatGccIsCalled would be expanded to a full path,
which would be needed to get GccDir in mk/config.mk?
with the patches to ALUT/Setup.hs and libraries/Makefile i mentioned, the
build goes through, but now i get
$ compiler/stage2/ghc-inplace --interactive
___ ___ _
/ _ \ /\ /\/ __(_)
/ /_\// /_/ / / | | GHC Interactive, version 6.7.20070418, for
Haskell 98.
/ /_\\/ __ / /___| | http://www.haskell.org/ghc/
\____/\/ /_/\____/|_| Type :? for help.
ghc.exe:
c:\fptools\ghc\libraries\base\dist\build/HSbase-2.1.o: unknown symbol `_free'
Loading package base ... linking ... ghc.exe: unable to load package `base'
that looks like the kind of problem that might go away by recompiling from
scratch - is it a known symptom?
claus
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc