acc compiler install question


 
Thread Tools Search this Thread
Operating Systems HP-UX acc compiler install question
# 1  
Old 09-06-2005
acc compiler install question

Hello,

New to the board. Experienced solaris admin, unexperienced HP admin.

I'm trying to install the acc compiler package B3913DB off of the HP-UX 11.0 application software CD. I have the cd mounted on another system, and nfs mounted as /mnt on the HP-UX box.

I don't have a whole lot of experience with swinstall. I've tried:

swinstall -s /mnt
swinstall -s /mnt b3913db

And it's complaining that it's not a known depot.

Could someone tell me what I'm doing wrong?

TIA
# 2  
Old 09-06-2005
When you do "swinstall -s /mnt", the swinstall command checks to see if /mnt is a cdfs file system. If so, it knows the format and figues out where the depots are. Otherwise, /mnt must be a depot. You're supposed to use a local cd drive. If that's not possible, you may be able to locate the depot by looking around in /mnt. It might be a file ending in .depot. Or it might be a directory with a file called "catalog". And you must use full paths for depots. swinstall will look for a leading slash. If you see a potential depot, try:
swlist -s /path/to/depot

If this doesn't work, you may be able to swcopy the depot on the system with the local cd and use newly created copy. I have never done that but it seems like it might work.
# 3  
Old 09-07-2005
Quote:
Originally Posted by Perderabo
When you do "swinstall -s /mnt", the swinstall command checks to see if /mnt is a cdfs file system. If so, it knows the format and figues out where the depots are. Otherwise, /mnt must be a depot. You're supposed to use a local cd drive. If that's not possible, you may be able to locate the depot by looking around in /mnt. It might be a file ending in .depot. Or it might be a directory with a file called "catalog". And you must use full paths for depots. swinstall will look for a leading slash. If you see a potential depot, try:
swlist -s /path/to/depot

If this doesn't work, you may be able to swcopy the depot on the system with the local cd and use newly created copy. I have never done that but it seems like it might work.
I _could_ use a local cd, but I'm way too lazy to walk all the way up to the data center Smilie

Seriously though, there is a catalog directory in the root of /mnt, but not a catalog file. Is this what I should be looking for? I was able to install legato client using swinstall -s <nfs directory> without issues, but I can't with this cd for some reason....
# 4  
Old 09-07-2005
I don't know if it's what your looking for or not. The way to find out is that swlist command. Too lazy for that too? Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. OS X (Apple)

How should I install 'make' compiler ?

I need too install GDB in order to debug a program. I need to install GDB through the UNIX command 'make install'. I downloaded a full directory of hundreds of files allowing to get a gdb executable but need a compilation before ... The problem is UNIX can't find 'make' command. I work under... (5 Replies)
Discussion started by: shub22
5 Replies

2. Red Hat

Install cobol compiler

Hi I dont have a cobol compiler in my redhhat linux box, and so I want to install it. When i try the below command sudo apt-get install open-cobol it tells "apt-get : command not found". I tried to find apt-get under my root, could not find it anywhere. Should we install apt-get also?... (4 Replies)
Discussion started by: unx_freak
4 Replies

3. AIX

install two different compiler version

Hi all. I have a simple question. There's a way to install under AIX system (5.3) two different compiler version, i.e. ibm xlf fortran 11 and 12? Seems that smitty doesn't allows user to change the default installation path; it only allows you to save the replaced files of the superseded... (1 Reply)
Discussion started by: poldo000
1 Replies

4. UNIX for Dummies Questions & Answers

install C compiler without make

Hi all, I dont have much knowledge about linux, but want to learn. I have installed Plop linux(PLoP - Home) on USB Flashdrive. I want to install gcc compiler to it. The installation of C compiler ask for make command, which is not found in the distribution. When I tried to install gnu make,... (4 Replies)
Discussion started by: johnsmithgr8
4 Replies

5. HP-UX

Impacts on upgrading the aCC compiler in HP-UX

Hi, We are currently using the aCC 3.13 compiler in HP-UX 11.0 but we need to upgrade the aCC compiler version from aCC 3.13 to aCC3.31. 1. Is there any major impact of update the compiler? 2. What are the major things we need to make sure before updating the compiler? Can any one guide... (2 Replies)
Discussion started by: gyanusoni
2 Replies

6. HP-UX

aCC compiler: dramatic drop in .o file sizes?

We've just moved to a new iTanium development system at my place of business, as the previous one is going to be diverted to other uses. Our product uses a locally produced library built from over 2,300 C++ sources. We just noticed that our libraries are 2/3s smaller on the new system than they... (1 Reply)
Discussion started by: Mark F. Cook
1 Replies

7. HP-UX

aCC compiler help

hello, i'm now working on a traduction of a makefile from HP_UX environnement to IBM_AIX environnement, so , first of all i need help about aCC compiler and the meaning of each option of compilation, and if possible its equivalent in AIX it's urgent, any help will be highly appreciated (0 Replies)
Discussion started by: kingmastersimo
0 Replies

8. HP-UX

ACC Compiler

Hi, Can anybody guide as to whether the aCC compiler for RISC (9000/785) be used with ia64 processor? (2 Replies)
Discussion started by: slash_blog
2 Replies

9. HP-UX

aCC compiler error - Redefined symbols

I got this error while compiling in aCC compiler. Error 173: "/opt/aCC/include_std/limits", line 694 # Redefined symbol 'numeric_limits<int>'; previously defined at . _RWSTD_SPECIALIZE_LIMITS (bool, int, _RWSTD_BOOL) ^^^^^^^^^^^^^^^^^^^^^^^^ Error... (2 Replies)
Discussion started by: onlyforforum
2 Replies

10. Solaris

Can`t install gcc compiler

Hi, Installed the gcc compiler off the Solaris 9 Companion CD a while back , but needed to delete it due to disk space issues. Now that I have sorted out our root disk space I can`t reinstall the compiler. If I select all the packages off the Development/Languages menu , the install list... (3 Replies)
Discussion started by: markdr011
3 Replies
Login or Register to Ask a Question