diff options
author | Robert Spier <rspier@pobox.com> | 2003-04-05 13:12:20 -0800 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-04-06 18:37:58 +0000 |
commit | 9a04b58aab23a90794a64e8dca421d8bdb03c1a6 (patch) | |
tree | af45d2b5eab70a1d2e9bcd366a7894eec76c7d0b /README.solaris | |
parent | 68e8d60a347cbfdb85f81bc914ce7e9beca85bbb (diff) | |
download | perl-9a04b58aab23a90794a64e8dca421d8bdb03c1a6.tar.gz |
[DOC PATCH] README.solaris and -Dcc=gcc
Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
p4raw-id: //depot/perl@19153
Diffstat (limited to 'README.solaris')
-rw-r--r-- | README.solaris | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/README.solaris b/README.solaris index a2f189da9a..69d05053f7 100644 --- a/README.solaris +++ b/README.solaris @@ -132,15 +132,18 @@ If you use Sun's C compiler, make sure the correct directory =head3 GCC -If you use gcc, make sure your installation is recent and -complete. As a point of reference, perl-5.6.0 built fine with -gcc-2.8.1 on both Solaris 2.6 and Solaris 8. You should -Configure perl with +If you use gcc, make sure your installation is recent and complete. +Perl versions since 5.6.0 build fine with gcc > 2.8.1 on Solaris >= +2.6. + +You must Configure perl with sh Configure -Dcc=gcc +If you don't, you may experience strange build errors. + If you have updated your Solaris version, you may also have to update -your GCC. For example, if you are running Solaris 2.6 and your gcc is +your gcc. For example, if you are running Solaris 2.6 and your gcc is installed under /usr/local, check in /usr/local/lib/gcc-lib and make sure you have the appropriate directory, sparc-sun-solaris2.6/ or i386-pc-solaris2.6/. If gcc's directory is for a different version of |