Re-Link user-level applications

To re-link your application, you must have access to the object files (.o files) for your application.

  1. If you are using third party applications, the vendor must supply you with the object files.
  2. If you are building your own applications you need to first compile them without linking.

    C++ applications need to be modified before re-linking.

C Language applications

Fortran applications