patch applied (testsuite): cabal01: we need --with-ld=$(LD) for Windows

Simon Marlow simonmarhaskell at gmail.com
Thu Aug 9 06:36:00 EDT 2007


Esa Ilari Vuokko wrote:
> On 8/3/07, Simon Marlow <simonmar at microsoft.com> wrote:
>> Fri Aug  3 00:52:31 PDT 2007  Simon Marlow <simonmar at microsoft.com>
>>   * cabal01: we need --with-ld=$(LD) for Windows
>>
>>     M ./tests/ghc-regress/cabal/cabal01/Makefile -1 +1
> 
> What's the story of how to find ld for ghc-inplace in Windows?
> 
> Ian added gcc-lib to compiler/ a while back, before that I had to pass --with-ld
> to configure.  Why doesn't Ian's solution work for testsuite?

I see now, it is because compiler/gcc-lib is copied during a 'make' at the 
top level, but the buildbot build doesn't do 'make', it invokes the 
individual targets separately.

We should fix this and remove the --with-ld hack that I added, presumably.

Cheers,
	Simon



More information about the Cvs-ghc mailing list