next up previous contents index
Next: G.3.4 More on scripts Up: G.3 Linux workstations - Previous: G.3.2 make dirs   Contents   Index

G.3.3 make scripts

The next step is to copy a number of importantG.6scripts into $NEMOBIN:

    % make scripts

Currently the NEMO environment needs a search path where the system C-compiler is preceded by our own cc script. This script then calls the real UNIX C-compiler (often /bin/cc). On some UNIX machines, a make script needs to be installed too to precede the system make(1) utility. This will be discussed later.

If you don't like the choice the installation procedure has given you, pick another one, and copy it yourself instead, for example, to select the gnu compiler, issue:

    % cd $NEMO/src/scripts
    % cp cc.gnu $NEMOBIN/cc
    % rehash



(c) Peter Teuben