5. Embedded QUEL for Ada : Precompiling, Compiling and Linking an EQUEL Program : Generating an Executable Program : Linking an EQUEL Program
 
Share this page                  
Linking an EQUEL Program
EQUEL programs require procedures from several VMS shared libraries in order to run properly. Once you have preprocessed and compiled an EQUEL program, you can link it. Assuming your program unit is called "dbentry," use the following link command:
$ acs link dbentry,-
 ii_system:[ingres.files]equel/opt
It is recommended that you do not explicitly link in the libraries referenced in the EQUEL.OPT file. The members of these libraries change with different releases of Ingres. Consequently, you may be required to change your link command files in order to link your EQUEL programs.