I'm trying to build on this and ran into some issues: >The Oracle Developer Studio 12.6 compilers are installed in >/opt/developerstudio12.6.
They don't actually appear to be installed: > ls /opt/developerstudio12.6/bin dbx > Also there's: > These are configured to use a recent gas and the Solaris linker. They > include all supported languages. Is this an appropriate setup? gcc -Wl,... and the clang equivalent don't work because you're passing GNU/LLVM ld flags to a Sun linker. Peter. _______________________________________________ cfarm-users mailing list [email protected] https://lists.tetaneutral.net/listinfo/cfarm-users
