dbfork and Linux or Mac OS X
Add one of the following arguments or command-line options to the command that you use to link your programs:
-L/usr/totalview/platform/lib
or
-L/usr/totalview/platform/lib -ldbfork_64
where platform is one of the following: darwin-x86, linux-x86-64, linux-arm64, or linux-powerle.
For example:
cc -o program program.c \
-L/usr/totalview/linux-x86-64/lib -ldbfork_64