Compilers:IBM XLF: Difference between revisions
Jump to navigation
Jump to search
Nic-systems (talk | contribs) mNo edit summary |
Nic-systems (talk | contribs) mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 4: | Line 4: | ||
== Updating the Configuration File == | == Updating the Configuration File == | ||
If the | If the version of GCC available on a host changes, the XLF configuration file must be updated to include references to the new path. The config file is available at '''/etc/opt/ibmcmp/vac/7.0/vac.cfg'''. | ||
The second line should contain the command that was used to generate the current config file, which should be reusable. It might look something like this (newlines added for readability): | The second line should contain the command that was used to generate the current config file, which should be reusable. It might look something like this (newlines added for readability): | ||
Latest revision as of 01:54, 22 August 2006
XLF 9.1
I know nothing about this software.
Updating the Configuration File
If the version of GCC available on a host changes, the XLF configuration file must be updated to include references to the new path. The config file is available at /etc/opt/ibmcmp/vac/7.0/vac.cfg.
The second line should contain the command that was used to generate the current config file, which should be reusable. It might look something like this (newlines added for readability):
/opt/ibmcmp/xlf/9.1/bin/xlf_configure \ -smprt /opt/ibmcmp/xlsmp/1.5 \ -mass /opt/ibmcmp/xlmass/4.1 \ -xlf /opt/ibmcmp/xlf/9.1 \ -install /opt/ibmcmp/xlf/9.1/etc/xlf.base.cfg \ -gcc /usr \ -gcc64 /usr \ -clm /opt/clm_ibm \ -xlfrt /opt/ibmcmp/xlf/9.1 \ -xlflic /opt/ibmcmp/xlf/9.1
Before you run that, you have to rename the old configuration file, or it will complain and refuse to reconfigure.
mv /etc/opt/ibmcmp/xlf/9.1/xlf.cfg /etc/opt/ibmcmp/xlf/9.1/xlf.cfg.old