The (Configure) script refuses to go on, after asking for
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 15 May 2000 13:41:48 +0000 (13:41 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 15 May 2000 13:41:48 +0000 (13:41 +0000)
'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

index 8aee6d4..48fbbff 100644 (file)
@@ -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