Go to the first, previous, next, last section, table of contents.

Installing GNU C++ library

  1. Read through the README file and the Makefile. Make sure that all paths, system-dependent compile switches, and program names are correct.
  2. Check that files `values.h', `stdio.h', and `math.h' declare and define values appropriate for your system.
  3. Type `make all' to compile the library, test, and install. Current details about contents of the tests and utilities are in the `README' file.

Go to the first, previous, next, last section, table of contents.