4. Embedded QUEL for Fortran : Precompiling, Compiling, and Linking an EQUEL Program : Linking an EQUEL Program - UNIX : Programs with Embedded Forms
 
Share this page                  
Programs with Embedded Forms
If your program includes embedded forms, you must link your program with some additional libraries. The following example demonstrates the link command of an EQUEL program called "formentry" that includes forms statements:
f77 -o formentry formentry.o \
$II_SYSTEM/ingres/lib/libingres.a  \
-lm -lc
Note that both the math library and the C runtime library must be included.