HPlogo HP C/HP-UX Reference Manual: Version A.05.55.02 > Chapter 10 HP C/HP-UX Implementation Topics

Location of Files

» 

Technical documentation

Complete book in PDF

 » Table of Contents

 » Index

Table 10-5 “Location of Files ” lists the location of the HP C files.

Table 10-5 Location of Files

File or Library

Location

Driver

/opt/ansic/bin/cc
/opt/ansic/bin/c89

Preprocessor

/opt/langtools/lbin/cpp (Compatibility mode) /opt/langtools/lbin/cpp.ansi (ANSI mode)

(Only used with +legacy_cpp)

Compiler

/opt/ansic/lbin/ctcom

Assembler

/usr/ccs/bin/as

Linker

/usr/ccs/bin/ld

32-bit dynamic loader

/usr/lib/hpux32/dld.so
64-bit dynamic loader/usr/lib/hpux64/dld.so

Advanced Optimizing Code Generator

/opt/langtools/lbin/u2comp
/opt/langtools/lbin/be
/opt/langtools/lib/hpux##/libu2comp.so
(plugin)
(## is 32 or 64 - provided as part of the HP-UX core system)

C libraries (libc)

/usr/lib/hpux##/lib.so
(## is 32 or 64)
lex and yacc libraries

/usr/lib/hpux##/libl.so
/usr/lib/hpux##/liby.so
(## is 32 or 64)

manpages

/opt/ansic/share/man/man1.Z/cc.1 (English)
/opt/langtools/share/man/man1.Z/cpp.1 (English)
/opt/langtools/share/man/man1.Z/lex.1 (English)
/opt/langtools/share/man/man1.Z/yacc.1 (English)
/opt/ansic/share/man/man1.Z/c89.1 (English)

Message Catalogs

/opt/langtools/lib/nls/msg/C/cpp.cat (English)
/opt/langtools/lib/nls/msg/C/lex.cat (English)
/opt/langtools/lib/nls/msg/C/yacc.cat (English)
/opt/ansic/lib/nls/msg/C/aCC.cat (English)

prof and gprof libraries/usr/lib/hpux##/libprof.so
/usr/lib/hpux##/libgprof.so
(## is 32 or 64)

Temporary files

/var/tmp*

Math libraries

/usr/lib/hpux##/libm.a
/usr/lib/hpux##/libm.so
(## is 32 or 64)
OpenMP libraries/usr/lib/hpux##/libomp.a
/usr/lib/hpux##/libomp.so
/usr/lib/hpux##/libcps.a
/usr/lib/hpux##/libcps.so
(## is 32 or 64)

Release Notes

/opt/ansic/newconfig/RelNotes/ACXX.release.notes

Online Help

/opt/ansic/html/C/guide

C Tools

/opt/langtools/bin
/opt/langtools/lbin

 

*You can change the default location for the temporary files used and created by the C compiler by setting the environment variable TMPDIR. If the compiler cannot write to $TMPDIR, it uses the default location /var/tmp. See the HP-UX Reference for details.

© Hewlett-Packard Development Company, L.P.