RE: [Haskell-cafe] HP/Cygwin and Curl

2010-06-09 Thread Chris Dornan
-cafe Cafe Subject: Re: [Haskell-cafe] HP/Cygwin and Curl with Cygwin I get Linking dist\build\cmu\cmu.exe ... C:\Program Files\Haskell Platform\2010.1.0.0\lib\..\mingw\bin \windres: can't open temporary file `\/cca04932.irc': No such file or directory This sounds very much like a temporary

RE: [Haskell-cafe] HP/Cygwin and Curl

2010-06-08 Thread Chris Dornan
To: Chris Dornan Cc: Haskell-Cafe@haskell.org Subject: Re: [Haskell-cafe] HP/Cygwin and Curl On Mon, 07 Jun 2010 21:44:13 +0200, Chris Dornan ch...@chrisdornan.com wrote: Thanks ever so much for your clear answer. I have no problem at all with using MSYS to build libraries that link to libraries

Re: [Haskell-cafe] HP/Cygwin and Curl

2010-06-08 Thread Claus Reinke
Thanks Stephen--that was related to my original question, about using HP with Cygwin. The answer seems to be No!--you must use MSYS (for real work). The short version: - Cygwin provides commandline tools, compilers and libraries - MSYS provides commandline tools for the MinGW compilers and

RE: [Haskell-cafe] HP/Cygwin and Curl

2010-06-08 Thread Chris Dornan
tools won't work when launched from Cygwin Bash. Chris -Original Message- From: haskell-cafe-boun...@haskell.org [mailto:haskell-cafe-boun...@haskell.org] On Behalf Of Claus Reinke Sent: 08 June 2010 09:02 To: haskell-cafe@haskell.org Subject: Re: [Haskell-cafe] HP/Cygwin and Curl Thanks

Re: [Haskell-cafe] HP/Cygwin and Curl

2010-06-08 Thread Claus Reinke
of the Haskell tools won't work when launched from Cygwin Bash. Chris -Original Message- From: haskell-cafe-boun...@haskell.org [mailto:haskell-cafe-boun...@haskell.org] On Behalf Of Claus Reinke Sent: 08 June 2010 09:02 To: haskell-cafe@haskell.org Subject: Re: [Haskell-cafe] HP/Cygwin and Curl

Re: [Haskell-cafe] HP/Cygwin and Curl

2010-06-08 Thread Malcolm Wallace
with Cygwin I get Linking dist\build\cmu\cmu.exe ... C:\Program Files\Haskell Platform\2010.1.0.0\lib\..\mingw\bin \windres: can't open temporary file `\/cca04932.irc': No such file or directory This sounds very much like a temporary-filename issue. The reported filename's lack of a

Re: [Haskell-cafe] HP/Cygwin and Curl

2010-06-07 Thread Stephen Tetley
Hi Chris HP can be used fine with Cygwin. Where a library in the HP is a binding to a C library, the HP supplies the relevant C library as an *.a file, e.g libglu32.a and libglut32.a for OpenGL. Pure Haskell libraries will install fine under Cygwin as well. Bindings to additional C libraries

RE: [Haskell-cafe] HP/Cygwin and Curl

2010-06-07 Thread Chris Dornan
: [Haskell-cafe] HP/Cygwin and Curl Hi Chris HP can be used fine with Cygwin. Where a library in the HP is a binding to a C library, the HP supplies the relevant C library as an *.a file, e.g libglu32.a and libglut32.a for OpenGL. Pure Haskell libraries will install fine under Cygwin as well

Re: [Haskell-cafe] HP/Cygwin and Curl

2010-06-07 Thread Stephen Tetley
On 7 June 2010 20:44, Chris Dornan ch...@chrisdornan.com wrote: Also, what's with        C:\Program Files\Haskell Platform\2010.1.0.0\lib\..\mingw\bin\windres: can't open temporary file `\/cca01252.irc': No such file or directory Hi Chris I don't know what's going on there, are you using

RE: [Haskell-cafe] HP/Cygwin and Curl

2010-06-07 Thread Chris Dornan
] Sent: 07 June 2010 21:09 To: Chris Dornan Cc: Haskell-Cafe@haskell.org Subject: Re: [Haskell-cafe] HP/Cygwin and Curl On 7 June 2010 20:44, Chris Dornan ch...@chrisdornan.com wrote: Also, what's with        C:\Program Files\Haskell Platform\2010.1.0.0\lib\..\mingw\bin\windres: can't open

Re: [Haskell-cafe] HP/Cygwin and Curl

2010-06-07 Thread Henk-Jan van Tuyl
On Mon, 07 Jun 2010 21:44:13 +0200, Chris Dornan ch...@chrisdornan.com wrote: Thanks ever so much for your clear answer. I have no problem at all with using MSYS to build libraries that link to libraries built in Windows land--this seems entirely reasonable. Is this written down somewhere? I