Is is possible that by upgrading the version of gcc changed?  I've had
problems compiling ghc6.8.1 with some versions of gcc that have disappeared
by upgrading gcc.


Seth Kurtzberg
Software Engineer
Specializing in Security, Reliability, and the Hardware/Software Interface



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Philip K.F.
Hölzenspies
Sent: Wednesday, November 14, 2007 7:17 AM
To: Simon Marlow
Cc: glasgow-haskell-users@haskell.org
Subject: Re: ANNOUNCE: GHC version 6.8.1

On Tuesday 13 November 2007 12:27:02 Simon Marlow wrote:
> maybe add a test right after the creation of DerivedConstants.h in
> includes/Makefile:
>
> DerivedConstants.h : mkDerivedConstantsHdr
>       ./mkDerivedConstantsHdr >$@
>       test -f $@ || exit 1
>
> at least that will tell us whether it was never there to start with, or it
> got removed later on.
>
> If it weren't for the fact that this seems repeatable, I'd say you have
> need to run fsck on that filesystem.  There's definitely something strange
> going on...

Dear Simon, All,

This looks like a sensible thing to do, a makefile check. I don't expect
this 
to be a fsck-solvable problem though, since I've tried at different times 
with rather different states of my filesystem (rather full, nearly empty, 
again rather full).

Good news for me, bad news for this bug-report. My office system crashed, so
I 
was updated from SuSE 10.0 to SuSE 10.3. GHC 6.8.1 now compiles out of the 
proverbial box. Although, ...

I had initially forgotten to install the readline-dev package (for 
libreadline.a). The configure script doesn't test for linkage against 
readline, so make terminates because ghc-pkg-inplace doesn't have readline 
and libraries/readline contains a file called unbuildable. I would call this

a small buildbug with a very easy fix: add readline linkage test to 
configure.

Regards,
Philip
_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to