Previous: Additional instructions for cross platforms, Up: Installation
Ocarina documentation is built automatically with the Ocarina libraries and tools. It is installed in the ${prefix}/share/doc/ocarina
Available options for the configure script include:
The following environment variables can be used to override configure's guess at what compilers to use:
CC
: the C compiler
ADA
: the Ada 95 compiler (e.g. gcc, gnatgcc or adagcc)
For example, if you have two versions of GNAT installed and available
in your PATH
, and configure picks the wrong one, you can
indicate what compiler should be used with the following syntax:
% ADA=/path/to/good/compiler/gcc ./configure [options]
Ocarina will be compiled with GNAT build host's configuration,
including run-time library. You may override this setting using
ADA_INCLUDE_PATH
and ADA_OBJECTS_PATH
environment
variables. See GNAT User's Guide for more details.
NOTE: Developers building Ocarina from the version control repository who need to rebuild the configure and Makefile.in files should use the script support/reconfig for this purpose. This should be done after each update from the repository. In addition to the requirements above, they will need autoconf 2.57 or newer, automake 1.6.3 or newer.