On Mon, Sep 29, 2008 at 09:35:18AM +0100, Mitchell, Neil wrote:
>
> My Windows tree still requires one patch to build successfully, which is
> attached.
Thanks; I've made it use $(PERL) instead of perl.
Thanks
Ian
___
Cvs-ghc mailing list
Cvs-ghc@has
Hi
> I
> still don't see how 'perl'
> could pick up a perl that isn't on the PATH,
I suspect I had a different $PATH in both cases, one was before ICFP,
one was after - and my path is fairly fluid.
Thanks
Neil
==
Plea
The ghc 6.8.3 perl probably shouldn't be on your PATH.
$ which perl
/usr/bin/perl
It isn't at the moment - perhaps some other things have changed in the
meantime which means its no longer required. However, I noticed that all
other invokations of perl follow the pattern of ./script, and this i
Hi Claus,
> The ghc 6.8.3 perl probably shouldn't be on your PATH.
$ which perl
/usr/bin/perl
It isn't at the moment - perhaps some other things have changed in the
meantime which means its no longer required. However, I noticed that all
other invokations of perl follow the pattern of ./script,
Claus
- Original Message -
From: "Mitchell, Neil" <[EMAIL PROTECTED]>
To:
Sent: Monday, September 29, 2008 9:35 AM
Subject: Windows build patch
Hi,
My Windows tree still requires one patch to build successfully, which is
attached.
Thanks
Neil
-Original Mess
Hi,
My Windows tree still requires one patch to build successfully, which is
attached.
Thanks
Neil
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Mitchell, Neil
> Sent: 16 September 2008 2:44 pm
> To: cvs-ghc@haskell.org
> Subject: RE: Windows bu