@@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL 7.1
3
3
HP-UX Specific
4
4
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
5
5
=======================================================
6
- last updated: $Date: 2001/02/20 01:33:07 $
6
+ last updated: $Date: 2001/02/20 19:06:16 $
7
7
8
8
current maintainer: Tom Lane (tgl@sss.pgh.pa.us)
9
9
original author: Tom Lane (tgl@sss.pgh.pa.us)
@@ -59,23 +59,10 @@ for HP's C compiler, or
59
59
CC=gcc ./configure
60
60
for GCC. If you omit this setting then configure will pick gcc.
61
61
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
-
66
62
The default install target location is /usr/local/pgsql, which
67
63
(particularly on HPUX 10) you might want to change to something under
68
64
/opt. If so, use the --prefix switch to configure.
69
65
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
-
79
66
80
67
1.3) yacc dies trying to process src/backend/parser/gram.y.
81
68
0 commit comments