From e10d0c8254dbe3d4b5c3b2ddb628e61762ab88b4 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 15 May 2000 13:41:48 +0000 Subject: [PATCH] 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 --- hints/solaris_2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4