Janet,
In the process of setting up one of the STAR people on EPICS for
Solaris, I had to make the following change to
base/tools/blderrSymTbl:
(This is the cvs diff output)
retrieving revision 1.21
diff -r1.21 blderrSymTbl
52c52
< if [ `uname` = "OSF1" ] || [ `uname` = "HP-UX" ] || [ "`uname -sr`" = "SunOS 5.3" ]; then
---
> if [ `uname` = "OSF1" ] || [ `uname` = "HP-UX" ] || [ `uname` = "SunOS" -a `uname -r | /bin/nawk -F '\.' '{ print $1 }'` -ge "5" ]; then
You'll notice the original line only tests for SunOS 5.3, the change I
made tests for SunOS greater than or equal 5.
I've tested this with SunOS 4.1.4 and SunOS 5.4 and it works OK. I
hope there is someone that can verify I didn't do anything that would
cause the Alpha/HP part to break.
Mike
- Navigate by Date:
- Prev:
CAMAC A and F Marty Kraimer
- Next:
Re: Solaris 5.x changes to blderrSymTbl Andrew Johnson
- 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
2026
- Navigate by Thread:
- Prev:
CAMAC A and F Marty Kraimer
- Next:
Re: Solaris 5.x changes to blderrSymTbl Andrew Johnson
- 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
2026
|