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 | 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: mrkSoftTest doesn't compile |
From: | Ralph Lange <[email protected]> |
To: | Janet Anderson <[email protected]> |
Cc: | EPICS Core Talk <[email protected]> |
Date: | Thu, 17 Nov 2005 17:12:26 +0100 |
Janet Anderson wrote:
Are you defining EPICS_BASE in the base/configure files?No. This would override your setting in mrkSoftTest/configure/RELEASE and explain the -L options.Nothing serious or extraordinary: mare: .../3-14-X/configure > cvs diff cvs diff: Diffing . Index: CONFIG_COMMON =================================================================== RCS file: /net/phoebus/epicsmgr/cvsroot/epics/base/configure/CONFIG_COMMON,v retrieving revision 1.109.2.15 diff -r1.109.2.15 CONFIG_COMMON 395c395 < --- > Index: CONFIG_SITE =================================================================== RCS file: /net/phoebus/epicsmgr/cvsroot/epics/base/configure/CONFIG_SITE,v retrieving revision 1.42.2.7 diff -r1.42.2.7 CONFIG_SITE 92,93c92,94 < CROSS_COMPILER_TARGET_ARCHS= < #CROSS_COMPILER_TARGET_ARCHS=vxWorks-68040 --- > #CROSS_COMPILER_TARGET_ARCHS= > CROSS_COMPILER_TARGET_ARCHS= vxWorks-68040 vxWorks-ppc603 vxWorks-ppc604_long > 99c100 < CROSS_COMPILER_HOST_ARCHS= --- > CROSS_COMPILER_HOST_ARCHS=linux-x86 171c172 < USE_POSIX_THREAD_PRIORITY_SCHEDULING = NO --- > USE_POSIX_THREAD_PRIORITY_SCHEDULING = YES Index: CONFIG_SITE_ENV =================================================================== RCS file: /net/phoebus/epicsmgr/cvsroot/epics/base/configure/CONFIG_SITE_ENV,v retrieving revision 1.9.2.3 diff -r1.9.2.3 CONFIG_SITE_ENV 43,44c43,44 < EPICS_TIMEZONE=CUS::360:040202:102902 < #EPICS_TIMEZONE=MET::-60:032602:102902 --- > #EPICS_TIMEZONE=CUS::360:040202:102902 > EPICS_TIMEZONE=MET::-60:032602:102902 cvs diff: Diffing os Index: os/CONFIG_SITE.Common.hpux-parisc =================================================================== RCS file: /net/phoebus/epicsmgr/cvsroot/epics/base/configure/os/CONFIG_SITE.Common.hpux-parisc,v retrieving revision 1.1 diff -r1.1 CONFIG_SITE.Common.hpux-parisc 18c18 < SHRLIB_SEARCH_DIRS += /opt/epics/R$(EPICS_VERSION).$(EPICS_REVISION).$(EPICS_MODIFICATION)/support/base/$(EPICS_VERSION)-$(EPICS_REVISION)-$(EPICS_MODIFICATION)-$(EPICS_UPDATE_NAME)$(EPICS_UPDATE_LEVEL)/lib/$(EPICS_HOST_ARCH) --- > SHRLIB_SEARCH_DIRS += /opt/epics/R$(EPICS_VERSION).$(EPICS_REVISION).$(EPICS_MODIFICATION)/base/$(EPICS_VERSION)-$(EPICS_REVISION)-$(EPICS_MODIFICATION)-$(EPICS_UPDATE_NAME)$(EPICS_UPDATE_LEVEL)/lib/$(EPICS_HOST_ARCH) Index: os/CONFIG_SITE.Common.linux-x86 =================================================================== RCS file: /net/phoebus/epicsmgr/cvsroot/epics/base/configure/os/CONFIG_SITE.Common.linux-x86,v retrieving revision 1.8.2.4 diff -r1.8.2.4 CONFIG_SITE.Common.linux-x86 19a20,21 > SHRLIB_SEARCH_DIRS += /opt/epics/R$(EPICS_VERSION).$(EPICS_REVISION).$(EPICS_MODIFICATION)/support/base/$(EPICS_VERSION)-$(EPICS_REVISION)-$(EPICS_MODIFICATION)-$(EPICS_UPDATE_NAME)$(EPICS_UPDATE_LEVEL)/lib/linux-x86 > 22a25,26 > > LDLIBS_READLINE = -lreadline -lncurses Index: os/CONFIG_SITE.Common.vxWorksCommon =================================================================== RCS file: /net/phoebus/epicsmgr/cvsroot/epics/base/configure/os/Attic/CONFIG_SITE.Common.vxWorksCommon,v retrieving revision 1.1.2.1 diff -r1.1.2.1 CONFIG_SITE.Common.vxWorksCommon 8c8,9 < VX_DIR = /usr/local/vw/tornado202p1 --- > VX_DIR = /opt/vxworks/tornado202 > #VX_DIR = /usr/local/vw/tornado202p1 cvs diff: Diffing tools Do you have an EPICS_BASE environment variable?No. Thanks for your help - I'm really without a real clue what's going on. Ralph Ralph Lange wrote: |