Table 1-5: Debug compile-and-link Commands for Client-Library

Updated Table 1-5: Debug compile-and-link Commands for Client-Library of Open Client and Open Server Programmers Supplement for UNIX .

Platform Command
HP HP-UX Itanium 32-bit
cc -g -DDEBUG +DD32 -Wl,-aarchive_shared -I$SYBASE/$SYBASE_OCS/include  -Dhpia64=1 program.c
    -L$SYBASE/$SYBASE_OCS/devlib -lsybct -lsybtcl -lsybcs  -lsybcomn -lsybintl -lsybunic -lcl -lm
    -ldld -o program
HP HP-UX Itanium 64-bit
cc -g -DDEBUG +DD64 -DSYB_LP64 -Wl,-aarchive_shared  -I$SYBASE/$SYBASE_OCS/include
    -Dhpia64=1 program.c -L$SYBASE/$SYBASE_OCS/devlib  -lsybct64 -lsybtcl64 -lsybcs64 -lsybcomn64
    -lsybintl64 -lsybunic64 -lcl -lm  -ldld -o program