Install Xlc Compiler Aixois
- AIX xlC Compiler installation; Teradata ODBC installation; Oracle Installation troubleshooting; NFS Installation; Solaris disk mirroring; Openlink ODBC driver Installation.
- 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.
Welcome to LinuxQuestions.org, a friendly and active Linux Community.You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Today!Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.Are you new to LinuxQuestions.org? Visit the following links: If you have any problems with the registration process or your account login, please. If you need to reset your password,.Having a problem logging in?
Please visit to clear all LQ-related cookies. Introduction to Linux - A Hands on GuideThis guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.to receive this Complete Guide absolutely free.
Install Xlc Compiler Aixois 1

Hi AllWe use AIX 5.3.8 with xlC compiler running in version 6.0. Our project requires to downgrade xlC compiler version to 5.0 just to sync our environment with another in a different geography.

I would like to clarify below points before taking a step towards this task:1. Is it possible to downgrade an application (xlC compiler) from higher version to a lower version in an operating system? If so, what are the steps needs to be performed in prior so that at any point of time I can come back to the higher version without any loss of data.2. Where can i find xlC 5.0 for download and to install it on AIX 5.3? Also, xlC packages available in AIX 4.3.3 has xlC version 5 on it?Any help on this is really appreciated.Thanks in advance!- Vathsan. Vathsan,Another thing that you may want to do is that if you find the 5.0 compiler is to get it installed in the default location (/var/vac/. C or /var/vacpp/.
Hello Can someone please provide me All the steps in How to Install GCC Compiler on AIX (5.3) and how to verify it, after it has been installed.
C) and then once that 5.0 compiler is installed you can install the 6.0 compiler in a what is called a nondefault location that you choose. If I remember correctly the 6.0 should have that fileset included what you can do is check you compiler cd at 6.0 for the fileset of vac.ndi and vacpp.ndi which are for both C and C so that you will be able to have it installed in lets say /var/vacpp6.0/. That path of /var/vacpp6.0 would be recommended that you create a filesystem with that name and then do the nondefault install to that FS for the v 9 compiler I created a 50 mb FS for just the C compiler for the C compiler you will have to have I think about 100 mb FS since it has its own C libs and runtimes that it has to have at certian levels. I have the versions of 8, 9 and 10 installed on my aix 5.3 system in the paths which are filesystems that I named /var/vac8.0, /var/vac9.0, and /var/vac10.0 I only use the C compiler since I don't do any of my coding in C so you can use any path names/ FS names that you want. Hopes this helps.