Solaris 9 下的make命令有问题,需要重新安装,咨询一些信息

现有一台机器
用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的话,需要怎么弄?

作者: gmkratos   发布时间: 2011-01-18

貌似make没有-v参数

作者: easybegin   发布时间: 2011-01-18

我在CentOS上查过make -v了
显示是有的,不过是gmake的版本。不知道Solaris SPARC上有几个版本的make

作者: gmkratos   发布时间: 2011-01-18