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: | Andrew Johnson via Tech-talk <tech-talk at aps.anl.gov> |
To: | tech-talk at aps.anl.gov |
Date: | Mon, 18 Sep 2023 15:44:57 -0500 |
The error message is generated by the GNU make program itself,
influenced by the. We might be able to modify the build system to
change it but I don't think it would be easy to do, there is code in
RULES_TARGET that explicitly searches for dependent libraries that
might have several possible names in various places. Just
understanding this code involves some head-scratching, but it might
be possible to change the default case to generating one of our own
errors instead. No promises from me about fixing it in the short term, but if someone else with GNU Makefile experience wanted to look at this I'd be happy to explain how the RULES_TARGET code works. - Andrew On 9/18/23 1:55 PM, Siddons, David via
Tech-talk wrote:
-- Complexity is free, it's Simplicity that takes work. |