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

Reply via email to