Tuxedo 6.x - Cobol Link Error on AIX. ( C_BSTAT Symbol )
(Doc ID 765302.1)
Last updated on JULY 10, 2024
Applies to:
Oracle Tuxedo - Version 6.5 and laterInformation in this document applies to any platform.
Information in this document applies to any platform
Goal
On AIX, when you compile your cobol TUXEDO program, you may get the following link error:
/path/to/directory/temp > r build
buildclient -C -o CP3KK14 -f CP3KK14.cbl
ld: 0711-593 SEVERE ERROR: Symbol C_BSTAT (entry 82) in object CP3KK14.o:
The symbol refers to a csect with symbol number 0, which was not found. The new symbol cannot be associated with a csect and is being ignored.
CMDTUX_CAT:512: ERROR: Cannot execute C compiler cobcc -I /path/to/mqm/inc -I /usr/tuxedo/include -I /home/mqm -L /path/to/mqm/lib -I$TUXDIR/include -o CP3KK14 -L${TUXDIR}/lib CP3KK14.cbl -lcobatmi -ltux -lbuft -ltux2 -lfml -lfml32 -lgp
buildclient -C -o CP3KK14 -f CP3KK14.cbl
ld: 0711-593 SEVERE ERROR: Symbol C_BSTAT (entry 82) in object CP3KK14.o:
The symbol refers to a csect with symbol number 0, which was not found. The new symbol cannot be associated with a csect and is being ignored.
CMDTUX_CAT:512: ERROR: Cannot execute C compiler cobcc -I /path/to/mqm/inc -I /usr/tuxedo/include -I /home/mqm -L /path/to/mqm/lib -I$TUXDIR/include -o CP3KK14 -L${TUXDIR}/lib CP3KK14.cbl -lcobatmi -ltux -lbuft -ltux2 -lfml -lfml32 -lgp
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |