Function Libs
Bob,
The process is fairly straight forward: Say you have a set of compiled
functions funca, funcb and funcc in a file called lib1.o. Now you wish to add
functions funcx and funcy to the previous set and form a library. You compile
funcx and funcy into say lib2.o. Now to create the library containing funca,
funcb, func, funcx and funcy you simply 'JOIN LIB1.O LIB2.O AS MYLIB'. The file
called MYLIB should be included as one of the libraries in your call to ALINK
if you wish to access any of those functions.
-Carlos
Enter command, N for next
message or <CR> for menu : n