From: Perl 5 Porters Date: Sun, 7 Jul 1996 07:01:51 +0000 (+0000) Subject: Correct note on GCC_EXEC_PREFIX X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a81c337c776ef134524ecc2c5c24b17262557e8b;p=p5sagit%2Fp5-mst-13.2.git Correct note on GCC_EXEC_PREFIX --- diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index 6ce4666..4e12dbb 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -3,7 +3,7 @@ # Andy Dougherty # Based on input from lots of folks, especially # Dean Roehrich - + # 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 ;;