CMDTUX_CAT:512: ERROR: Cannot execute C compiler cob2 -o ...
687700Feb 26 2009 — edited Mar 5 2009Hi..
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