Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
baa0bb97
Commit
baa0bb97
authored
23 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Add warning not to use /usr/ucb/cc on Solaris.
parent
28108b39
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/FAQ_Solaris
+6
-3
6 additions, 3 deletions
doc/FAQ_Solaris
with
6 additions
and
3 deletions
doc/FAQ_Solaris
+
6
−
3
View file @
baa0bb97
...
@@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL 7.2
...
@@ -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/0
1
/1
8
2
0:56:1
7 $
last updated: $Date: 2002/0
2
/1
2
2
2:35:0
7 $
current maintainer: Peter Eisentraut <peter_e@gmx.net>
current maintainer: Peter Eisentraut <peter_e@gmx.net>
...
@@ -23,8 +23,7 @@ You will need
...
@@ -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
...
@@ -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?
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment