当前位置: 技术问答>linux和unix
x86的solaris10下运行程序提示“无效的自变量”
来源: 互联网 发布时间:2016-01-30
本文导语: 我有个别人给我的软件,说明文档上说可以运行在solaris7,我现在弄了个solaris10。按照文档说明的安装后,运行主程序文件时提示:无效的自变量。因为没法弄到这个程序的源代码,所以在这里问一下各位大大们。sola...
我有个别人给我的软件,说明文档上说可以运行在solaris7,我现在弄了个solaris10。按照文档说明的安装后,运行主程序文件时提示:无效的自变量。因为没法弄到这个程序的源代码,所以在这里问一下各位大大们。solaris下一般什么情况会导致这个问题。
sparc的程序跑在x86的solaris下会不会出现这个问题。
sparc的程序跑在x86的solaris下会不会出现这个问题。
|
用file命令看一下就知道什么执行格式了!
mymtom@:src/hello$ file hello
hello: ELF 32-bit MSB executable SPARC32PLUS Version 1, V8+ Required, dynamically linked, not stripped
mymtom@:src/hello$
mymtom@:src/hello$ file hello
hello: ELF 32-bit MSB executable SPARC32PLUS Version 1, V8+ Required, dynamically linked, not stripped
mymtom@:src/hello$