Tuxedo 8.0 Supplement for H-Series RVUs
If you compile object files separately from buildclient, and use buildclient to link them into the client,
those object files should be compiled with the -WTandem_float option.
Examples
CC=/usr/bin/c89 CFLAGS="-I $APPDIR/include"; export CC CFLAGS
buildclient -o empclient -f emp.c -f "userlib1.a userlib2.a"
ALTCFLAGS="-Wcolumns=80 -Werrors=10 -Woptimize=1"
_RLD_LIB_PATH=$COBDIR/coblib:$TUXDIR/lib
export ALTCFLAGS _RLD_LIB_PATH
buildclient -C -o empclient -f name.cbl -f "userlib1.a userlib2.a"
CFLAGS="-I $APPDIR/include -Weld='-rld_first_L /tux_first/lib -rld_L
/tuxedo8.0/lib'"\
buildclient -v -o simpcl -f simpcl.c
See Also
buildclt, buildserver, compilation
buildserver
Name
Synopsis
Description
Environment Variables
Portability
Examples
See Also
Standards Conformance
Name
buildserver - Constructs a NonStop Tuxedo system server or COBOL load module.
Synopsis
buildserver [-v][-o name][{-n maxdynam][-f firstfiles][-l lastfiles][{-r | -g}
rmname]
[-s {@filename|service[,service...][:func]|:func]}
[-k]
Description
buildserver is used to construct a NonStop Tuxedo system server load module. The command combines the
files supplied by the -f and -l options with the standard server main routine and the standard NonStop Tuxedo
system libraries to form a load module. The load module is built by the c89 command, which buildserver
invokes. The options to buildserver have the following meaning:
-v
Specifies that buildserver should work in verbose mode. In particular, it writes the default C compiler










