[cfarm-users] What are the dev tools path(s) on cfarm119?
Olly Betts
olly at survex.com
Sun May 24 22:23:47 CEST 2026
On Sun, May 24, 2026 at 05:52:43PM +0000, Peter Gutmann via cfarm-users wrote:
> I've been trying to build my code on cfarm119 but neither cc, xlc, gcc, or
> clang are in the default path. 'lslpp -l | grep xlC' claims all the xlc stuff
> is installed:
[...]
> but all I can find in /opt/IBM/openxlC/17.1.1/bin are a few ibm-clang tools.
It seems xlC has switched to being based on llvm so I think those *are*
the latest version of IBM's compiler:
https://community.ibm.com/community/user/blogs/si-yuan-zhang1/2022/07/28/ibm-completed-llvm-adoption-for-cc-and-fortran-lnx
My bash history on cfarm119 has (untimestamped, but I think I did a test
build earlier this year):
./configure CC=/opt/IBM/xlC/16.1.0/bin/xlc CXX=/opt/IBM/xlC/16.1.0/bin/xlC
Those paths no longer exist though (which seems at odds with your lslpp
output).
Cheers,
Olly
More information about the cfarm-users
mailing list