[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Haskell network package fails to install on Windows
From: |
Gregory Guthrie |
Subject: |
RE: Haskell network package fails to install on Windows |
Date: |
Sun, 1 Feb 2015 16:42:50 -0600 |
Good insight - I have GNU utilities installed, and then also msys -
Maybe I need to change the order in the PATH?
C:\Users\guthrie>where uname
e:\System\bin\uname.exe
e:\developer\msys\bin\uname.exe
C:\Users\guthrie>e:\developer\msys\bin\uname.exe
MINGW32_NT-6.1
C:\Users\guthrie>e:\System\bin\uname.exe
WindowsNT
-------------------------------------------
Gregory Guthrie
-------------------------------------------
> -----Original Message-----
> From: Ben Elliston [mailto:address@hidden
> Sent: Sunday, February 01, 2015 4:40 PM
> To: Gregory Guthrie
> Cc: address@hidden; Johan Tibell
> Subject: Re: Haskell network package fails to install on Windows
>
> On Sun, Feb 01, 2015 at 04:32:52PM -0600, Gregory Guthrie wrote:
>
> > Windows 7;
> > MSYS, & minGW installed, not sure if they are involved.
>
> Can you please work out where your uname is coming from? There are many
> Windows users
> now running config.guess as part of build systems and I find it hard to
> believe that you're the
> first person using something standard!
>
> Thanks,
> Ben