[cfarm-users] Some issues with cfarm215
Peter Gutmann
pgut001 at cs.auckland.ac.nz
Thu Jan 22 07:07:55 CET 2026
mirabilos via cfarm-users <cfarm-users at lists.tetaneutral.net> writes:
>It is but of course the -Wl,… flags are linker-specific and you must use
>Solaris’ syntax on Solaris, when not compiled for GNU ld.
Mixing different sets of tools leads to weird inconsistencies in the build
process though because having (say) gcc present implies GNU ld, except that in
this case it's not, it's Sun's ld. Or at least it's someone's ld, there's no
easy way to tell from a build script. It's also Sun's make, which means
having to feature-test each component you're using to try and figure out which
options work with it.
Peter.
More information about the cfarm-users
mailing list