Re: Haskell network package fails to install on Windows

2015-02-01 Thread Ben Elliston
On Sun, Feb 01, 2015 at 04:42:50PM -0600, Gregory Guthrie wrote: > Good insight - I have GNU utilities installed, and then also msys - > Maybe I need to change the order in the PATH? Yes. If you use MSYS uname: > C:\Users\guthrie>e:\developer\msys\bin\uname.exe > MINGW32_NT-6.1 .. that will wo

RE: Haskell network package fails to install on Windows

2015-02-01 Thread Gregory Guthrie
Guthrie > Cc: config-patches@gnu.org; Johan Tibell > Subject: Re: Haskell network package fails to install on Windows > > On Sun, Feb 01, 2015 at 04:42:50PM -0600, Gregory Guthrie wrote: > > > Good insight - I have GNU utilities installed, and then also msys - > > Maybe

RE: Haskell network package fails to install on Windows

2015-02-01 Thread Gregory Guthrie
: config-patches@gnu.org; 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 p

Re: Haskell network package fails to install on Windows

2015-02-01 Thread Ben Elliston
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 b

RE: Haskell network package fails to install on Windows

2015-02-01 Thread Gregory Guthrie
han Tibell > Subject: Re: Haskell network package fails to install on Windows > > On Sat, Jan 31, 2015 at 02:16:21PM -0600, Gregory Guthrie wrote: > > > This script, last modified 2014-03-23, has failed to recognize the > > operating system you are using. It is advised tha

Re: Haskell network package fails to install on Windows

2015-02-01 Thread Ben Elliston
On Sat, Jan 31, 2015 at 02:16:21PM -0600, Gregory Guthrie wrote: > This script, last modified 2014-03-23, has failed to recognize > the operating system you are using. It is advised that you > download the most up to date version of the config scripts from [...] > uname -m = x86 > uname -r = 1 >

Haskell network package fails to install on Windows

2015-01-31 Thread Gregory Guthrie
Trying to do: Cabal install network On Windows machine fails. C:\Users\guthrie\.cabal-sandbox>cabal --version cabal-install version 1.22.0.0 using version 1.22.0.0 of the Cabal library Haskell Platform 2014.2.0.0 i386 >cabal install network