next up previous contents
Next: Interface Files Up: No Title Previous: Application Code

Compilation and Linking

All the necessary compilation and linking is handled by the Starlink utility alink. The general format of an alink command is,

% alink code options libraries

Thus the executable application simple can be produced with the following command,

% alink simple.f `ast_link_adam`
dtask_applic.f:
        dtask_applic:
./simple.f:
        simple:
        simple_task:
Linking:

All trace of the dtask_applic wrapper is removed after linking. The final executable binary will have a size of 2+ Mb due to all the linked libraries.



Asterix
Tue Feb 10 12:19:15 GMT 1998