Although you will need a native "C" compiler to build this package, it must be ANSI compliant, any old K&R compliant compiler will not suffice. Typically you can either use the compiler and 'make' utility that was supplied with your workstation, or with gcc. The PMON/2000 project utilizes strict prototyping throughout, assuring no suprise behavior and run time.
You can obtain gcc from the GNU ftp site.
If you are unsure whether you system has a native C compiler and 'make' utility, you can check using the following commands.
% which cc -- look for the standard C compiler % which gcc -- look for the GNU C compiler % which make -- look for the 'make' utility % cc foobar.c -- Solaris2 check for optional C compiler
Navigation: Document Home | Document
Contents | Document Index