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: How to cross compile procServ? |
From: | Dirk Zimoch <[email protected]> |
To: | "Davidsaver, Michael" <[email protected]> |
Cc: | [email protected] |
Date: | Tue, 14 Dec 2010 11:28:31 +0100 |
Hi Dirk,
1) Export the following before running configure. Value (yes/no) depending on your environment.
export ac_cv_func_setpgrp_void=yes
2) Comment out the test in configure.in and run 'autoreconf'.
-----Original Message----- From: [email protected] [mailto:tech-talk- [email protected]] On Behalf Of Dirk Zimoch Sent: Monday, December 13, 2010 5:27 PM To: EPICS Subject: How to cross compile procServ?
When trying to cross compile, the configure script fails with:
checking whether setpgrp takes no argument... configure: error: cannot check setpgrp when cross compiling
How can I cross compile procServ (for embedded Linux) ?
Dirk