Re: Cygwin path support for ghc under Windows?

2002-01-30 Thread Claus Reinke
When I look at the Win32-specific portion of the Makefile, it appears that the *only* reason that I can't write one simple, portable GNU make Makefile that would work on Linux and Windows is because ghc only understands the Windows-style path name convention (with '\' as the path seperator,

Re: Cygwin path support for ghc under Windows?

2002-01-30 Thread Antony Courtney
Sigbjorn Finne wrote: You have to give more details than this; GHC does support both '/' and '\' as path separator (but, of course, doesn't understand nonsense like /cygdrive prefixes). That's great! This turns out to be an utterly embarassing case of, I swear I tried this over the

Cygwin path support for ghc under Windows?

2002-01-29 Thread Antony Courtney
Hi, This is more of a question than a bug report, so my appologies for using what is probably the wrong email list. Henrik Nilsson and I have just invested considerable effort in trying to write portable, complete Makefiles for compiling and installing some of our Haskell libraries with ghc

Re: Cygwin path support for ghc under Windows?

2002-01-29 Thread Sigbjorn Finne
). --sigbjorn - Original Message - From: Antony Courtney [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 29, 2002 07:02 Subject: Cygwin path support for ghc under Windows? Hi, This is more of a question than a bug report, so my appologies for using what is probably