Compiling on a UNIX operating system
About this task
On UNIX™ operating systems, you use the generic ProjectU.mak makefile. This makefile includes platform-specific makefiles as files named makeinc.platform. To specify the UNIX operating system, set the TARGET environment variable to the path and file name of the include file for your operating system. Platform-specific files are located in the directory $INFORMIXDIR/incl/dbdk.
The makefile requires the INFORMIXDIR environment variable to be set to the HCL OneDB™ database server installation directory. The BINDIR variable in the makefile determines where the shared object file or dynamic link library is written.
To compile and link your DataBlade module shared object file:
Procedure
Results
The project.bld file is created in the src/solaris-sparc directory.