藍森林首頁 | 返回主頁 | 本站地圖 | 站內搜索 | 聯繫信箱 |
 您目前的位置:首頁 > 自由軟件 > 技術交流 > 應用編程


    

藍森林 http://www.lslnet.com 2006年6月6日 10:18


aix上面安裝VisualAge C++,出問題,請進,很急,在線

首先在安裝VisualAge C++的時候就有問題,報的錯是

SELECTED FILESETS:  The following is a list of filesets that you asked to install.  They cannot be installed until all of their requisite filesets are also installed.  See subsequent lists for details of requisites.

    vac.html.SBCS.search 5.0.2.0              # C for AIX Compiler Documenta...
    vac.html.en_US.search 5.0.2.0             # C for AIX Compiler Documenta...
    vacpp.html.EN_US 5.0.2.0                  # VisualAge C++ Documentation ...
    vacpp.html.SBCS 5.0.2.0                   # VisualAge C++ Documentation ...
    vacpp.html.en_US 5.0.2.0                  # VisualAge C++ Documentation ...

  GROUP REQUISITES:  The dependencies of one or more of the selected filesets listed above are defined by a group requisite.  A group requisite must pass a specified number of requisite tests.  The following describe group requisite failures for filesets that you selected.  (See the "Requisite Failure Key" below for details of group member failures.)

   At least 1 of the following:
   |   At least 1 of the following:
   |   | * IMNSearch.rte.SBCS 2.3.1.0
   |   At least 1 of the following:
   |   | * bos.rte v<5
At least 1 of the following:
   |   At least 1 of the following:
   |   | * IMNSearch.rte.SBCS 2.3.1.0
   |   At least 1 of the following:
   |   | * bos.rte v<5

   At least 1 of the following:
   |   At least 1 of the following:
   |   | * IMNSearch.rte.SBCS 2.3.1.0
   |   At least 1 of the following:
   |   | * bos.rte v<5
At least 1 of the following:
   |   At least 1 of the following:
   |   | * IMNSearch.rte.SBCS 2.3.1.0
   |   At least 1 of the following:
   |   | * bos.rte v<5

   At least 1 of the following:
   |   At least 1 of the following:
   |   | * IMNSearch.rte.SBCS 2.3.1.0
   |   At least 1 of the following:
   |   | * bos.rte v<5



我在Base Level Fileset 裡面找不到它說的bos.rte v<5,只有版本>;於5的。

我沒理,然後我的同事到這台機器的/home/billing/wlm/c++_t目錄下,運行cc -c t2.cpp,錯誤提示:
cc: 1501-224 fatal error in /usr/vacpp/exe/xlCentry: signal 11 received

然後在該目錄下生成一個core文件。

我想,很大原因是VisualAge C++沒有裝成功,那他報的錯我該雜拌?
從c++報的錯又能反映出啥問題?

請各位大俠援手!!!!! :em16:

aix上面安裝VisualAge C++,出問題,請進,很急,在線

man signal 7 看看信號11是什麼信號
另外換個老版本的bos.re呢

許多軟件都是有依賴性的

還有可以到AIX論壇上問問看
雖然他們是做服務器
但是這方面軟件安裝說不定也做過

aix上面安裝VisualAge C++,出問題,請進,很急,在線

:em16:

aix上面安裝VisualAge C++,出問題,請進,很急,在線

:cry:

aix上面安裝VisualAge C++,出問題,請進,很急,在線

不會吧
你可以到aix版問他們要一個

一般這種依賴是需要保證的
除非對系統真的很瞭解

或是下個GCC
這樣兼容性會很高
不會報那麼多錯

aix上面安裝VisualAge C++,出問題,請進,很急,在線

老大,您那裡有gcc嗎,我是說高版本的。我從ibm網站下的版本有點低。安裝了。但是:g++生成目標文件可以,但不能生成可執行文件。另外,該編譯器是1993年4月30日的,可能不符合ANSI C++(1997年制定的標準)。---引同事語

aix上面安裝VisualAge C++,出問題,請進,很急,在線

1993年4月30日???這麼老的都很難看到了
我想你應該是看錯了

生成可執行的話是要有LD程序的
是不是沒有安裝這個或是路徑沒有設置

另外我這沒有
你可以上論壇看看

aix上面安裝VisualAge C++,出問題,請進,很急,在線


是上google或是上gnu網站上找找看

aix上面安裝VisualAge C++,出問題,請進,很急,在線

多謝多謝,我好歹命勒!!!!!! :em10:

aix上面安裝VisualAge C++,出問題,請進,很急,在線

我的操作系統是5l的,今天上午按照aix精華版上的c 的安裝方法又搞了一下,lum已經搞定了,多謝 ?但是現在又有問題 :oops: ,敲cc -c t2.cpp,可以輸出t2.out.但是生成不了執行文件,報的錯是:::

exec(): 0509-036 Cannot load program ./t2.o because of the following errors:
        0509-108 The .loader section does not exist.


而且由於在此之前裝過gcc++,現在一敲cc,冒出來的是:

  C for AIX Compiler, Version 5

  Usage:
     xlc [ option | inputfile ]...
     cc [ option | inputfile ]...
     c89 [ option | inputfile ]...

如何將cc命令連接到VisualAge C++上面?  我現在懷疑t2.out也是該死的「C for AIX Compiler」編譯出來的!!

aix上面安裝VisualAge C++,出問題,請進,很急,在線

ln -s 做個cc到g++的連接。

我覺得這麼搞很混亂的哦

aix上面安裝VisualAge C++,出問題,請進,很急,在線

老大,我現在的目的是希望使用VisualAge C++。如果按照您的方法就是將VisualAge C++  的cc 命令連接到g++上,就反了呀?

另外:

另一台機器上本來執行cc  命令出來的幫助信息是  VisualAge C++ 的但是為了實驗在上面執行了一條
var/ifor/i4blt -a -f /usr/vacpp/vacpp_cn.lic -R root -T 10
命令,結果是這台機器當敲cc的時候出來的也成為
「C for AIX Compiler, Version 5 」   了,是什麼原因?這條命令是在aix精華版的文章裡寫的連接是http://www.www.lslnet.com/linux/bbsjh/5/4107.html
如何才能改回來?
先謝了!!!! :)



Copyright © 1999-2000 LSLNET.COM. All rights reserved. 藍森林網站 版權所有。 E-mail : webmaster@lslnet.com