Update to shared libraries build bug:
The bug in the config/RULES.Host file of EPICS base did not stop
builds of shared libraries for base releases R3.13.3 and R3.13.4.
This bug shows up only in base releases R3.13.5 and R3.14.0.alpha2.
In these releases DLL_LIBS is defined in CONFIG.Host.UnixCommon. In
the earlier releases, DLL_LIBS and DLL_DEPLIBS were only defined for
WIN32 and Borland hosts.
For R3.14.0.alpha2 this bug will stop shared libraries builds only
when building a R3.13 extension or application with R3.14.0.alpha2
base.
The bug fix remains the same.
Bug fix: Remove the following lines from config/RULES.Host
ifneq ($(words $(DLL_LIBS)), $(words $(DLL_DEPLIBS)))
# If invalid library names, don't make DLL file
SHARED_LIBRARIES = NO
endif
Janet
- References:
- shared libraries build bug Janet Anderson
- Navigate by Date:
- Prev:
serial stuff on r3.14 Allan Honey
- Next:
mvme162PA-344SE and mvme162-532A Dale L. Brewe
- 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
- Navigate by Thread:
- Prev:
shared libraries build bug Janet Anderson
- Next:
3.14 on Linux Ian A Smith
- 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
|