On Tue, Mar 31, 2009 at 01:37:22PM -0400, Jeff Squyres wrote:
> On Mar 31, 2009, at 1:31 PM, Terry Dontje wrote:
> 
> >Can you manually run UNAME_REL=`(/bin/uname -X|grep Release|sed -e
> >'s/.*= //')` in your shell without error?
> >
> 
> Better would be to put this small script by itself:
> 
> #! /bin/sh
> UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
> echo got $UNAME_REL
> exit 0
> 

->cat zeb.sh
#! /bin/sh
UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
echo got $UNAME_REL
exit 0

->./zeb.sh
/bin/uname: invalid option -- X
Try `/bin/uname --help' for more information.
got
->

I think this is the right line of investigation but I don't know enough
about how config works. It seems to me that something upsets that
parser and the parentheses no longer match. If I copy hack config chasing
out the reported unexpected `)' I reach further instances of unexpected `)' 
and eventually having hacked out all it reports unexpected EOF.

I feel that we should start at the beginning, why does config not extract
x86_64 for itself from uname -m???

Thanks for your help


k.mcma...@gre.ac.uk - http://staffweb.cms.gre.ac.uk/~k.mcmanus
--------------------------------------------------------------
Dr Kevin McManus                                Queen Mary 413
School of Computing & Mathematical Sciences,
University of Greenwich,
Old Royal Naval College,
Park Row, Greenwich,                   Tel +44 (0)208 331 8719 
London, SE10 9LS                       Fax +44 (0)208 331 8665
--------------------------------------------------------------

University of Greenwich, a charity and company limited by
guarantee, registered in England (reg no. 986729)
Registered Office: Old Royal Naval College

Reply via email to