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: Using SynApps Calc Module |
From: | "Mark Rivers" <[email protected]> |
To: | "Steve Kinder" <[email protected]>, "epics" <[email protected]> |
Date: | Sat, 17 Jan 2009 14:34:22 -0600 |
Just add the path to the calc module to your applications configure/RELEASE file. You don't need to do anything with LD_LIBRARY_PATH. You do also need to add calcSupport.dbd to you application's xxxInclude.dbd file. Mark ________________________________ From: [email protected] on behalf of Steve Kinder Sent: Sat 1/17/2009 1:54 PM To: epics Subject: Using SynApps Calc Module I am trying to use the SynApps calc module in a Linux IOC. I would like to use sCalcout records in my application. The calc documentation says to include calcSupport.dbd and link to libcalc. Trying to do the 2nd part first I tried adding lines like app_LIBS += calc in my Makefiles but I get errors like No rule to make target ..... libcalc.a .... I have already downloaded the calc module and done the make. I hoped adding the calc lib directory to my LD_LIBRARY_PATH would then make the application link work. Could anyone offer me some advice on how to link libcalc with my application please. Thanks Steve