All the work having been done by configure, all we have to do now is
make
This will clean all the directories of previous object files, compile both
profiling and non-profiling versions of the source code, build all necessary
libraries, and link both a sample Fortran program and a sample C program as
a test that everything is working. If anything goes wrong, check
Section
make >& make.log &
Specific (non-default) targets can also be made. See the Makefile to
see what they are.
After running this make, the size of the distribution will be about 20 Megabytes (depending on the particular machine it is being compiled for), before building any of the examples or the extensive test library. The Makefiles are built for the various example subdirectories, but the example programs themselfes have to be made ``by hand''.