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

Commitc4a9023

Browse files
committed
Remove obsolete claim that it doesn't work to use gcc with HP's C++
compiler or g++ with HP's C compiler.
1 parentd1864e3 commitc4a9023

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

‎doc/FAQ_HPUX

Lines changed: 1 addition & 14 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/02/2001:33:07 $
6+
last updated: $Date: 2001/02/2019:06:16 $
77

88
current maintainer: Tom Lane (tgl@sss.pgh.pa.us)
99
original author: Tom Lane (tgl@sss.pgh.pa.us)
@@ -59,23 +59,10 @@ for HP's C compiler, or
5959
CC=gcc ./configure
6060
for GCC. If you omit this setting then configure will pick gcc.
6161

62-
Note also that configure will default to no optimization for cc;
63-
you'll probably want to override that, say with
64-
CC=cc CFLAGS=+O2 ./configure
65-
6662
The default install target location is /usr/local/pgsql, which
6763
(particularly on HPUX 10) you might want to change to something under
6864
/opt. If so, use the --prefix switch to configure.
6965

70-
If you want to build the C++ client library (libpq++) then you need
71-
to use a C++ compiler from the same source as the C compiler; mixing
72-
HP and GNU compilers doesn't work. If you have both C++ compilers
73-
in your PATH, keep an eye on whether configure picks the right one.
74-
If it makes the wrong choice, set the environment variable CXX:
75-
CC=gcc CXX=g++ ./configure --with-CXX
76-
or
77-
CC=cc CXX=aCC ./configure --with-CXX
78-
7966

8067
1.3)yacc dies trying to process src/backend/parser/gram.y.
8168

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp