博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Solaris 10 x86 Mono 三次折腾准备休战了
阅读量:6616 次
发布时间:2019-06-25

本文共 1084 字,大约阅读时间需要 3 分钟。

昨天,是昨天,第三次在solaris10x86上折腾mono了。

一战之后打算Solaris的无线期休战了。

按Mono官网的标准流程命令:

 

ExpandedBlockStart.gif
Unpack the Mono runtime distribution: 
tar xzvf mono-X.XX.tar.gz; cd mono-X.XX
Then configure, compile and install: 
./configure --prefix=/usr/local; make; make install
This will give you a runtime, C# compiler and runtime libraries, where /usr/local is the prefix where Mono will be installed. You can change this to suit your needs. 
If you are not using GNU/Linux system (such as Solaris or BSD variants), make sure to use GNU make. 

 

就那么两行代码,执行起来越是要生要死的。

1:上一次折腾已折腾第一句解压了。怎么折腾看上一篇文章了。

2:./configure命令。

在下载的几个bz2文件里,就两个能执行这./configure命令,mono-开头的执行不了。

前两个插件式的虽然能执行命令,可是报错了。再make也是图劳的。

 

3。Make命令:在Solaris是makefile,直接敲make是找不到命令的。

Solaris下要用GNU的makefile编绎。

下的最后一句:

If you are not using GNU/Linux system (such as Solaris or BSD variants), make sure to use GNU make

GNU make 下载地址为:

或者:

 

根据安装路径上面的make命令变成了# /usr/local/make 不过我的mono还是有问题。

 

休战了,编绎都这么痛苦啊。连mod_apache2和xsp都还没折腾呢。

 

后人有在Solaris10x86上成功的,别忘了跑来留下言。

 

下节转战openSuse11.2上折腾Mono

版权声明:本文原创发表于博客园,作者为路过秋天,原文链接:

http://www.cnblogs.com/cyq1162/archive/2010/05/07/1729905.html

你可能感兴趣的文章
BZOJ 1012: [JSOI2008]最大数maxnumber【线段树单点更新求最值,单调队列,多解】
查看>>
Drupal 7模板(主题钩子)的建议
查看>>
nginx配置文件中location说明
查看>>
连载-第1章绪论 1.1嵌入式系统概述
查看>>
UltraVNC
查看>>
详解synchronized
查看>>
Spring Cloud第二篇 创建一个Eureka Server
查看>>
初探数据双向绑定
查看>>
Webpack4 不深不浅的实践教程
查看>>
nginx1.9+做TCP代理(端口转发)
查看>>
HTML元素的默认CSS设置介绍
查看>>
CSS-图片不变形设置
查看>>
Git异常:fatal: could not create work tree dir 'XXX': No such file or directory
查看>>
GNU make manual 翻译(八十二)
查看>>
python批量下载图片的三种方法
查看>>
/bin/bash^M: bad interpreter: 没有那个文件或目录
查看>>
apiCloud手动检测更新
查看>>
动态生成WizardPage
查看>>
iOS - OC NSData 数据
查看>>
Java web 开发填坑记 1 -如何正确的下载 eclipse
查看>>