HP aC++/HP C Programmer's Guide (B3901-90036; A.06.26; September 2011)
HP aC++ File Locations
This section gives you information on the HP aC++ file locations. It discusses the following
topics:
• HP aC++ Executable Files
• HP aC++ Runtime Libraries and Header Files
HP aC++ Executable Files
Following are the HP aC++ executable files and their locations:
• /opt/aCC/bin/aCC (Driver)
This is the only supported interface to HP aC++ and to the linker for HP aC++ object
files.
• /opt/aCC/lbin/ecom (A.06.* Compiler)
The compiler performs source compilation; preprocessing is incorporated into it.
• /opt/aCC/lbin/ctcom (A.05.* Compiler)
The compiler performs source compilation; preprocessing is incorporated into it.
• /opt/aCC/bin/c++filt (Name Demangler)
The name demangler implements the name demangling algorithm, which encodes
function name, class name, parameter number and name.
• /usr/ccs/bin/ld (Linker)
The linker links executables and builds shared libraries.
HP aC++ Runtime Libraries and Header Files
Following lists the HP aC++ runtime libraries and locations:
• Standard C++ Library
/usr/lib/hpux32/libstd.so - 32-bit shared version—
— /usr/lib/hpux32/libstd.a - 32-bit archive version
— /usr/lib/hpux64/libstd.so - 64-bit shared version
— /usr/lib/hpux64/libstd.a - 64-bit archive version
• HP aC++ Runtime Support Library
/usr/lib/hpux##/libCsup.so—
— /usr/lib/hpux##/libstd.so and libstd_v2.so
— /usr/lib/hpux##/libstd_v2.so and librwtool_v2.so
HP aC++ File Locations 233