[nhc-bugs] build failure

Malcolm Wallace Malcolm.Wallace at cs.york.ac.uk
Mon Jun 14 07:00:57 EDT 2004


Ian Lynagh <igloo at earth.li> 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, at 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


More information about the Nhc-bugs mailing list