5. Embedded QUEL for Ada : Precompiling, Compiling and Linking an EQUEL Program : Generating an Executable Program : Linking an EQUEL Program without Shared Libraries
 
Share this page                  
Linking an EQUEL Program without Shared Libraries
While the use of shared libraries in linking EQUEL programs is recommended for optimal performance and ease of maintenance, non-shared versions of the libraries have been included in case you require them. Non-shared libraries required by EQUEL are listed in the equel.noshare options file. The options file must be included in your link command after all user modules. The libraries must be specified in the order given in the options file.
The following example demonstrates the link command of an EQUEL program unit called "dbentry" that has been preprocessed and compiled:
$ acs link dbentry,-
 ii_system:[ingres.files]equel.noshare/opt