EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  <20002001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  <20002001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: RULES.Host for EPICS 3.13.2 - shareable object libraries on solaris
From: [email protected]
To: [email protected]
Date: Wed, 15 Mar 2000 13:50:54 -0800 (PST)
Hello -

I've had problems building shareable object libraries that link to libCom,
libca, etc for EPICS 3.13.2, solaris 5.5.1, gnu tools.
To get around this problem, I changed base/config/RULES.Host as follows
(consistent with 3.13.1) and rebuilt everything:

From:

ifdef LIBRARY
ifdef LIBOBJS
LIBTARGETS += $(LIBNAME) $(INSTALL_LIBS)

#  check if shared libraries requested
ifeq ($(strip $(SHARED_LIBRARIES)),YES)

CFLAGS +=  $($(ANSI)_SHRLIB_CFLAGS_YES)
CXXFLAGS +=  $($(ANSI)_SHRLIB_CFLAGS_YES)

To:

ifdef LIBRARY
ifdef LIBOBJS
LIBTARGETS += $(LIBNAME) $(INSTALL_LIBS)

CFLAGS +=  $($(ANSI)_SHRLIB_CFLAGS_YES)
CXXFLAGS +=  $($(ANSI)_SHRLIB_CFLAGS_YES)

#  check if shared libraries requested
ifeq ($(strip $(SHARED_LIBRARIES)),YES)

Is there a better solution?  Thanks,

Stephanie Allison


Navigate by Date:
Prev: priority inversions with scanning and channel access leo dalesio
Next: INP field for generic GPIB record Geoff Savage
Index: 1994  1995  1996  1997  1998  1999  <20002001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: IOC Performance numbers Marty Kraimer
Next: INP field for generic GPIB record Geoff Savage
Index: 1994  1995  1996  1997  1998  1999  <20002001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 10 Aug 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·