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: Error Installing Epics Base on Mac OSX 10.9 (Mavericks) |
From: | Torsten Bögershausen <[email protected]> |
To: | Steven Wu <[email protected]>, "[email protected]" <[email protected]> |
Date: | Fri, 22 Aug 2014 10:41:31 +0200 |
On 22/08/14 04:27, Steven Wu wrote:
Hello, I am trying to set up Epics Base and have followed the README.darwin document. For step 1, I placed it in my .bash_profile ( extensions/ does not exist in my base-3.14.12/ directory ). I tried placing that script in my .bash_login, but I am not seeing much of a difference. I have uncommented the relevant line in CONFIG_SITE.Common.darwin-x86 (ARCH_CLASS=x86_64) and defined EPICS_HOST_ARCH = linux-x86_64
Why do yo want to do that ? Linux is linux and Mac OS X is Darwin... You can try to use the install-epics.sh script from here: https://github.com/tboegi/install-epics/blob/master/install-epics.sh (Do not be confused, It works under Mac OS X as well, please let me know if this works for you) (Which is based on the nice instructions from here:) http://prjemian.github.io/epicspi/ [snip]