当前位置: 技术问答>linux和unix
Minimo(FireFox)编译
来源: 互联网 发布时间:2016-03-27
本文导语: 搞了一天终于把Minimo的代码下载下来了,结果在make进行config的过程中出了问题: ................................. ................................. /out:D_CRT_SECURE_NO_DEPRECATE.exe C:/mozilla-build/msys/D_CRT_SECURE_NO_DEPRECATE arm-wince-as.obj LINK : ...
搞了一天终于把Minimo的代码下载下来了,结果在make进行config的过程中出了问题:
.................................
.................................
/out:D_CRT_SECURE_NO_DEPRECATE.exe
C:/mozilla-build/msys/D_CRT_SECURE_NO_DEPRECATE
arm-wince-as.obj
LINK : fatal error LNK1181: 无法打开输入文件“C:/mozilla-build/msys/D_CRT_SECURE
_NO_DEPRECATE.obj”
make: *** [all] Error 2
make: Leaving directory `/d/work/minimo2/mozilla/build/wince/tools'
-----------------------------------------------------------------------------
cross compiling from i686-pc-mingw32 to arm-unknown-wince
checking for host c compiler... checking for gcc... gcc
gcc
checking for host c++ compiler... checking for c++... c++
c++
checking for ranlib... no
checking for ar... no
checking whether the host c compiler (gcc ) works... yes
checking whether the host c++ compiler (c++ ) works... yes
checking for arm-wince-gcc... arm-wince-gcc
checking for gcc... arm-wince-gcc
checking whether the C compiler (arm-wince-gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot creat
e executables.
请问这错误是什么原因?跟checking for ranlib... no checking for ar... no 有关吗?ranlib和ar是什么?
.................................
.................................
/out:D_CRT_SECURE_NO_DEPRECATE.exe
C:/mozilla-build/msys/D_CRT_SECURE_NO_DEPRECATE
arm-wince-as.obj
LINK : fatal error LNK1181: 无法打开输入文件“C:/mozilla-build/msys/D_CRT_SECURE
_NO_DEPRECATE.obj”
make: *** [all] Error 2
make: Leaving directory `/d/work/minimo2/mozilla/build/wince/tools'
-----------------------------------------------------------------------------
cross compiling from i686-pc-mingw32 to arm-unknown-wince
checking for host c compiler... checking for gcc... gcc
gcc
checking for host c++ compiler... checking for c++... c++
c++
checking for ranlib... no
checking for ar... no
checking whether the host c compiler (gcc ) works... yes
checking whether the host c++ compiler (c++ ) works... yes
checking for arm-wince-gcc... arm-wince-gcc
checking for gcc... arm-wince-gcc
checking whether the C compiler (arm-wince-gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot creat
e executables.
请问这错误是什么原因?跟checking for ranlib... no checking for ar... no 有关吗?ranlib和ar是什么?
|
the C compiler (arm-wince-gcc ) works... no
-------------------
和这个关系大!
-------------------
和这个关系大!
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。