diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-05-15 13:41:48 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-05-15 13:41:48 +0000 |
commit | e10d0c8254dbe3d4b5c3b2ddb628e61762ab88b4 (patch) | |
tree | 94626b9dc8bbc840e304a05fedb95b5273f21013 /hints/solaris_2.sh | |
parent | 3f086d419c50f751f60698f576f79c071b44b977 (diff) | |
download | perl-e10d0c8254dbe3d4b5c3b2ddb628e61762ab88b4.tar.gz |
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
Diffstat (limited to 'hints/solaris_2.sh')
-rw-r--r-- | hints/solaris_2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index 8aee6d40dc..48fbbffff6 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 |