From: Tom Lane Date: Tue, 12 Feb 2002 22:35:07 +0000 (+0000) Subject: Add warning not to use /usr/ucb/cc on Solaris. X-Git-Tag: REL7_2_1~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=baa0bb97b0a6f40993a8e340b55b14c9317f60a1;p=postgresql Add warning not to use /usr/ucb/cc on Solaris. --- diff --git a/doc/FAQ_Solaris b/doc/FAQ_Solaris index c84f2c648d..c6c1a5d2bb 100644 --- a/doc/FAQ_Solaris +++ b/doc/FAQ_Solaris @@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL 7.2 Sun Solaris specific to be read in conjunction with the installation instructions ============================================================ -last updated: $Date: 2002/01/18 20:56:17 $ +last updated: $Date: 2002/02/12 22:35:07 $ current maintainer: Peter Eisentraut @@ -23,8 +23,7 @@ You will need - GNU zip (for installing the documentation) - GNU make - GNU readline library (optional) - -Both GCC and the Sun compiler suite work. +- GCC (if you don't have Sun's compiler) If you like Solaris packages, you can find these tools here: http://www.sunfreeware.com @@ -32,6 +31,10 @@ http://www.sunfreeware.com If you prefer sources, look here: http://www.gnu.org/order/ftp.html +You can build with either GCC or Sun's compiler suite. +If you are using Sun's compiler, be careful *not* to select /usr/ucb/cc; +use /opt/SUNWspro/bin/cc. + 2) Why do I get problems when building with OpenSSL support?