Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

CMDTUX_CAT:512: ERROR: Cannot execute C compiler cob2 -o ...

687700Feb 26 2009 — edited Mar 5 2009
Hi..
Am using Tuxedo 10.0 with IBM cobol for AIX 2.0..
I tried compiling a simple IBM COBOL client program with cob2 compiler and got return code of 4.. after that while building the client am getting 2 errors with return code 8.. this is because of additional options included in the cob2 compiler by the buildclient command and getting error msg like this..

CMDTUX_CAT:512: ERROR: Cannot execute C compiler cob2 -I$TUXDIR/include -o CSIMPCL -qstaticinline -qrtti=all -L${TUXDIR}/lib CSIMPCL.cbl -lcobatmis -brtl $TUXDIR/lib/tpinit.o -ltux -lbuft -lfml -lfml32 -lengine -lpthread

the options that are included while building the client are -qstaticinline and -qrtti=all..

could anyone help me how to suppress those 2 options or is it possible to set any environment variable so that builclient wont take those options?

Thanks in advance..

Edited by: user8103349 on Feb 26, 2009 2:52 AM
This post has been answered by Ed Heeren-Oracle on Feb 26 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 2 2009
Added on Feb 26 2009
7 comments
4,604 views