next up previous
Next: FORTRAN Routines Up: No Title Previous: Libraries for Accessing

Linking

When you have unpacked the tar files you need to compile them all using cc.

eg.

cc -c -o recio.o recio.c

Note that RECIO needs to include header files from CNF.

Standalone applications written in FORTRAN can then be compiled and linked using a command such as

f77 -o example example.f recio.o cnf.o



SuperCOSMOS development
Tue Aug 20 12:03:21 BST 1996