[cfarm-users] What are the dev tools path(s) on cfarm119?
Tom Lane
tgl at sss.pgh.pa.us
Sun May 24 20:57:23 CEST 2026
Peter Gutmann via cfarm-users <cfarm-users at lists.tetaneutral.net> writes:
> I've been trying to build my code on cfarm119 but neither cc, xlc, gcc, or
> clang are in the default path.
gcc (several versions) and a bunch of other standard FOSS tools are
in /opt/freeware/bin. I've successfully built Postgres on cfarm119
using
PATH=$HOME/bin:/opt/freeware/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin
and not a lot of special config. I can't say about xlc --- we gave
up supporting that recently, so I've not tried that on that machine.
Be aware that cfarm119's filesystem is ridiculously slow [1].
regards, tom lane
[1] https://www.postgresql.org/message-id/1299410.1770136400%40sss.pgh.pa.us
More information about the cfarm-users
mailing list