Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbaa0bb9

Browse files
committed
Add warning not to use /usr/ucb/cc on Solaris.
1 parent28108b3 commitbaa0bb9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

‎doc/FAQ_Solaris

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL 7.2
33
Sun Solaris specific
44
to be read in conjunction with the installation instructions
55
============================================================
6-
last updated: $Date: 2002/01/18 20:56:17 $
6+
last updated: $Date: 2002/02/12 22:35:07 $
77

88
current maintainer: Peter Eisentraut <peter_e@gmx.net>
99

@@ -23,15 +23,18 @@ You will need
2323
- GNU zip (for installing the documentation)
2424
- GNU make
2525
- GNU readline library (optional)
26-
27-
Both GCC and the Sun compiler suite work.
26+
- GCC (if you don't have Sun's compiler)
2827

2928
If you like Solaris packages, you can find these tools here:
3029
http://www.sunfreeware.com
3130

3231
If you prefer sources, look here:
3332
http://www.gnu.org/order/ftp.html
3433

34+
You can build with either GCC or Sun's compiler suite.
35+
If you are using Sun's compiler, be careful *not* to select /usr/ucb/cc;
36+
use /opt/SUNWspro/bin/cc.
37+
3538

3639
2) Why do I get problems when building with OpenSSL support?
3740

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp