The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Operating Systems > AIX
.
google unix.com



AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Command not found BigTool4u2 UNIX for Dummies Questions & Answers 2 03-08-2008 02:40 AM
Command not found manna UNIX for Dummies Questions & Answers 20 01-10-2008 11:29 AM
cc command not found mishra_sk_in UNIX for Dummies Questions & Answers 4 08-14-2007 06:00 AM
how can i check in csh if command found or not found ? umen Shell Programming and Scripting 2 03-03-2007 07:38 PM
sh: Hello: command not found coolboarderguy Shell Programming and Scripting 2 06-24-2006 05:27 AM

 
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1 (permalink)  
Old 12-28-2005
mzzt mzzt is offline
Registered User
  
 

Join Date: Dec 2005
Posts: 4
xlf: command not found!!!!

dear all,
I am trying to compile XL Fortran in AIX 5.3. Ibm has provided the Expansion pack CD which has xlfrte9.1 using which I am trying to do the compilation.
When I install it from the CD then I get the following success mesgs (not the complete list):

File:
I:xlfrte 9.1.0.0


xlfrte 9.1.0.0 (Selected)
XL Fortran Runtime Environment

xlfrte.msg.en_US 9.1.0.0 (Selected)
XL Fortran Runtime Messages - U.S. English

xlfrte.aix51 9.1.0.0 (Requisite)
XL Fortran Runtime Environment AIX 5.1 Libraries



Installing Software...
+-----------------------------------------------------------------------------+

installp: APPLYING software for:
xlfrte 9.1.0.0

New volume on /mnt/installp/ppc/xlfrte_9.1:
Cluster size is 51200 bytes (100 blocks).
The volume number is 1.
The backup date is: Sat Aug 14 02:18:32 PAKDT 2004
Files are backed up by name.
The user is BUILD.
The number of restored files is 10.
x 0 ./usr/lpp/xlf
x 0 ./usr/lpp/xlf/lib
x 0 ./usr/lpp/xlf/lib/f90_t
x 0 ./usr/lpp/xlfrtemsg
x 15691020 ./usr/lib/derdxft1
x 85353 ./usr/lib/libxlf.a
x 8666 ./usr/lib/libxlfutil.a
x 9260 ./usr/lib/libxlfpthrds_compat.a
x 19907 ./usr/lpp/xlfrtemsg/xrfmsg.cat
x 37646 ./usr/lpp/xlfrtemsg/xrfmsg90.cat
The total size is 15851852 bytes.
Filesets processed: 1 of 3 (Total time: 6 secs).

installp: APPLYING software for:
xlfrte.msg.en_US 9.1.0.0

New volume on /mnt/installp/ppc/xlfrte.msg.en_US_9.1:
Cluster size is 51200 bytes (100 blocks).
The volume number is 1.
The backup date is: Sat Aug 14 02:18:16 PAKDT 2004
Files are backed up by name.
The user is BUILD.
The number of restored files is 2.
x 19907 ./usr/lib/nls/msg/en_US/xrfmsg.cat
x 37646 ./usr/lib/nls/msg/en_US/xrfmsg90.cat
The total size is 57553 bytes.
Filesets processed: 2 of 3 (Total time: 7 secs).

installp: APPLYING software for:
xlfrte.aix51 9.1.0.0


. . . . . << Copyright notice for xlfrte.aix51 >> . . . . . . .
Licensed Materials - Property of IBM

Cluster size is 51200 bytes (100 blocks).
The volume number is 1.
The backup date is: Sat Aug 14 02:18:28 PAKDT 2004
Files are backed up by name.
The user is BUILD.
The number of restored files is 13.
x 0 ./usr/lpp/xlf
x 0 ./usr/lpp/xlf/lib
x 0 ./usr/lpp/xlf/lib/aix51
x 0 ./usr/lpp/xlf/lib/aix52
x 0 ./usr/lpp/xlf/lib/aix53
x 12311066 ./usr/lpp/xlf/lib/aix51/libxlf90_r.a
x 12020613 ./usr/lpp/xlf/lib/aix51/libxlf90_t.a
x 9623 ./usr/lpp/xlf/lib/aix51/libxlfpmt4_r.a
x 8991 ./usr/lpp/xlf/lib/aix51/libxlfpmt4_t.a
x 18823 ./usr/lpp/xlf/lib/aix51/libxlfpmt8_r.a
x 17471 ./usr/lpp/xlf/lib/aix51/libxlfpmt8_t.a
x 36095 ./usr/lpp/xlf/lib/aix51/libxlfpad_r.a
x 35463 ./usr/lpp/xlf/lib/aix51/libxlfpad_t.a

Installation Summary
--------------------
Name Level Part Event Result
------------------------------------------------------------------------
xlfrte 9.1.0.0 USR APPLY SUCCESS
xlfrte.msg.en_US 9.1.0.0 USR APPLY SUCCESS
xlfrte.aix51 9.1.0.0 USR APPLY SUCCESS

-------------end---------------

As is clear from the above commands there is no binary generated in the /usr/bin. Also /usr/lpp/xlf has only lib directory having many files with .a extension. Also some library files are included in the /usr/lib which are as follows:

bash-3.00# ls libxlf*
libxlf.a libxlfpad_r.a libxlfpmt8.a
libxlf90.a libxlfpad_t.a libxlfpmt8_r.a
libxlf90_r.a libxlfpmt4.a libxlfpmt8_t.a
libxlf90_t.a libxlfpmt4_r.a libxlfpthrds_compat.a
libxlfpad.a libxlfpmt4_t.a libxlfutil.a

also /usr/lib/objrepos contains the object files...


With whatever information I could gather by now, I guess I am now supposed to link the library files using ld which will then generate the executable in the /usr/bin like xlf90, xlf95, f77 etc...

Kindly help me and guide me as to what should I do in order to make this fortran compiler work as this is the first dependency for the software in which I am interested?
Also the documentation states that bos.adt.libm is also required for the compilation of xlfrte 9.1 but the system doesnt have this rpm as well (i have checked it using lslpp -l bos.adt.libm) but since the compilation doesnt give the prereq error while installing xlf from the CD using smit and otherwise also so i really do not know if this is the real cause of the problem.

Eagerly waiting for the AIXperts views,
Regards,
MzZt
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 03:52 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0