Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need to compile C file, but no gcc in my AIX

Status
Not open for further replies.

toomee

Technical User
Jan 28, 2003
10
0
0
TH
I need to compile C file, but in my AIX, there is no C compiler and cannot install it. How can I do. Can I compile this file on aother AIX and bring it to my server? If it work, where do I find free AIX shell for compile it?
 
Recommendation: visit and download the binary installable file of gcc for your version of AIX. It downloads as an .exe file. Then simply use the command "chmod a+x gccname" then execute it with "./gccname". If will create a ".bff" file in the current directory. Finally use either installp -i gccfile.bff or smit install and follow the prompts.

Upon completion you will have an executable installed version of gcc.

Good luck.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top