[Mono-list] Build problem under S390

Miguel de Icaza miguel@ximian.com
07 May 2003 16:11:03 -0400


Hello,

> I'm attempting to build the mono binaries on Linux for S/390 from the source
> RPM. It gets through the process up until the install phase when I get:
> 
> objdump: /var/tmp/mono-root/usr/bin/cilc.exe: File format not recognized
> objdump: /var/tmp/mono-root/usr/bin/ilasm.exe: File format not recognized
> objdump: /var/tmp/mono-root/usr/bin/mbas.exe: File format not recognized
> objdump: /var/tmp/mono-root/usr/bin/mcs.exe: File format not recognized
> objdump: /var/tmp/mono-root/usr/bin/monoresgen.exe: File format not
> recognized
> objdump: /var/tmp/mono-root/usr/bin/secutil.exe: File format not recognized
> objdump: /var/tmp/mono-root/usr/bin/sqlsharp.exe: File format not recognized
> 
> I didn't encounter this with the previous SRPM. 

Is this based on a more updated RPM?  I have the impression that this
is trying to extract the debugging information, and create a separate
debuginfo rpm file.

Miguel