Operating System - HP-UX
1830939 Members
2832 Online
110017 Solutions
New Discussion

Re: Not able to run aCC - ctcom not found error

 
Pradeep Solanki
New Member

Not able to run aCC - ctcom not found error

Dear All

i have installed HP-UX ANSI c++ complier (B3910B A.03.25) on HP-UX 11.0.

While compiling a file it gives the fllowing error:
aCC:internal error 1901 : cannot exec /usr/lbin/ctcom :2 (no such file or directory)

I have installed aCC under /opt/aCC and the ctcom file is present under /opt/aCC/lbin directory.

How do i tell the compiler to use /opt/aCC/lbin/ctcom instead of /usr/lbin/ctcom.

The following patches are installed

PHSS_22868 HP aC++ header file
PHSS_24627 HP aC++ - AA Runtime Libraries

Regards
Pradeep
live life as it comes
2 REPLIES 2
harry d brown jr
Honored Contributor

Re: Not able to run aCC - ctcom not found error

ln -s /opt/aCC/lbin/ctcom /usr/lbin/ctcom


live free or die
harry
Live Free or Die
Pradeep Solanki
New Member

Re: Not able to run aCC - ctcom not found error

Hary

thaks for your quick answer. I linked it but now it searches c++filt under /usr/bin where as this is present under /opt/aCC/bin.


rgds
pradeep

live life as it comes