RE: WInNT ghc 4.03 and Pretty

1999-10-12 Thread Sigbjorn Finne (Intl Vendor)
Use -syslib misc. hth --sigbjorn -Original Message- From: Stephen Eldridge [mailto:[EMAIL PROTECTED]] Sent: Monday, October 11, 1999 12:59 To: [EMAIL PROTECTED] Subject: WInNT ghc 4.03 and Pretty I've set up ghc 4.03 on my Windows NT machine (and similarly under Windows 95

GHC installing hits ;; problem.

1999-10-12 Thread George Russell
gmake install in fptools complains (on Sparc Solaris): ==fptools== gmake install --no-print-directory -r; in /usr/local/pub-bkb/ghc/fptools/ghc/utils/hp2ps /bin/sh: syntax error at line 1: `;;' unexpected But when I make

Building GHC on a PPC Mac

1999-10-12 Thread Shin-Cheng Mu
Hi, I am trying to build GHC on a Apple Power Macintosh running Linux. I guess I should build from the .hc fiiles. The .hc files for newer versions of GHC are for x86 only. On the other hand, the process of building GHC 0.29 seems to be quite different from newer versions. Is there a "portable"

Re: Building GHC on a PPC Mac

1999-10-12 Thread Alex Ferguson
From UNKNOWN Received: from joyce.ucc.ie by vanuata with SMTP (MMTA) with ESMTP; Tue, 12 Oct 1999 15:45:59 +0100 Received: (from abf@localhost) by joyce.ucc.ie (8.7.3/8.7.3) id PAA11955 for [EMAIL PROTECTED]; Tue, 12 Oct 1999 15:45:02 +0100 (BST) [This

Re: ghc-4.03 on cynwin deriving oddity.

1999-10-12 Thread Alex Ferguson
enumerate :: (Enum a, Bounded a) = [a] enumerate = [minBound .. maxBound] data Test = Foo | Bar | Blah | Nonsense deriving (Show, Enum, Bounded) main = print (enumerate :: [Test]) BASH.EXE-2.02$ ghc-4.03 -static Enum.o BASH.EXE-2.02$ ./a.exe [Foo,Foo,Foo,Foo] To be a tad