problem compiling GHC 8.0.1 release candidate 2 src on Apple

2016-02-07 Thread George Colpitts
"/usr/local/bin/ghc" -M -static -H32m -O -Wall -package-db libraries/bootstrapping.conf -this-unit-id terminfo-0.4.0.2 -hide-all-packages -i -ilibraries/terminfo/. -ilibraries/terminfo/dist-boot/build -ilibraries/terminfo/dist-boot/build/autogen -Ilibraries/terminfo/dist-boot/build

Re: problem compiling GHC 8.0.1 release candidate 2 src on Apple

2016-02-07 Thread Ben Gamari
George Colpitts writes: snip > ,("target has GNU nonexec stack","False") > ,("target has .ident directive","True") > ,("target has subsections via symbols","True") > ,("Unregisterised","NO") > ,("LLVM llc command","llc") > ,("LLVM opt command","opt") >

RE: Problem compiling 6.8.1 extralibs

2007-11-07 Thread Duncan Coutts
On Wed, 2007-11-07 at 11:50 -0500, Seth Kurtzberg wrote: Run: ghc-pkg list See what it thinks about the status of happy. happy is a program. ghc-pkg doesn't know about it. i'm having some difficulties compiling the 6.8.1 extralibs on a Mandriva 2007.0 box. Despite happy 1.15

RE: Problem compiling 6.8.1 extralibs

2007-11-07 Thread Seth Kurtzberg
Run: ghc-pkg list See what it thinks about the status of happy. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexis Hazell Sent: Wednesday, November 07, 2007 9:02 AM To: glasgow-haskell-users@haskell.org Subject: Problem compiling 6.8.1

Problem compiling 6.8.1 extralibs

2007-11-07 Thread Alexis Hazell
Hi all, i'm having some difficulties compiling the 6.8.1 extralibs on a Mandriva 2007.0 box. Despite happy 1.15 being installed (with the happy binary in /usr/bin/), i get the following error: Preprocessing library haskell-src-1.0.1.1... Setup: The program happy is required but

Re: Problem compiling 6.8.1 extralibs

2007-11-07 Thread Alexis Hazell
On Thursday 08 November 2007 04:41, Duncan Coutts wrote: Install happy from http://hackage.haskell.org/cgi-bin/hackage-scripts/package/happy-1.17 Note that happy 1.17 needs Cabal-1.2 and 1.16 needs Cabal-1.1.6. Ah, that would be the problem then . . . . i'm upgrading from GHC 6.4.2, and so

problem compiling an older Haskell program with GHC 6.6.1

2007-07-07 Thread Scott Stoller
hi, I really appreciate the amazingly fast and helpful feedback to my previous message. that problem (FiniteMap not found) is solved. but a new problem came up... I am trying to compile paradox 1.0, an older (GHC 5) Haskell program, with GHC 6.6.1 (the Solaris 10 / x86 binary distribution).

Re: problem compiling an older Haskell program with GHC 6.6.1

2007-07-07 Thread Stefan O'Rear
On Sat, Jul 07, 2007 at 03:59:48PM -0400, Scott Stoller wrote: hi, I really appreciate the amazingly fast and helpful feedback to my previous message. that problem (FiniteMap not found) is solved. but a new problem came up... I am trying to compile paradox 1.0, an older (GHC 5) Haskell

Re: problem compiling an older Haskell program with GHC 6.6.1

2007-07-06 Thread Johannes Waldmann
Could not find module `Data.FiniteMap': is this a backwards-compatibility issue between GHC 6.6.1 and older versions of GHC? the module has just vanished from libraries. is there a simple workaround? ugly, but workable:

Re: problem compiling an older Haskell program with GHC 6.6.1

2007-07-06 Thread Neil Mitchell
Hi http://dfa.imn.htwk-leipzig.de/cgi-bin/cvsweb/lib/Autolib/Data/Map.hs?rev=1.6 Or easier: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/FiniteMap-0.1 Thanks Neil ___ Glasgow-haskell-users mailing list

problem compiling an older Haskell program with GHC 6.6.1

2007-07-06 Thread Scott Stoller
hi, I am trying to compile paradox 1.0, an older (GHC 5) Haskell program, with GHC 6.6.1 (the Solaris 10 / x86 binary distribution). in case anyone else wants to try it, I put the paradox source code at http://www.cs.sunysb.edu/~stoller/out/paradox-1.0-casc.tar.gz in the Makefile, I deleted

Re: Problem compiling GHC

2007-03-02 Thread Ian Lynagh
On Mon, Feb 26, 2007 at 02:48:38PM +0100, Cristian Perfumo wrote: So, what I did, to be sure that the error had nothing to do with my modification, was to download GHC again and try to build the original version. But I still get the same error (that I paste below this message). So you're

Re: Problem compiling GHC

2007-03-02 Thread Cristian Perfumo
I got my problem solved just by deleting ghc* from /usr/local/bin. Weird, I know. I didn't have that problem again since that time but I left this post open because I wanted to know if someone else had had the same problem and the way he/she got rid of it. Cheers. Cristian On 3/2/07, Ian Lynagh

Problem compiling GHC

2007-02-26 Thread Cristian Perfumo
Hi all, I'm having a problem when I try to compile GHC. I did it several times before without any problem but I don't know exactly from which moment it started giving me errors. Anyway, I have some clues: 1) I was modifying some STM stuff and I was receiving errors with (I think) out of date

Re: [Haskell] Problem compiling happy 1.15

2007-02-13 Thread Kirsten Chevalier
[redirecting to ghc-users] On 2/13/07, Rob Hoelz [EMAIL PROTECTED] wrote: I downloaded the source for happy 1.15, and when I run make, this pops up: /usr/bin/ghc -H16m -O -cpp -fglasgow-exts -O-c LALR.lhs -o LALR.o -ohi LALR.hi LALR.lhs:626:34: Not in scope: `bounds' make[3]: *** [LALR.o]

Re: problem compiling programs with monads with ghc-6.4

2005-08-31 Thread Donald Bruce Stewart
Add -package mtl ? vkonovalov: Dear all, When I compile simple programs with monads, I receive following error: example18.o(.text+0x2de):fake: undefined reference to `ControlziMonadziCont_zdfMonadContCont_closure' example18.o(.text+0x422):fake: undefined reference to

RE: problem compiling GUM

2002-02-27 Thread Simon Peyton-Jones
| To: GHC Users Mailing List | Subject: problem compiling GUM | | | Hi all, | | I'm not sure if this is the appropriate place to ask about | this, but there's no GPH mailing list. I recently downloaded | the source for GUM-4.06-291100 and am having difficulty | getting it to compile

problem compiling GUM

2002-02-26 Thread Hal Daume III
Hi all, I'm not sure if this is the appropriate place to ask about this, but there's no GPH mailing list. I recently downloaded the source for GUM-4.06-291100 and am having difficulty getting it to compile. The complaint it gives is: utils/Argv.lhs: can't locate import `Addr' ghc: 1972928

problem compiling

2001-10-31 Thread Juan Ignacio Garca Garca
hello, I installed ok the rpm-packages on linux (Mandrake 8.1), but when I try to compile something the following message appears: f2.hs:1: failed to load interface for `Prelude': Bad interface file: ./Prelude.hi does not exist Action: openFile Reason: No such file or