How can i debug this?


On Mon, 2006-10-02 at 12:07 -0600, Cameron Seader wrote:
How can i fix this in my Build?

On Fri, 2006-09-29 at 18:10 +0200, Andreas Jaeger wrote:
"Cameron Seader" <cseader@novell.com> writes:

> Greetings,
>
> What do you make of this?
>
> objdump: /var/tmp/monopod-0.6-build/usr/lib/monopod/Monopod.exe: File format
> is ambiguous
>
> objdump: Matching formats: efi-app-ia32 pei-i386
> objdump: /var/tmp/monopod-0.6-build/usr/lib/monopod/entagged-sharp.dll: File format is ambiguous
> objdump: Matching formats: efi-app-ia32 pei-i386
>
> Is this something to be concerned about? I have uploaded two different sources and i get the same thing, it used to build without these messages.
> What are these messages telling me?
>
> -Cameron

This is factory?

Could be new binutils that break our mono tests, we might need 
--target=pei-i386 to the script that calculates the mono
dependencies (if that's the place where it fails)...

Andreas