How to install gcc compiler on AIX?


 
Thread Tools Search this Thread
Operating Systems AIX How to install gcc compiler on AIX?
# 1  
Old 11-11-2008
How to install gcc compiler on AIX?

I want to install gcc compiler on aix box.
$uname -a
AIX GTMIT 3 5 000000000000

Can any one help me installing gcc compiler(step by step)either by smit or rpm commands ?
What is boot straping ?

Its urgent ..

Thanks in advance
# 2  
Old 11-11-2008
Quote:
Originally Posted by kittu1979
Can any one help me installing gcc compiler(step by step)either by smit or rpm commands ?
1. fire up "man rpm"

2. read what stands there

3. make sure you have root authority

4. Do what you have read


Quote:
What is boot straping ?
A typo. As i assume you mean "bootstrapping" there are several possible meanings of this:

1. A machines starting process, especially the start of the operating system. This is usually called "booting" which is a shortening version of "bootstrapping".

2. The process of refining a compiler by compiling the compilers source code with the compiler itself over and over again.

3. The process of fastening the shoelace of boots in order to make the walking process easier.

You could have found that out easily by consulting the Eternal Well of Internet Wisdom, called "google", which would, after being worshipped by the arcane chant "bootstrapping definition", have come up with the verdict:

Bootstrapping - Wikipedia, the free encyclopedia

Quote:
Its urgent ..
Yeah, sure.....

bakunin
# 3  
Old 11-12-2008
Quote:
Originally Posted by kittu1979
I want to install gcc compiler on aix box.
$uname -a
AIX GTMIT 3 5 000000000000

Can any one help me installing gcc compiler(step by step)either by smit or rpm commands ?
What is boot straping ?

Its urgent ..

Thanks in advance
Hey,

Search the gcc* packages in AIX installation media CDs or DVD.
Mount the media
Access the gcc directory on media.

# smitty installp

Enable the license option to yes.
The gcc package will be installed.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Problems to install gcc 7.2 on AIX 7.2

We need gcc 7.2 on AIX 7.2 and so I tried to install the rpm package from IBM (<https://www-03.ibm.com/systems/power/software/aix/linux/toolbox/alpha.html>) The steps were as follows (I downloaded all packages from the given IBM toolbox page): # :-)rpm -ihv gcc-7.2.0-1.aix7.2.ppc.rpm error:... (2 Replies)
Discussion started by: BuSchu
2 Replies

2. AIX

AIX xlc compiler vs gcc

Hello, We are migrating some applications from previously running on an AIX system to a Linux RedHat system. I was tasked with recompiling some of the code. Unfortunatly I am a big novice on this. So i have the commands used to compile the code with xlc compiler in the AIX environment and i am... (0 Replies)
Discussion started by: spooksman
0 Replies

3. AIX

Unable to install gcc in AIX 5.3

Hello... I have downloaded RPM for gcc in a directly where I tried installing using rpm but it says the following /oracle/dB>rpm -iv gcc-4.2.0-3.aix5.3.ppc.rpm failed to open /var/opt/freeware/lib/rpm/packages.rpm: Permission denied error: cannot open... (4 Replies)
Discussion started by: shahnazurs
4 Replies

4. Ubuntu

./configure command Error while trying to install GCC compiler on unix machine

Hi, I need to install the GCC compiler on a my Linus machine. First step is to run the ./configure command and here we need to specify ./configure --target="target machine name (CPU type-Manufacturer-OS) or other way would be just give the command ./configure and it guesses the target name... (11 Replies)
Discussion started by: viji19812001
11 Replies

5. AIX

The problem after install gcc on AIX 5.3

The problem after install gcc on AIX 5.3 I download 5 rpm packages from IBM AIX Toolbox Download Page - Alphabetical Listing and install them. rpm -ivh gcc-4.0.0-1.aix5.3.ppc.rpm rpm -ivh libgcc-4.0.0-1.aix5.3.ppc.rpm rpm -ivh libstdcplusplus-4.0.0-1.aix5.3.ppc.rpm rpm -ivh... (1 Reply)
Discussion started by: zither
1 Replies

6. AIX

AIX 5.3 gcc compiler

Hi there I've got a problem getting my mysql libraries to work. every time I compile my source code it gives my a compiler error. Cannot find a rule to create target /usr/include/mysql/mysql.h AND /usr/include/mysql/mysql.h: Permission denied Is anyone fimiliar with this error, and can... (1 Reply)
Discussion started by: cipher#1
1 Replies

7. UNIX for Dummies Questions & Answers

AIX 5.3 gcc compiler

Hi there I've got a problem getting my mysql libraries to work. every time I compile my source code it gives my a compiler error. Cannot find a rule to create target /usr/include/mysql/mysql.h AND /usr/include/mysql/mysql.h: Permission denied Is anyone fimiliar with this error, and can... (0 Replies)
Discussion started by: cipher#1
0 Replies

8. 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

9. AIX

gcc compiler on AIX 5.2

Does anybody know a web site where I could download gcc for AIX 5.2 (I've downloaded gcc 3.2 from http://www.bullfreeware.com/, but it doesn't work)? Thanks a lot for your answers. (2 Replies)
Discussion started by: SMISS
2 Replies

10. Programming

Perl DBI install with gcc compiler

I want to install the Perl DBI module on to my solaris ultra 10. Solaris ultra 10 does not come with a C compiler so I downloaded gcc compiler. Then I ran install as follows: # cd DBI-1.30 # ls blib DBI.xs Driver.xst Perl.c test.pl Changes dbi_sql.h ... (2 Replies)
Discussion started by: photon
2 Replies
Login or Register to Ask a Question