[Mono-devel-list] PPC Build Issues

Robert Shade rshade at dvsconsulting.com
Mon Mar 1 10:08:57 EST 2004


> 1) make fullbuild - Errors out because it can't find mcs.exe
You need to get the latest snapshot from http://go-mono.com/daily/.  Put 
the .exe files in /usr/local/bin and the .dll files in /usr/local/lib. 
(Or wherever you'd like to install mono)  One problem I ran across was, 
that the build scripts use the mcs script that is installed when you 
install mcs.  You will probably have to put this script in 
/usr/local/bin and make it executable:

#!/bin/sh
/usr/local/bin/mint /usr/local/bin/mcs.exe "$@"

> 2) make install - Error out because none of the class libraries can be 
> found.
These errors should actually be being ignored.  Take a look to see if 
the whole make process is failing, or just these steps.

> ld: warning prebinding not disabled because (__PAGEZERO segment (address 
> = 0x0 size = 0x1000) of shmdel overlaps with __TEXT segment (address = 
> 0x0 size = 0x3000) of /sw/lib/libgthread-2.0.0.dylib
> 
> I get several of these.

I do too, it doesn't seem to effect anything.


rob



More information about the Mono-devel-list mailing list