autogen.sh is in SVN only and is used to generate configure and some other
things and executes configure at the end.

I don't know whether the error is in build procedure or at you but you can
use an existing mono installation instead of monolite for building mcs tree.

Use

"make EXTERNAL_MCS=/usr/local/bin/mcs EXTERNAL_RUNTIME=/usr/local/bin/mono"

instead of just "make".

Use the prefix of the installation instead of "/usr/local/"

Kornél

----- Original Message -----
From: "Tomas Kalibera" <[EMAIL PROTECTED]>
To: "Paul F. Johnson" <[EMAIL PROTECTED]>
Cc: "mono-devel" <[email protected]>
Sent: Friday, August 19, 2005 1:49 PM
Subject: Re: [Mono-dev] ad Error Building



Hi,

Are you building mono from the tarball or svn and where are you trying
to install to? For the svn version (and IIRC, the tarball as well), it
should be

./autogen.sh [options]
make
su
make install


I'm building from the tarball, there is no autogen.sh there. What I've
been doing for a year (and I found in the README file) is:

wget http://mono.ximian.com/daily/mono-1.1.8.20050818.tar.gz
tar xfz mono-1.1.8.20050818.tar.gz
cd mono-1.1.8.20050818
./configure --prefix=/my/own/build/dir/in/my/home
make
make install

The mcs binary is already included in the package. The problem is that
starting from mono-1.1.8.20050723, the packaged in mcs binary is not
used, because it is mistakenly assumed to be wrong version. I'll write
Raja about this problem.

Tomas

_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-devel-list


_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to