历尽千辛万苦编译mono遇到一个错误 尚未解决

简介: vm虚拟机上的 redhat 我遇到一个问题 试了很多遍都不行 编译时报 make[6]: gmcs: Command not found 然后提示 *** You may want to try 'make get-monolite-latest' 按照提示操作后 ...

vm虚拟机上的 redhat

我遇到一个问题 试了很多遍都不行
编译时报
make[6]: gmcs: Command not found
然后提示
*** You may want to try 'make get-monolite-latest'
按照提示操作后
我在make编译 还是出错和上面的错误信息一样,感觉按照提示信息操作了也没有效果
我该怎么办
我用的是redhat 虚拟机

错误如下
Entering directory `/mymono/mono-2/mcs'
make[6]: Entering directory `/mymono/mono-2/mcs'
make[6]: gmcs: Command not found
make[6]: *** [build/deps/basic-profile-check.exe] Error 127
make[6]: Leaving directory `/mymono/mono-2/mcs'
make[6]: Entering directory `/mymono/mono-2/mcs'
*** The compiler 'gmcs' doesn't appear to be usable.
*** Trying the 'monolite' directory.
make[7]: Entering directory `/mymono/mono-2/mcs'
make[8]: Entering directory `/mymono/mono-2/mcs'
* Assertion at mini-exceptions.c:1857, condition `staddr' not met
make[8]: *** [build/deps/basic-profile-check.exe] 已放弃
make[8]: Leaving directory `/mymono/mono-2/mcs'
make[8]: Entering directory `/mymono/mono-2/mcs'
*** The contents of your 'monolite' directory may be out-of-date
*** You may want to try 'make get-monolite-latest'
make[8]: *** [do-profile-check-monolite] Error 1
make[8]: Leaving directory `/mymono/mono-2/mcs'
make[7]: *** [do-profile-check] Error 2
make[7]: Leaving directory `/mymono/mono-2/mcs'
make[6]: *** [do-profile-check-monolite] Error 2
make[6]: Leaving directory `/mymono/mono-2/mcs'
make[5]: *** [do-profile-check] Error 2
make[5]: Leaving directory `/mymono/mono-2/mcs'
make[4]: *** [profile-do--basic--all] Error 2
make[4]: Leaving directory `/mymono/mono-2/mcs'
make[3]: *** [profiles-do--all] Error 2
make[3]: Leaving directory `/mymono/mono-2/mcs'
make[2]: *** [all-local] Error 2
make[2]: Leaving directory `/mymono/mono-2/runtime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mymono/mono-2'
make: *** [all] Error 2
[root@localhost mono-2]#

test
相关文章
调试实战 —— dll 加载失败之 Debug Release 争锋篇
调试实战 —— dll 加载失败之 Debug Release 争锋篇
试图在loongarch64上编译JNA失败
试图在loongarch64上编译JNA失败
84 0
|
C++
编译OpenJDK12:methodMatcher.cpp error C2220 警告被视为错误 - 没有生成“object”文件
编译OpenJDK12:methodMatcher.cpp error C2220 警告被视为错误 - 没有生成“object”文件
346 0
C# 错误CS0227 不安全代码只会在使用 /unsafe 编译的情况下出现
C# 错误CS0227 不安全代码只会在使用 /unsafe 编译的情况下出现
531 0
C# 错误CS0227 不安全代码只会在使用 /unsafe 编译的情况下出现
|
C++
so运行出错:只包含了头文件,未同时编译cpp
so运行出错:只包含了头文件,未同时编译cpp
123 0
visual studio编写C#代码时“未能从程序集.....中加载类型”和“找不到方法”的一种可能的解决办法
编译前报错:$exception    {"未能从程序集“XSW.MySQLDAL, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null”中加载类型“XSW.MySQLDAL.EnterpriseLibraryProductDAL”。
1741 0