diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-07-07 07:01:51 +0000 |
---|---|---|
committer | Charles Bailey <bailey@genetics.upenn.edu> | 1996-07-07 07:01:51 +0000 |
commit | a81c337c776ef134524ecc2c5c24b17262557e8b (patch) | |
tree | 0c866bdf04d72f266c038e987c464eb32f19d4f8 /hints/solaris_2.sh | |
parent | cf8a192df3df82f50274b83f7996aab39275728a (diff) | |
download | perl-a81c337c776ef134524ecc2c5c24b17262557e8b.tar.gz |
Correct note on GCC_EXEC_PREFIX
Diffstat (limited to 'hints/solaris_2.sh')
-rw-r--r-- | hints/solaris_2.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index 6ce4666421..4e12dbb8cb 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -3,7 +3,7 @@ # Andy Dougherty <doughera@lafcol.lafayette.edu> # Based on input from lots of folks, especially # Dean Roehrich <roehrich@ironwood-fddi.cray.com> - + # See man vfork. usevfork=false @@ -152,7 +152,7 @@ case "`${cc:-cc} -v 2>&1`" in NOTE: You are using GNU as(1). GNU as(1) will not build Perl. You must arrange to use /usr/ccs/bin/as, perhaps by setting -GCC_EXEC_PREFIX or by including -B/usr/ccs/bin in your cc command. +GCC_EXEC_PREFIX or by including -B/usr/ccs/bin/ in your cc command. END ;; @@ -166,7 +166,7 @@ END NOTE: You are using GNU ld(1). GNU ld(1) will not build Perl. You must arrange to use /usr/ccs/bin/ld, perhaps by setting -GCC_EXEC_PREFIX or by including -B/usr/ccs/bin in your cc command. +GCC_EXEC_PREFIX or by including -B/usr/ccs/bin/ in your cc command. END ;; |