请问怎么安装mono

软件和网站开发以及相关技术探讨
回复
elemtype
帖子: 2
注册时间: 2005-12-16 11:44

请问怎么安装mono

#1

帖子 elemtype » 2005-12-22 12:49

我编译mono-1.1.12使用
./configure --prefix=/usr/local
make
make install
没有成功不知道文体在什么地方

./configure --prefix=/usr/local
checking build system type... i686-pc-linuxlibc1
checking host system type... i686-pc-linuxlibc1
checking target system type... i686-pc-linuxlibc1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether ln -s works... no, using cp -p
checking host platform characteristics... ok
checking for gcc... gcc
checking for gcc... (cached) gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.

make
make: *** No targets specified and no makefile found. Stop.
heavenwing
帖子: 13
注册时间: 2006-01-17 10:04

#2

帖子 heavenwing » 2006-02-20 13:13

可以通过Linux Installer for x86来安装,但是装上后还是有一些小问题,需要进行一定的设置才能使用MonoDevelop等程序,不过大部分功能还是能行的。
http://www.mono-project.com/Downloads
头像
firehare
帖子: 2625
注册时间: 2005-04-10 16:54
来自: 温州大学
联系:

#3

帖子 firehare » 2006-02-20 14:18

看你的提示,error: C compiler cannot create executables
详情查看你的:See `config.log' for more details.
我心无畏,源自于我心无知。
图片
头像
zhan
帖子: 1880
注册时间: 2005-08-15 0:04
来自: 南7技校

#4

帖子 zhan » 2006-09-06 19:12

sudo apt-get install build-essential
飞得高,飞得低,学习再学习,多少大秘密!
http://zhan.blog.ubuntu.org.cn
头像
stlxv
论坛版主
帖子: 8275
注册时间: 2006-05-03 0:39
来自: المريخ

#5

帖子 stlxv » 2006-09-07 0:06

少了C编译器
apt-get install gcc

mono可以直接从源里面找到:
apt-get install mono
hunmr
帖子: 19
注册时间: 2006-07-14 13:26

#6

帖子 hunmr » 2006-09-09 1:43

是的源里就有的
回复