mirror of
https://github.com/postgres/postgres.git
synced 2025-05-14 00:03:46 -04:00
Add warning not to use /usr/ucb/cc on Solaris.
This commit is contained in:
parent
28108b391b
commit
baa0bb97b0
@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL 7.2
|
|||||||
Sun Solaris specific
|
Sun Solaris specific
|
||||||
to be read in conjunction with the installation instructions
|
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 <peter_e@gmx.net>
|
current maintainer: Peter Eisentraut <peter_e@gmx.net>
|
||||||
|
|
||||||
@ -23,8 +23,7 @@ You will need
|
|||||||
- GNU zip (for installing the documentation)
|
- GNU zip (for installing the documentation)
|
||||||
- GNU make
|
- GNU make
|
||||||
- GNU readline library (optional)
|
- GNU readline library (optional)
|
||||||
|
- GCC (if you don't have Sun's compiler)
|
||||||
Both GCC and the Sun compiler suite work.
|
|
||||||
|
|
||||||
If you like Solaris packages, you can find these tools here:
|
If you like Solaris packages, you can find these tools here:
|
||||||
http://www.sunfreeware.com
|
http://www.sunfreeware.com
|
||||||
@ -32,6 +31,10 @@ http://www.sunfreeware.com
|
|||||||
If you prefer sources, look here:
|
If you prefer sources, look here:
|
||||||
http://www.gnu.org/order/ftp.html
|
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?
|
2) Why do I get problems when building with OpenSSL support?
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user