Re: [Haskell-cafe] GHC7 build problem

2011-06-14 Thread Scott Lawrence
It now appears to have been fixed. Thanks. On Sun, Jun 12, 2011 at 01:13, Karel Gardas karel.gar...@centrum.cz wrote: On 06/11/11 09:37 PM, Edward Z. Yang wrote: Yes, the tree was broken for some time between yesterday and today, and you appear to have gotten unlikely.  It should have been

[Haskell-cafe] GHC7 build problem

2011-06-11 Thread Scott Lawrence
Trying to compile GHC7 from source (as the ubuntu repository is still on GHC6), I came across the following error in the final phase: libraries/base/GHC/ST.lhs:78:1: You cannot SPECIALISE `forever' because its definition has no INLINE/INLINABLE pragma (or its defining module

Re: [Haskell-cafe] GHC7 build problem

2011-06-11 Thread Edward Z. Yang
Yes, the tree was broken for some time between yesterday and today, and you appear to have gotten unlikely. It should have been fixed now, so you should try again. Cheers, Edward Excerpts from Scott Lawrence's message of Sat Jun 11 12:44:18 -0400 2011: Trying to compile GHC7 from source (as

Re: [Haskell-cafe] GHC7 build problem

2011-06-11 Thread Edward Z. Yang
It appears the build is still broken. Sorry! Please stand by, or roll back the last set of commits. Edward Excerpts from Scott Lawrence's message of Sat Jun 11 12:44:18 -0400 2011: Trying to compile GHC7 from source (as the ubuntu repository is still on GHC6), I came across the following error

Re: [Haskell-cafe] GHC7 build problem

2011-06-11 Thread Karel Gardas
On 06/11/11 09:37 PM, Edward Z. Yang wrote: Yes, the tree was broken for some time between yesterday and today, and you appear to have gotten unlikely. It should have been fixed now, so you should try again. It's probably not fixed yet, since even last night build fails on opensolaris

[Haskell-cafe] SDL build problem

2009-10-11 Thread Henk-Jan van Tuyl
L.S., I am trying to install SDL, but I get error messages about multiple definition of `main'; before I spend many hours of debugging, does anybody know why this happens? See the log below. Regards, Henk-Jan van Tuyl C:\Programs\Haskell\Libs\SDL-0.5.5runhaskell Setup configure

[Haskell-cafe] Mersenne Build Problem

2008-06-07 Thread Dominic Steinitz
I'm getting errors (see below) trying to build the tests in http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mersenne-random-0.1.1 I built the package itself using ./Setup configure -f use_sse2 I thought I had an intel core duo (also see below). I think I may be missing a library but

Re: [Haskell-cafe] Mersenne Build Problem

2008-06-07 Thread Don Stewart
dominic.steinitz: I'm getting errors (see below) trying to build the tests in http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mersenne-random-0.1.1 I built the package itself using ./Setup configure -f use_sse2 I thought I had an intel core duo (also see below). I think I

Re: [Haskell-cafe] Mersenne Build Problem

2008-06-07 Thread Bertram Felgenhauer
Dominic Steinitz wrote: I'm getting errors (see below) trying to build the tests in http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mersenne-random-0.1.1 [snip] Linking Unit ... Unit.o: In function `s4Da_info': (.text+0x1b21): undefined reference to `genrand_real2' Unit.o:

Re: [Haskell-cafe] a build problem ....

2008-05-27 Thread Thomas Hartman
maybe try runghc Setup.hs clean or fresh darcs checkout and try build again from scratch. it's helped me in the past. thomas. Am 26. Mai 2008 21:32 schrieb Galchin, Vasili [EMAIL PROTECTED]: Hello, One of my test cases will not build. I am running: [EMAIL PROTECTED]:~$ ghc -v

Re: [Haskell-cafe] a build problem ....

2008-05-27 Thread Galchin, Vasili
when I do a clean followed by configure then dist is empty vasili On Tue, May 27, 2008 at 4:37 PM, Thomas Hartman [EMAIL PROTECTED] wrote: maybe try runghc Setup.hs clean or fresh darcs checkout and try build again from scratch. it's helped me in the past. thomas. Am 26. Mai 2008

Re: [Haskell-cafe] a build problem ....

2008-05-27 Thread Galchin, Vasili
actually I also got a core file. ... when I am running runghc Setup.lhs . and get a core file when I run gdb on the core file in this situation what Linux executable should I specify with the core file? ghc? Also when building ghc how to do I specify to keep symbol table for debugging? Is it

Re: [Haskell-cafe] a build problem ....

2008-05-27 Thread Thomas Hartman
I think dist gets populated when you do build. 2008/5/27 Galchin, Vasili [EMAIL PROTECTED]: when I do a clean followed by configure then dist is empty vasili On Tue, May 27, 2008 at 4:37 PM, Thomas Hartman [EMAIL PROTECTED] wrote: maybe try runghc Setup.hs clean or fresh darcs

Re: [Haskell-cafe] a build problem ....

2008-05-27 Thread Duncan Coutts
On Tue, 2008-05-27 at 15:33 -0700, Thomas Hartman wrote: I think dist gets populated when you do build. Actually we also stash the configuration in ./dist/setup-config so that gets created at configure time. Galchin's problem is that something goes wrong during the configure and so nothing

[Haskell-cafe] hsffig build problem

2007-01-08 Thread Jeff Polakow
Hello, I am trying to install hsffig and I get the following error: bash$ make : : Linking cabal-setup.exe ... Distribution/Simple/Configure.o:fake:(.text+0x74fd): undefined reference to [EMAIL PROTECTED]' collect2: ld returned 1 exit status