From: Jarkko Hietaniemi Date: Mon, 15 May 2000 13:41:48 +0000 (+0000) Subject: The (Configure) script refuses to go on, after asking for X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e10d0c8254dbe3d4b5c3b2ddb628e61762ab88b4;p=p5sagit%2Fp5-mst-13.2.git The (Configure) script refuses to go on, after asking for 'You may also choose to try maximal 64-bitness....'. If answer is yes the script can't find the 'workshoplibpth.cbu' file. -- Patrick Zima p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> p4raw-id: //depot/cfgperl@6106 --- diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index 8aee6d4..48fbbff 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -77,7 +77,7 @@ case "$ccisworkshop" in int main() { return(0); } EOF workshoplibs=`cc -### try.c -lsunmath -o try 2>&1|grep " -Y "|sed 's%.* -Y "P,\(.*\)".*%\1%'|tr ':' '\n'|grep '/SUNWspro/'` - . ./UU/workshoplibpth.cbu + . ./workshoplibpth.cbu ;; esac