From 88f27261f09ea5e2d0ff602280a36ea2b3c0659c Mon Sep 17 00:00:00 2001 From: Johnny Tang Date: Thu, 29 May 1997 21:56:43 +0000 Subject: [PATCH] update --- README.hp700_alpha | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/README.hp700_alpha b/README.hp700_alpha index 40692cc86..59a797ac0 100644 --- a/README.hp700_alpha +++ b/README.hp700_alpha @@ -1,12 +1,28 @@ # -# supplement README for HP700 and Alpha OSF/1 builds +# supplement README for HP700 +# +# Johnny Tang 5-29-97 # -# M. Anderson and J. Tang +1. VxWorks 5.2 for HP-UX -- Directory permissions may not be correct across multiple machines, so a + - Make sure that you have set VX_DIR and VX_GNU to your + VxWorks root directory. - % chmod -R ugo+rw base extensions + - Under $(VX_DIR), create a soft link: + hp700.68k -> hp9700.68k - might be necessary. +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 is compiled successfully with + gnu c++ but not HP native c++ 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.