solved! Fw: win32 4.08.2 install question

David Bakin davidbak@cablespeed.com
Sun, 15 Apr 2001 10:42:13 -0700


This is a multi-part message in MIME format.

------=_NextPart_000_000D_01C0C598.BB179680
Content-Type: text/plain;
	charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

Found the problem in Sigbj=F8rn Finne's FAQ at =
http://www.dcs.gla.ac.uk/~sof/ghc-win32-faq.html:  I had no /bin, only a =
/usr/bin. I've gotten hello world to compile so I'm off and running.  If =
5.00 wasn't switching to a Haskell driver I'd suggest updating the GHC =
installation on windows page with this FAQ.  -- Dave

$ mount
Device              Directory           Type         Flags
c:\Cygwin\bin       /bin                user         textmode
c:\Cygwin\etc       /etc                user         textmode
c:\Cygwin\lib       /usr/lib            user         textmode
c:                  /                   user         textmode


----- Original Message -----=20
From: David Bakin=20
To: glasgow-haskell-users@haskell.org=20
Sent: Sunday, April 15, 2001 12:47 AM
Subject: win32 4.08.2 install question


While waiting for 5.00 for win32 I thought I'd get started with 4.08.2 - =
downloaded it today and installed it and the latest cygwin as per =
instructions.  However:  When following the "test the fruits of your =
labour" I invoke "ghc -o main main.hs" and get back a bash prompt and =
that's all.  No files created, e.g., no main.  Same for "ghc -c =
main.hs".  Something trivial must be wrong with my setup.  I've copied =
the ghc/bin/perl to cygwin/bin.  No spaces in any directories (ghc is =
installed at c:\ghc). My mounted dirs look like this:

C:\Cygwin\bin>mount
Device              Directory           Type         Flags
c:\Cygwin\bin       /usr/bin            user         textmode
c:\Cygwin\etc       /etc                user         textmode
c:\Cygwin\lib       /usr/lib            user         textmode
c:                  /                   user         textmode

Anybody have an idea what's going on?  I can't wait to get 5.00 and its =
integral driver!

-- Dave

------=_NextPart_000_000D_01C0C598.BB179680
Content-Type: text/html;
	charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1252">
<META content=3D"MSHTML 5.50.4522.1800" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2><FONT face=3D"Courier New">Found the problem <FONT =
size=3D3>in=20
</FONT><FONT size=3D3>Sigbj=F8rn Finne's FAQ at <A=20
href=3D"http://www.dcs.gla.ac.uk/~sof/ghc-win32-faq.html">http://www.dcs.=
gla.ac.uk/~sof/ghc-win32-faq.html</A>:&nbsp;=20
I had no /bin, only a /usr/bin. I've gotten hello world to compile so =
I'm off=20
and running.&nbsp; If 5.00 wasn't&nbsp;switching to a Haskell driver=20
I'd&nbsp;suggest updating the GHC installation on windows page with this =

FAQ.&nbsp; -- Dave</FONT></FONT></FONT></DIV>
<DIV><FONT face=3D"Courier New" size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3D"Courier New" size=3D2>$=20
mount<BR>Device&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;=20
Directory&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Flags<BR>c:\Cygwin\bin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
/bin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;=20
user&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
textmode<BR>c:\Cygwin\etc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
/etc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;=20
user&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
textmode<BR>c:\Cygwin\lib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
/usr/lib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;=20
user&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
textmode<BR>c:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
user&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
textmode</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV style=3D"FONT: 10pt arial">----- Original Message -----=20
<DIV style=3D"BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> <A=20
title=3Ddavidbak@cablespeed.com =
href=3D"mailto:davidbak@cablespeed.com">David=20
Bakin</A> </DIV>
<DIV><B>To:</B> <A title=3Dglasgow-haskell-users@haskell.org=20
href=3D"mailto:glasgow-haskell-users@haskell.org">glasgow-haskell-users@h=
askell.org</A>=20
</DIV>
<DIV><B>Sent:</B> Sunday, April 15, 2001 12:47 AM</DIV>
<DIV><B>Subject:</B> win32 4.08.2 install question</DIV></DIV>
<DIV><BR></DIV>
<DIV><FONT face=3D"Courier New" size=3D2>While waiting for 5.00 for =
win32 I thought=20
I'd get started with 4.08.2 - downloaded it today and installed it and =
the=20
latest cygwin as per instructions.&nbsp; However:&nbsp; When following =
the "test=20
the fruits of your labour" I invoke "ghc -o main main.hs" and get back a =
bash=20
prompt and that's all.&nbsp; No files created, e.g., no main.&nbsp; Same =
for=20
"ghc -c main.hs".&nbsp; Something trivial must be wrong with my =
setup.&nbsp;=20
I've copied the ghc/bin/perl to cygwin/bin.&nbsp; No spaces in any =
directories=20
(ghc is installed at c:\ghc). My mounted dirs look like =
this:</FONT></DIV>
<DIV><FONT face=3D"Courier New" size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3D"Courier New"=20
size=3D2>C:\Cygwin\bin&gt;mount<BR>Device&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Directory&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Flags<BR>c:\Cygwin\bin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
/usr/bin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;=20
user&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
textmode<BR>c:\Cygwin\etc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
/etc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;=20
user&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
textmode<BR>c:\Cygwin\lib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
/usr/lib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;=20
user&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
textmode<BR>c:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
user&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
textmode</FONT></DIV>
<DIV><FONT face=3D"Courier New" size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3D"Courier New" size=3D2>Anybody have an idea what's =
going on?&nbsp;=20
I can't wait to get&nbsp;5.00 and its integral driver!</FONT></DIV>
<DIV><FONT face=3D"Courier New" size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3D"Courier New" size=3D2>-- =
Dave</FONT></DIV></BODY></HTML>

------=_NextPart_000_000D_01C0C598.BB179680--