How to Perform a Full Installation of condor_compile:
Move your real ld binary, the “linker”, to “ld.real”
- The path to “ld” varies from platform to platform… though it’s usually “/bin/ld”
Install Condor’s “ld” script in its place
If condor_compile is used, our ld will do the Condor-specific magic
If not, our ld will just call the real ld and everything will work like normal