Build the Sample Application
You can build the 3GL application by importing it into your database, making an application image using the MakeImage utility, and using the makefile to build the sample application.
To build the sample application
1. Make an application image using the MakeImage utility, using "test_3gl.img" as the image name.
Note: You may skip this step if you want to run the application directly from OpenROAD Workbench.
2. Create the shared library (samp3gl.shared-lib-suffix):
cd $II_SYSTEM/ingres/w4glsamp/3gl
make
The shared library samp3gl.shared-lib-suffix will be created and placed into $II_SYSTEM/ingres/lib.
More information: