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

Commit48bdf02

Browse files
committed
Update FAQ_HPUX now that we have reports of out-of-the-box build
on HPUX 11.
1 parentc8b5598 commit48bdf02

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

‎doc/FAQ_HPUX

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL 7.1
33
HP-UX Specific
44
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
55
=======================================================
6-
last updated: $Date: 2001/03/20 00:18:21 $
6+
last updated: $Date: 2001/04/30 23:55:26 $
77

88
current maintainer: Tom Lane (tgl@sss.pgh.pa.us)
99
original author: Tom Lane (tgl@sss.pgh.pa.us)
@@ -24,12 +24,12 @@ Section 1: Installing PostgreSQL
2424

2525
1.1)What do I need to install PostgreSQL on HP-UX?
2626

27-
PostgreSQL 7.1is known to build and pass regression test onHPUX10.20,
28-
given appropriate system patch levels and build tools. It should work on
29-
other HPUX 9.* and 10.* releases for Series 700/800 machines, too (prior
30-
Postgres releases were testedon9.03 and 9.05). I have heard nonspecific
31-
reports of problems on HPUX 11; more info and/or patches would be
32-
appreciated!
27+
PostgreSQL 7.1should work on Series 700/800 machines runningHPUX9.*,
28+
10.*, or 11.*,given appropriate system patch levels and build tools.
29+
At least one developer routinely tests on HPUX 10.20, and we have reports
30+
of successful installonHPUX 11. Releases before 7.1 were tested on
31+
HPUX 9.03 and 9.05; 7.1 should still work there although no recent tests
32+
have been reported.
3333

3434
Aside from the PostgreSQL source distribution, you will need GNU make
3535
(HP's make will not do), and either GNU gcc or HP's full ANSI C compiler.
@@ -57,11 +57,12 @@ explicitly select the compiler to use when you run `configure':
5757
CC=cc ./configure
5858
for HP's C compiler, or
5959
CC=gcc ./configure
60-
for GCC. If you omit this setting then configure will pick gcc.
60+
for GCC. If you omit this setting, then configure will pick gcc
61+
if it has a choice.
6162

6263
The default install target location is /usr/local/pgsql, which
63-
(particularly on HPUX 10)you might want to change to something under
64-
/opt. If so, usethe --prefix switch to configure.
64+
you might want to change to something under /opt. If so, use
65+
the --prefix switch to configure.
6566

6667

6768
1.3)yacc dies trying to process src/backend/parser/gram.y.
@@ -80,6 +81,7 @@ a starting point.
8081

8182
Note that this shouldn't affect you if you are using a distribution
8283
tarball, but it does matter if you pull the sources from the CVS server.
84+
The CVS server does not store prebuilt yacc output files.
8385

8486

8587
1.4)Linking the main postgres executable fails, complaining that

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp