Trying to install on windows

Hi, I am trying to install on windows (under cygwin) and I get $ ./Setup.hs install Installing: C:\Software\Haskell\c2hs-0.14.5\ghc-6.4.2 & C:\Software\c2hs-0.14.5 c2hs-0.14.5... '.' is not recognized as an internal or external command, operable program or batch file. What is it trying to do? Mark

That's the postinstall script (postInst.sh) trying to run. You'll have to run the commands by hand or rework it for Cygwin. Rich Mark Wassell wrote:
Hi,
I am trying to install on windows (under cygwin) and I get
$ ./Setup.hs install Installing: C:\Software\Haskell\c2hs-0.14.5\ghc-6.4.2 & C:\Software\c2hs-0.14.5 c2hs-0.14.5... '.' is not recognized as an internal or external command, operable program or batch file.
What is it trying to do?
Mark
------------------------------------------------------------------------
_______________________________________________ C2hs mailing list C2hs@haskell.org http://www.haskell.org/mailman/listinfo/c2hs

It wont build on windows. There is a thread on haskell@haskell.org
about it. But if you get it working on windows please let me know, or
post the binary somewhere.
Anatoly
On 7/24/06, Rich Fought
That's the postinstall script (postInst.sh) trying to run. You'll have to run the commands by hand or rework it for Cygwin.
Rich
Mark Wassell wrote:
Hi,
I am trying to install on windows (under cygwin) and I get
$ ./Setup.hs install Installing: C:\Software\Haskell\c2hs-0.14.5\ghc-6.4.2 & C:\Software\c2hs-0.14.5 c2hs-0.14.5... '.' is not recognized as an internal or external command, operable program or batch file.
What is it trying to do?
Mark
------------------------------------------------------------------------
_______________________________________________ C2hs mailing list C2hs@haskell.org http://www.haskell.org/mailman/listinfo/c2hs
_______________________________________________ C2hs mailing list C2hs@haskell.org http://www.haskell.org/mailman/listinfo/c2hs
participants (3)
-
Anatoly Yakovenko
-
Mark Wassell
-
Rich Fought