Re: build failure

Malcolm Wallace <[email protected]> Mon, 14 Jun 2004 12:00:57 +0100
Newsgroups gmane.comp.lang.haskell.nhc.bugs
Organization Dept of Computer Science, University of York
Message-ID <[email protected]>
Ian Lynagh <[email protected]> writes:

> I've just had a quick look at this. Between 3.2 and 3.3 gcc seems to
> have changed from generating
> 
> -----
>         .file   "DErrNo.hc"
>         .data
>         .align 4
>         .type   startLabel,@object
>         .size   startLabel,0
> startLabel:
> .globl C0_NHC_46DErrNo_46ERANGE
>         .align 4
> -----
> 
> to generating
> 
> -----
>         .file   "DErrNo.hc"
>         .local  startLabel
>         .comm   startLabel,0,4
> .globl C0_NHC_46DErrNo_46ERANGE
>         .data
>         .align 4
> -----

Thanks for your perl patch for this problem.  I have checked it into
CVS, but guarded in the configure script so that it is only enabled
if gcc-3.3 is present.

Regards,
    Malcolm