[Mono-devel-list] Yet Another SVN Compile Question

Raja R Harinath rharinath at novell.com
Tue Feb 15 09:25:13 EST 2005


Hi,

Paul Johnson <paul at all-the-johnsons.co.uk> writes:

>> I did the following to get this far (I used "get-monolite-latest" as I havn't
>> got a working version of mono on this machine):
>> 
>> ./mono/autogen.sh --prefix /usr/mono
>> make get-monolite-latest
>> 
>> I'm using Suse9.2 (updated lastnight).
>
> Yep. It's not monolite you're after. You need monocharge. wget
> http://www.go-mono.com/daily/monocharge-latest.tar.gz

In general, I think monocharge is much less useful nowadays, especially
if you're building mono and mcs from SVN.

It mainly makes sense to use monocharge if you're not too patient to
rebuild mono and mcs and want a quick fix of the latest class libraries.

I think the problem the OP has (running 'make install' without running
'make') is hard to handle.  It is, in a sense, not the right thing to
do: so I won't spend any time dealing with it, and will probably reject
any patch to fix it unless it's beautiful ;-)

The way to build and install is

       make
       make check
       make install

- Hari



More information about the Mono-devel-list mailing list