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: | Ralph Lange <[email protected]> |
To: | EPICS Tech Talk <[email protected]> |
Date: | Tue, 14 Dec 2010 13:47:11 +0100 |
Sorry for the inconvenience! Ralph
Davidsaver, Michael wrote: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'.
Hi Michael
There is no configure.in, only configure.ac and configure.
There are Makefile.in and Makefile.Epics.in. Does that help?
Dirk
-----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