Next: Building sets of
Up: Installing CERNLIB software
Previous: Building a complex
Modules are built in a similar manner. For example, the
server CDSERV is built as follows:
Building the server CDSERV
vxcrna:/cernlib > make -n cdserv
makepack -p CDSERV
makepack -c CDSERV
makepack -o CDSERV CDSERV
Here we see that three steps are involved.
- -p
- The source code of the server is extract by the PATCHY step.
- -c
- The code is compiled.
- -o
- The code is linked to produce an executable module.
Janne Saarela
Wed Mar 29 15:50:22 METDST 1995