Re: build failure

Malcolm Wallace <[email protected]> Fri, 16 Apr 2004 10:47:10 +0100
Newsgroups gmane.comp.lang.haskell.nhc.bugs
Organization Dept of Computer Science, University of York
Message-ID <[email protected]>
I wrote:

> My best guess
> is that this is another byte-code alignment problem of the same kind
> that we have already seen a couple of times with different versions
> of the gcc toolset.

A quick thought, which might help us track down the alignment problem.
Please can you send me the output of the following command:

    gcc -S -x c src/prelude/DErrNo.hc -Iinclude -o - | grep align

Regards,
    Malcolm