Hej Experts,
I am trying to build an IOC which needs a vendor library.
I only got the shared version, lets call it libVendor.so
Trying to convince the EPICS make system to ignore the static
build did not work very well:
make[3]: *** No rule to make target
'../../../lib/freebsd-x86_64/libVendor.a', needed by
'libethercatmcSupport.a'. Stop
This is what I tried:
grep STATIC configure/*
configure/CONFIG_SITE:STATIC_BUILD=NO
grep SHARED_LIBRARIES configure/*
configure/CONFIG_SITE:SHARED_LIBRARIES=YES
configure/CONFIG_SITE:SHARED_LIBRARIES=YES
configure/RELEASE:SHARED_LIBRARIES=YES
(and even adding these 2 lines to
epics/base/configure/CONFIG_SITE
does not help)
Digging into tech-talk posts and the documentation didn't show
much information (most people asked for static build)
Are there any hints ?
Thanks
/Torsten
- Replies:
- Re: STATIC_BUILD=NO howto ? Ralph Lange via Core-talk
- Navigate by Date:
- Prev:
Build completed: EPICS Base 7 base-7.0-942 AppVeyor via Core-talk
- Next:
Re: STATIC_BUILD=NO howto ? Ralph Lange via Core-talk
- Index:
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:
Build completed: EPICS Base 7 base-7.0-942 AppVeyor via Core-talk
- Next:
Re: STATIC_BUILD=NO howto ? Ralph Lange via Core-talk
- Index:
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
<2023>
2024
2025
|