Compilation and installation

Once you have finished configuring the specfe package it should be straightforward to compile the code. Type

make

and wait... examine the resulting output to look for any errors. If the compilation completed successfully you should then type make install, or, if you are installing specfe in a directory that you would not normally have write access to, type:

sudo make install

If there are any errors during the compilation or installation step you may be able to correct them by choosing different configuration options. Generally, the first error message to appear is the 'true' one, but it may be followed by a 'cascade' of subsequent errors. I'll list a few common errors below, but I cannot anticipate every possible problem, if you are unable to resolve them yourself, try sending a copy of the compilation output to me at and I will try to help.

Other Compilation Options

The Makefile generated by the GNU autotools has a large number of useful extra options. The most useful of these are given below.

Possible errors during compilation