Since UNIX kernels typically have few dependencies and do not require all the standard development environment libraries and files, some standard link libraries (such as the C++ class library) are not included with the "cc" system configuration compiler.
Precisely libraries require certain standard libraries which are available on every UNIX development platform, but which may not be found unless the appropriate system option has been installed.1
The standard libraries used by Precisely are:
- The Standard C++ class library: -lC, -lcxx, libC.so, libC.sl, libC.a, etc.
- The Standard Math library: -lm, libm.a, libm.so, libm.sl, etc.
- The Standard C library: -lc, libc.a, libc.so, libc.sl, etc.
Some systems have particular dependencies for all standard C and C++ programs. Check your compiler manual, or ask your vendor for specific information about C and C++ language dependencies.