Hello! Trying to install mono 2.6.7 from tarballs. My system version is: /usr/bin/file: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux 2.6.9, stripped. libgdiplus was installed successfully, but only with -Wl,-Bsymbolic values for ./configure CFLAGS. But I can't compile mono for a few days! Configured it: ./configure --prefix=/home/rkuleev/mono --with-profile4=yes But make returned error:
make[4]: Entering directory `/home/rkuleev/tmp/mono-2.6.7/mcs' make PROFILE=basic all make[5]: Entering directory `/home/rkuleev/tmp/mono-2.6.7/mcs' make[6]: Entering directory `/home/rkuleev/tmp/mono-2.6.7/mcs' make[6]: mcs: Command not found make[6]: *** [build/deps/basic-profile-check.exe] Error 127 make[6]: Leaving directory `/home/rkuleev/tmp/mono-2.6.7/mcs' *** The compiler 'mcs' doesn't appear to be usable. *** You need a C# 1.0 compiler installed to build MCS (make sure mcs works from the command line) *** mcs/gmcs from mono > 2.6 will not work, since they target NET 2.0. *** Read INSTALL.txt for information on how to bootstrap a Mono installation. make[5]: *** [do-profile-check] Error 1 make[5]: Leaving directory `/home/rkuleev/tmp/mono-2.6.7/mcs' make[4]: *** [profile-do--basic--all] Error 2 Could you help me? Thanks! Best regards, Ramil Kuleev -- View this message in context: http://mono.1490590.n4.nabble.com/Mono-installation-problem-tp2952996p2952996.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
