7.2 compile problem on HP/UX

From: Richard Ray <rray1(at)netdoor(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: 7.2 compile problem on HP/UX
Date: 2002-03-15 22:37:23
Message-ID: 200203152237.g2FMbNO04486@rray.mstc.state.ms.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I'm trying to build 7.2 on HP/UX 10.20. I get a lot of warnings but this is a
killer.

gmake[4]: Entering directory
`/pgsql/postgresql-7.2/src/interfaces/ecpg/preproc'
cc -Ae +O2 -I./../include -I. -I../../../../src/include
-I/opt/readline/include -DMAJOR_VERSION=2 -DMINOR_VERSION=9 -DPATCHLEVEL=0
-DINCLUDE_PATH=\"/pgsql/include\" -c -o preproc.o preproc.c
cc: error 7201: new_slc_block: out of memory. (7201)
gmake[4]: *** [preproc.o] Error 1
gmake[4]: Leaving directory
`/pgsql/postgresql-7.2/src/interfaces/ecpg/preproc'
gmake[3]: *** [all] Error 2
gmake[3]: Leaving directory `/pgsql/postgresql-7.2/src/interfaces/ecpg'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/pgsql/postgresql-7.2/src/interfaces'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/pgsql/postgresql-7.2/src'
gmake: *** [all] Error 2
*** Error exit code 2

Stop.

If I change to +O0 all is well. Is this the proper solution? This is my
configure string.

./configure --prefix=/pgsql --enable-odbc --enable-syslog
--with-maxbackends=128 --with-libraries=/opt/readline/lib
--with-includes=/opt/readline/include --enable-locale
--enable-multibyte

Richard Ray

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2002-03-15 23:16:33 Re: 7.2 compile problem on HP/UX
Previous Message Laurent N 2002-03-15 15:41:52 few admin questions