If an error is reported when using ckpt_ld to link your application with the checkpoint libraries:
Follow the troubleshooting steps to isolate the problem.
If you cannot resolve your errors, call Platform Customer Support.
Note:
The ckpt_ld replacement linker is designed for C language applications, if your application was created using C++, you need to modify your files before re-linking.
Replacement linkers
The replacement linkers are shell scripts designed to use the standard compilers on your OS with the correct options to build a checkpointable executable.
The linkers do the following:
Include the startup routine by replacing the module that calls main() with ckpt_crt0.o
Include the checkpoint library by adding libckpt.a