- 论坛徽章:
- 0
|
现有一台机器
用uname -a查看了一下,内容如下
SunOS xxxxxxx6 5.9 Generic_122300-13 sun4u sparc SUNW,Sun-Fire-V445
用cat /etc/release查看了一下,内容如下
Solaris 9 9/05 HW s9s_u9wos_06b SPARC
Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled 25 September 2006
现在可以肯定是Solaris 9的版本,SPARC平台。
现在问题是make命令有些问题,用make --v看不到正常的版本信息及结果
bash-2.05$ make --v
make: Warning: Ignoring DistributedMake -v option
make: Fatal error: No arguments to build
bash-2.05$ make -v
make: Warning: Ignoring DistributedMake -v option
make: Fatal error: No arguments to build
bash-2.05$
用which命令找了一下
bash-2.05$ which make
/usr/ccs/bin/make
请问Solaris上有几个make可以选择的么,搜索百度说是gcc,怎么这里又是ccs的目录
请问高手,想重新安装这个make utility的话,需要怎么弄? |
|