历尽千辛万苦编译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
相关文章
|
Shell Windows
windows出现错误0x800401E5:没有供标记使用的对象
windows出现错误0x800401E5:没有供标记使用的对象
windows出现错误0x800401E5:没有供标记使用的对象
|
7月前
|
安全 前端开发 开发工具
mPaaS问题之包名调用提示不一致如何解决
mPaaS配置是指在mPaaS平台上对移动应用进行的各项设置,以支持应用的定制化和优化运行;本合集将提供mPaaS配置的操作指南和最佳实践,助力开发者高效管理和调整移动应用的设置。
|
Python
Python多线程下调用win32com包相关问题:pywintypes.com_error: (-2147221008, ‘尚未调用 CoInitialize。‘, None, None)问题处理
Python多线程下调用win32com包相关问题:pywintypes.com_error: (-2147221008, ‘尚未调用 CoInitialize。‘, None, None)问题处理
1159 0
|
Linux Windows
cygwin编译x264:extras/avisynth_c.h 未知类型错误 'HMODULE'
cygwin编译x264:extras/avisynth_c.h 未知类型错误 'HMODULE'
93 0
|
C++
编译OpenJDK12:methodMatcher.cpp error C2220 警告被视为错误 - 没有生成“object”文件
编译OpenJDK12:methodMatcher.cpp error C2220 警告被视为错误 - 没有生成“object”文件
444 0
visual studio编写C#代码时“未能从程序集.....中加载类型”和“找不到方法”的一种可能的解决办法
编译前报错:$exception    {"未能从程序集“XSW.MySQLDAL, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null”中加载类型“XSW.MySQLDAL.EnterpriseLibraryProductDAL”。
1755 0