29 lines
715 B
Plaintext
29 lines
715 B
Plaintext
#
|
|
# supplement README for HP700
|
|
#
|
|
# Johnny Tang 5-29-97
|
|
#
|
|
|
|
1. VxWorks 5.2 for HP-UX
|
|
|
|
- Make sure that you have set VX_DIR and VX_GNU to your
|
|
VxWorks root directory.
|
|
|
|
- Under $(VX_DIR), create a soft link:
|
|
hp700.68k -> hp9700.68k
|
|
|
|
2. Modify base/config/CONFIG_SITE file
|
|
|
|
- ANSI=HPACC
|
|
- STANDARD=HPCC
|
|
- CPLUSPLUS=G++
|
|
|
|
3. HP native c++ compiler has problem to handle the head files
|
|
in which a inline function is used in conjuction with template
|
|
|
|
base/src/cas, the portable CA server can't be compiled successfully
|
|
because of the above limitation.
|
|
|
|
This problem can be resolved by spliting the function declarations
|
|
from the inline code in the files in base/src/cxxTemplates.
|