Re: [Mono-list] compiling mono on ubuntu

2004-12-01 Thread Philipp Knecht
Hi Paul First thanks for your compling pages. When i compile from svn for the first time i'll check them again. > expect, though. The OP probably meant either > /usr/local/bin or /usr/local. Oops i meant /usr/local/ Have fun Phil _

Re: [Mono-list] compiling mono on ubuntu

2004-11-30 Thread Raja R Harinath
Hi, Paul <[EMAIL PROTECTED]> writes: >> i did it with ./configure --prefix=usr/local/bin > > The prefix is not needed there. Actually, it is :-) Notice the prefix is usr/local/bin, not /usr/local. When the prefix is a relative directory, it probably doesn't do what you expect, though. The OP p

Re: [Mono-list] compiling mono on ubuntu

2004-11-30 Thread Paul
Hi, > i did it with ./configure --prefix=usr/local/bin The prefix is not needed there. > and then make > and then make install > i dunno this autogen.sh thing. is it the recommended > way to compile mono? Inside the tarballs or the checkouts from svn should be a file called autogen.sh, this do

Re: [Mono-list] compiling mono on ubuntu

2004-11-30 Thread Philipp Knecht
hi i did it with ./configure --prefix=usr/local/bin and then make and then make install i dunno this autogen.sh thing. is it the recommended way to compile mono? thanks ___ Gesendet von Yahoo! Mail - J

Re: [Mono-list] compiling mono on ubuntu

2004-11-30 Thread Eduardo Osorio Armenta
bueno (ok) but i want to try ubuntu-warty limit... i uninstall automake1.4 and run ./autogen.sh --prefix=/home/eduardo --with-preview and begin to compile but fails at: make[3]: Entering directory `/home/eduardo/prog/csharp/mono/svn/mono/mono/mini' /bin/sh ../../libtool --mode=link gcc -g

Re: [Mono-list] compiling mono on ubuntu

2004-11-29 Thread Paul
Hi > i look for information under ubuntu wiki but > there's no much information for building mono I would do it this way to kick start things. 1. grab the latest monocharge (wget http://www.go- mono.com/daily/monocharge-latest.tar.gz) 2. Dearchive 3. su 4. If you're happy with things going into

Re: [Mono-list] compiling mono on ubuntu

2004-11-29 Thread Philipp Knecht
Hi there I have 1.0.4 running on Ubuntu. First I did a mono 1.0.2 install from the hoary ressources (change warty to hoary in the Reposotories but make a image of your warty system first...) Then I compiled 1.0.4 without problems. I failed to compile monodevelop. But it doesn't matter i got it fro

Re: [Mono-list] compiling mono on ubuntu

2004-11-29 Thread Matt Nuzum
On Sun, 28 Nov 2004 19:26:11 -0800 (PST), Eduardo Osorio Armenta <[EMAIL PROTECTED]> wrote: > > i have a running mono runtime (1.0.1) > under ubuntu warty. > > but recently downloaded the svn of mono mcs gtk-sharp > > to compile mono 1.1.2 > > follow instructions for building mono > > ./autoge

[Mono-list] compiling mono on ubuntu

2004-11-28 Thread Eduardo Osorio Armenta
i have a running mono runtime (1.0.1) under ubuntu warty. but recently downloaded the svn of mono mcs gtk-sharp to compile mono 1.1.2 follow instructions for building mono ./autogen.sh --prefix=/home/eduardo --with-preview=yes but mono/mini/Makefile.am:244: warning: automake does no