[Mono-dev] Compiling mono on ppc64
Andreas Färber
andreas.faerber at web.de
Wed Nov 21 10:26:48 EST 2007
Hi,
Am 21.11.2007 um 15:23 schrieb Paul F. Johnson:
>> The current status is that you should be able to build a ppc (32-bit)
>> Mono 1.2.6 on a ppc64 Linux host. This was tested on Debian, if
>> additional changes to configure.in are necessary to make it work on
>> Fedora please submit patches. If there is any other build failure,
>> as usual please file a detailed bug report.
>
> For the likes of mono, Nant, monodevelop and boo, is there a flag
> which can be
> passed to the configure script which says to build as ppc32? I'm
> trying to
> push a number of packages for both ppc and ppc64, but the Fedora
> buildsys
> rejects them currently.
Nothing Mono-specific. You could try overriding CC with gcc followed
by arguments, can't check right now whether I did that (usually that's
only necessary for 64-bit builds). The ./configure output should
indicate the sizeof(void*) as 4 if compiling 32-bit, obviously. I
don't know the Fedora buildsys so am clueless what rejecting might
deliver as output - do you have access to config.log or any other
source of log messages?
NAnt, MonoDevelop and Boo I haven't tried on that platform.
Andreas
More information about the Mono-devel-list
mailing list