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:1832: ERROR: can't execute cc -xarch=v9

850021Mar 24 2011 — edited Mar 26 2011
I try compiling c and c++ programs through a Makefile and i get the below error

buildserver -v -k "-f eLink_xml_conversion.o" -f " -L/export/home/pocuser/tuxedo/tuxedo11gR1/lib -ltux -lbuft -lfml -lfml32 -L/export/home/pocuser/tuxedo/tuxedo11gR1/lib -L../oxi/lib/SSOL2 -loxi -L../base/lib/SSOL2 -lbase "arch=v9"" -s :eLink_xml_conversion -o eLink_xml_conversion
cc -xarch=v9 -w -mt -I$TUXDIR/include -o eLink_xml_conversion BS-6b9d.c -L${TUXDIR}/lib eLink_xml_conversion.o -L/export/home/pocuser/tuxedo/tuxedo11gR1/lib -ltux -lbuft -lfml -lfml32 -L/export/home/pocuser/tuxedo/tuxedo11gR1/lib -L../oxi/lib/SSOL2 -loxi -L../base/lib/SSOL2 -lbase arch=v9 -ltux -lbuft -lfml -lfml32 -lengine -R/usr/lib/lwp -lpthread -lposix4 -lsocket -lnsl -lm -lnsl -lsocket
sh: cc: not found
CMDTUX_CAT:1832: ERROR: can't execute cc -xarch=v9 -w -mt -I$TUXDIR/include -o eLink_xml_conversion BS-6b9d.c -L${TUXDIR}/lib eLink_xml_conversion.o -L/export/home/pocuser/tuxedo/tuxedo11gR1/lib -ltux -lbuft -lfml -lfml32 -L/export/home/pocuser/tuxedo/tuxedo11gR1/lib -L../oxi/lib/SSOL2 -loxi -L../base/lib/SSOL2 -lbase arch=v9 -ltux -lbuft -lfml -lfml32 -lengine -R/usr/lib/lwp -lpthread -lposix4 -lsocket -lnsl -lm -lnsl -lsocket
*** Error code 1
make: Fatal error: Command failed for target `eLink_xml_conversion'

I installed Tuxedo 11.1.1.2.0 in Solaris 10(5.10 Generic_137137-09 sun4u sparc SUNW,UltraAX-i2).

I have some application related .C\.C++ files.Trying to compile them ,but end up with the above error.

Could you please help me to resolve the issue?

Regards,
Arthi
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 23 2011
Added on Mar 24 2011
1 comment
1,453 views