Hi all,
There's an error in the xrootd configure script. It says something
like
chip=`uname -p | tr '[A-Z]' '[a-z]'`
it should be
chip=`uname -m | tr '[A-Z]' '[a-z]'`
It's particular annoying as the Module.mk unpacks the tar-ball on every
rebuild, thereby overwriting my correction. I finally unpacked the
tar-ball, made the correction, and then repacked the tar-ball (sigh!).
Option `-p' isn't POSIX (SUSV3), while option `-m' is.
Yours,
--
___ | Christian Holm Christensen
|_| | -------------------------------------------------------------
| | Address: Sankt Hansgade 23, 1. th. Phone: (+45) 35 35 96 91
_| DK-2200 Copenhagen N Cell: (+45) 24 61 85 91
_| Denmark Office: (+45) 353 25 404
____| Email: cholm@nbi.dk Web: www.nbi.dk/~cholm
| |
This archive was generated by hypermail 2b29 : Sun Jan 02 2005 - 05:50:10 MET