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: building edm on 64-bin debian |
From: | Mark Rivers <[email protected]> |
To: | "'Ana Malagon'" <[email protected]>, "[email protected]" <[email protected]> |
Date: | Wed, 21 Jan 2015 00:05:21 +0000 |
Is there in fact a libXm.a or libXm.so file somewhere on your system? If so, where is it? In extensions/configure/CONFIG_SITE.linux-x86_64.linux-x86_64 what do X11_LIB and MOTIF_LIB point to? Mark From: [email protected] [mailto:[email protected]]
On Behalf Of Ana Malagon Hi, I'm running into an error when building edm 1.12.98 with epics base 3.14.12.4 on a 64-bit machine with debian 7.5: *** No rule to make target `/usr/lib64/libXm.a', needed by `libcfcaa62e-8199-11d3-a77f-00104b8742df.so'. Stop. I've installed the packages I need using apt-get (libmotif-dev, libxmu-dev, libxt-dev), and I've tried changing the X11_LIB and MOTIF_LIB to /usr/lib64/x86_64-linux-gnu
in the CONFIG_SITE.linux-x86_64.linux-x86_64 file in extensions/configure/os, as suggested in this
posting, but I get the same error. I don't seem to have a CONFIG_EXTENSIONS file anywhere so can't follow the steps from another
post with the same error; anyone have any suggestions for what I might try next? Thanks, Ana |