Experimental Physics and Industrial Control System
Thanks Thomas and Kay,
Now Channel Archiver is running on our HP-UX 11 machine.
What I have done is
1) add the following lines in CONFIG.Host.hppa8k (I use hppa8k in stead
of hp700) in base/config.
ARCH_DEP_CFLAGS += -D_HPUX_SOURCE -DHP_UX
ARCH_DEP_CFLAGS += -D_POSIX_C_SOURCE=199506L
ARCH_DEP_CXXFLAGS += -D_HPUX_SOURCE -DHP_UX
ARCH_DEP_CXXFLAGS += -D_POSIX_C_SOURCE=199506L
2) and also add similar lines in Make.pth and Makefile.Host files in
Channel Archiver directories appropriately.
3) rebuild everything in base and Channel Archiver.
3') For gcc2.95.3, I needed to put
#include <new>
when we got the error message:
/usr/local/lib/gcc-lib/hppa2.0w-hp-hpux11.00/2.95.3/include/new:28:`operator
new' takes type `size_t' as first parameter
from the compiler. With gcc2.95.3, the code:
#include <list>
or
#include <list>
#include <new>
create the message mentioned above. However,
#include <new>
#include <list>
seems work OK.
I use:
EPICS_R3.13.5,
Channel Archiver 1.6.1
gcc 2.95.3
HP-UX 11.0
for this compilation.
Thanks again,
Noboru
KEKB control group
KEK, JAPAN
Thomas Birke wrote:
At 09:09 PM 12/6/2001 +0900, Noboru Yamamoto wrote:
I'm trying to compile Channel Archiver on HP-UX 11.0 using gcc2.95.3
without much success.
Is there anyone who can run Channel Archiver on HP-UX 11 with its
pthread library ?
HP-UX 11 is still an issue...
I also didn't get it to work on HP-UX 11 - neither with gcc2.95.3 nor
with aCC.
Currently I have no time (not even an HP-UX 11 machine at hand) to get
into this problem?
But it's on my list...
Thomas
- References:
- Re: Channel Archiver on HP-UX 11.0 Thomas Birke
- Navigate by Date:
- Prev:
Re: ISO time format for tsStampToText Peregrine M. McGehee
- Next:
Help about Middleware guobao shen
- Index:
1994
1995
1996
1997
1998
1999
2000
<2001>
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
- Navigate by Thread:
- Prev:
Re: Channel Archiver on HP-UX 11.0 Thomas Birke
- Next:
ISO time format for tsStampToText Peregrine M. McGehee
- Index:
1994
1995
1996
1997
1998
1999
2000
<2001>
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025