Collaborative Computational Project Number 14
for Single Crystal and Powder Diffraction
CCP14
Compiling Gnu Make
The CCP14 Homepage is at http://www.ccp14.ac.uk
Why not - GNU software seems to be of higher quality than native commercial equivalents.
Also GNU Make is required to be installed before GCC can be compiled up.
The present versions are quite easy to compile.
The version of GNU Make used at the time of writing was Make 3.78.1 (18th November 1999). This was
compiled on an SGI O2 running IRIX 6.5.6 and an HP Workstation running HPUX 10.
The main GNU website is at http://www.gnu.org.
There are a variety of mirrors around the place including a
CCP14 auto-mirror at http://gnu.ccp14.ac.uk
Download page is at http://www.gnu.org/order/ftp.html.
There are a variety of mirrors around the place including a
CCP14 auto-mirror at http://gnu.ccp14.ac.uk/order/ftp.html
You need:
- Latest make distribution (make-3.78.1 or greater) (18th November 1999)
If you use a later version than the above, check the INSTALLATION instructions
as they may have differed to what is given below.
Some of the Eurocentric FTP sites you can download the source code (presently 8 meg of tar.Z file)
To extract the distribution files:
- Type: gzip -d < make-3.78.1.tar.gz | tar xvof -
This creates a make-3.78.1 subdirectory where the files are ready to configure and compile.
- If you are in the mood normally read the INSTALL or README files and try to figure things out.
- Run ./configure (it should detect your system and be happy)
- Type make to compile things up
- Type make install to install the files into the correct /usr/local area on your system (if you have the
permissions).