AIX6.1上安装编译GUN-TAR 版本号为1.26,报错!!

想安装编译GUN-TAR 版本号为1.26
但是报错,说是缺少C编译环境

bash-3.2# ./configure FORCE_UNSAFE_CONFIGURE=1
checking for a BSD-compatible install... build-aux/install-sh -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... plaintar
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/tmp/tar/tar-1.26':
configure: error: no acceptable C compiler found in $PATHSee `config.log' for more details.

但是已经安装了xlC了,也安装了的APP-DEV的bundle了。

bash-3.2# lslpp -L| grep xlC
  xlC.aix61.rte             11.1.0.1    C     F    XL C/C++ Runtime for AIX 6.1
  xlC.cpp                    9.0.0.0    C     F    C for AIX Preprocessor
  xlC.msg.en_US.cpp          9.0.0.0    C     F    C for AIX Preprocessor
  xlC.msg.en_US.rte         11.1.0.1    C     F    XL C/C++ Runtime
  xlC.rte                   11.1.0.1    C     F    XL C/C++ Runtime
  xlC.sup.aix50.rte          9.0.0.1    C     F    XL C/C++ Runtime for AIX 5.2

据说需要将xlC的路径添加到PATH,但是它的路径什么呢,找了半天没找到。

bash-3.2# cd /usr/vac/bin
bash: cd: /usr/vac/bin: A file or directory in the path name does not exist.
bash-3.2# oslevel -s
6100-06-05-1115

OS AIX 61-06
机器为Power730

又听说xlC环境从是IBM收费产品,需要购买后才能安装使用。

真是搞不懂了,我记得我在aix5.3上面安装没有这个问题的。

作者: danky   发布时间: 2011-11-19

xlC运行环境和C编译器是两码事。xlC编译器是收费产品,要单独购买安装。

作者: 老农   发布时间: 2011-11-19