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: static libraries |
From: | "Siddons, David via Tech-talk" <tech-talk at aps.anl.gov> |
To: | Mark Rivers <rivers at cars.uchicago.edu>, "Wlodek, Jakub" <jwlodek at bnl.gov> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Mon, 18 Sep 2023 18:55:42 +0000 |
Thanks very much Mark and Jakub, that fixed it. Indeed the error message is confusing; I spent some time looking for a static configuration!
Pete.
From: Mark Rivers <rivers at cars.uchicago.edu>
Sent: Monday, September 18, 2023 2:52 PM To: Siddons, David <siddons at bnl.gov> Cc: tech-talk at aps.anl.gov <tech-talk at aps.anl.gov> Subject: Re: static libraries Hi Pete,
That fact that it says it is looking for a static library is misleading. It really just means it cannot find the library at all. You need to change the Makefile to:
You could probably also eliminate that line and use:
Mark
Sent from my iPhone
On Sep 18, 2023, at 2:32 PM, Siddons, David via Tech-talk <tech-talk at aps.anl.gov> wrote:
|