EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

2002  2003  2004  2005  2006  <20072008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 2002  2003  2004  2005  2006  <20072008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Redundancy Patch: configure
From: Andrew Johnson <[email protected]>
To: EPICS core-talk <[email protected]>
Date: Thu, 15 Nov 2007 17:36:39 -0600
**************
Modified
**************

# configuration
(1) for Linux, modify the related file in base/configure/os
    OSITHREAD_USE_DEFAULT_STACK = YES

    OP_SYS_CFLAGS += -rdynamic
    OP_SYS_LDFLAGS += -export-dynamic
    OP_SYS_LDLIBS += -ldl

(2) for darwin, modify the related file in base/configure/os
    OSITHREAD_USE_DEFAULT_STACK = YES

(3) for solaris, modify the related file in base/configure/os
    OP_SYS_LDLIBS += -ldl

Index: configure/os/CONFIG_SITE.darwin-x86.Common
===================================================================
RCS file: /net/phoebus/epicsmgr/cvsroot/epics/base/configure/os/CONFIG_SITE.darwin-x86.Common,v
retrieving revision 1.1.2.1
diff -u -b -r1.1.2.1 CONFIG_SITE.darwin-x86.Common
--- configure/os/CONFIG_SITE.darwin-x86.Common	9 Nov 2006 14:47:56 -0000	1.1.2.1
+++ configure/os/CONFIG_SITE.darwin-x86.Common	14 Nov 2007 22:28:34 -0000
@@ -6,9 +6,12 @@
 # Site override definitions for darwin-ppc host builds
 #-------------------------------------------------------
 
-CROSS_COMPILER_TARGET_ARCHS = # RTEMS-uC5282 # RTEMS-mvme5500  RTEMS-mvme2100
+#CROSS_COMPILER_TARGET_ARCHS = # RTEMS-uC5282 # RTEMS-mvme5500  RTEMS-mvme2100
+
+#added by A.Kazakov
+OSITHREAD_USE_DEFAULT_STACK = YES
Index: configure/os/CONFIG_SITE.linux-x86.linux-x86
===================================================================
RCS file: /net/phoebus/epicsmgr/cvsroot/epics/base/configure/os/CONFIG_SITE.linux-x86.linux-x86,v
retrieving revision 1.2
diff -u -b -r1.2 CONFIG_SITE.linux-x86.linux-x86
--- configure/os/CONFIG_SITE.linux-x86.linux-x86	15 Nov 2002 22:32:21 -0000	1.2
+++ configure/os/CONFIG_SITE.linux-x86.linux-x86	14 Nov 2007 22:28:34 -0000
@@ -5,7 +5,12 @@
 # Site specific definitions for linux-x86 host - linux-x86 target builds
 #-------------------------------------------------------
 
+#added by A.Kazakov
+OP_SYS_CFLAGS += -rdynamic
+OP_SYS_LDFLAGS += -export-dynamic
+OP_SYS_LDLIBS += -ldl
+OSITHREAD_USE_DEFAULT_STACK = YES
Index: configure/os/CONFIG_SITE.solaris-sparc.Common
===================================================================
RCS file: /net/phoebus/epicsmgr/cvsroot/epics/base/configure/os/CONFIG_SITE.solaris-sparc.Common,v
retrieving revision 1.2.2.4
diff -u -b -r1.2.2.4 CONFIG_SITE.solaris-sparc.Common
--- configure/os/CONFIG_SITE.solaris-sparc.Common	1 Feb 2005 20:51:44 -0000	1.2.2.4
+++ configure/os/CONFIG_SITE.solaris-sparc.Common	14 Nov 2007 22:28:34 -0000
@@ -8,3 +8,6 @@
 #INSTALL_LOCATION = /home/phoebus/JBA/testBaseNew
 
 #CROSS_COMPILER_TARGET_ARCHS += vxWorks-ppc604 vxWorks-ppc603 vxWorks-68040
+
+#added by A.Kazakov
+OP_SYS_LDLIBS += -ldl

Replies:
Re: Redundancy Patch: configure Andrew Johnson

Navigate by Date:
Prev: Redundancy Patches Andrew Johnson
Next: Redundancy Patch: libCom Andrew Johnson
Index: 2002  2003  2004  2005  2006  <20072008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: epicsThreadDelete Re: Redundancy Patches Kay-Uwe Kasemir
Next: Re: Redundancy Patch: configure Andrew Johnson
Index: 2002  2003  2004  2005  2006  <20072008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 02 Feb 2012 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·