Compiling and Linking Programs With the DevKit
The DevKit can be used only on systems that fully support ANSI-compliant C and the POSIX threads interface. Depending on your system, you might need to specify libraries explicitly when linking a program with the DevKit. On a Linux system, for example, here is how you would link lgrep:
cc -o lgrep lgrep.c -lnetricsdvk -lm -lpthread
The argument -lnetricsdvk works only if the library libnetricsdvk.a is installed in a directory on your standard library search path.