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 | 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 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: g++ and libCom/fdManager.cc |
From: | Ralph Lange <[email protected]> |
To: | [email protected] (EPICS Tech-Talk) |
Date: | Tue, 13 Apr 1999 17:44:07 +0200 (METDST) |
> Recently I installed gcc-2.8.1 into our HP-UX10.2 machine together with > g++. When I tried to build epics3.13/base with gcc/g++ Which version of base? (The c++-sources have changed a _lot_ lately.) > Does anyone know if it is possible to compile EPICS with gcc/g++? The c++ parts of EPICS base are not (yet) mandatory. So you don't need a c++ compiler at all to compile and run EPICS. (Sorry if this is too obvious.) Apart from that: Yes. I.e. I know it _and_ it's possible. While HP's native c++ compiler (and the CenterLine compiler) do not compile the c++ parts, g++ manages to build things. I'm using gcc 2.7.2.3 on a HPUX 10.20 machine and EPICS Base 3.13.1 (fdManager.cc v 1.15). Ralph