Compile your Built In Function on Linux

LANSA Application Design

Compile your Built-In Function on Linux

Compile and link it into a shared library:

 
          -->  Edit the .C file via a standard source editor 
         |     copy the .C and .UNX files to 
         |         $LANSAXROOT/x_lansa/source
         |    (Use lowercase filenames, e.g. u_bif445.c)
         |    
         |    cd $LANSAXROOT/x_lansa/source
         | 
         |    For Linux :
         |       Use command -> make -f u_bifnnn.unx 
         | 
          ---  If errors detected
 
          If no errors, test by executing an RDML function
          that uses your built-in function.
 
          Backup your .c, .unx and libu_bif* files.
          (libu_bif is created in the x_lansa/bin directory).