How to install XLC Compiler on IBM AIX server ?
Lets see how to install XLC compiler in an IBM AIX server.
This is quick and one step process.
1. Download the XLC package.
2. Now Install the package from downloaded image.
# cd /tmp/XLC_161 # installp -aXYgd ./usr/sys/inst.images -e /tmp/install.log all
3. Check out the installed package.
# ls -l /opt/IBM/xlC/16.1.0/bin/
4. Now export the path to newly installed package.
export PATH=/opt/IBM/xlC/16.1.0/bin/:$PATH