Compiling PG 7.0.3 undex HP-UX 10.20

From: Antonio Sindona <Antonio(dot)Sindona(at)italtel(dot)it>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Compiling PG 7.0.3 undex HP-UX 10.20
Date: 2001-04-13 11:08:01
Message-ID: 3.0.6.32.20010413130801.00c8ee40@ipaws15.palermo.italtel.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,
I'm trying to compile Postgres under HP-UX after having installed GCC 2.95 and
GMake.

After deleting config.cache I run succesfully configure.

When I start to compile I get the following message and the compilation stops:

root(at)ipa9h06:/mnt06/users/upsdev/postgres/src >gmake
gmake -C utils all
gmake[1]: Entering directory `/mnt06/users/upsdev/postgresql-7.0.3/src/utils'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/mnt06/users/upsdev/postgresql-7.0.3/src/utils'
gmake -C backend all
gmake[1]: Entering directory
`/mnt06/users/upsdev/postgresql-7.0.3/src/backend'
gmake -C access all
gmake[2]: Entering directory
`/mnt06/users/upsdev/postgresql-7.0.3/src/backend/a
ccess'
gmake -C common SUBSYS.o
gmake[3]: Entering directory
`/mnt06/users/upsdev/postgresql-7.0.3/src/backend/a
ccess/common'
cc -I../../../include -I../../../backend -Wl,-E -Ae -I../.. -c -o
heaptuple
.o heaptuple.c
cc: "/usr/include/math.h", line 303: error 1000: Unexpected symbol: ";".
cc: "heaptuple.c", line 27: error 1000: Unexpected symbol: "=".
cc: "heaptuple.c", line 35: error 1000: Unexpected symbol: "}".
cc: error 2017: Cannot recover from earlier errors, terminating.
gmake[3]: *** [heaptuple.o] Error 1
gmake[3]: Leaving directory
`/mnt06/users/upsdev/postgresql-7.0.3/src/backend/ac
cess/common'
gmake[2]: *** [submake] Error 2
gmake[2]: Leaving directory
`/mnt06/users/upsdev/postgresql-7.0.3/src/backend/ac
cess'
gmake[1]: *** [access.dir] Error 2
gmake[1]: Leaving directory `/mnt06/users/upsdev/postgresql-7.0.3/src/backend'
gmake: *** [all] Error 2

This are info about my system

root(at)ipa9h06:/mnt06/users/upsdev/postgres/src >uname -a
HP-UX ipa9h06 B.10.20 A 9000/847 417384292 two-user license
root(at)ipa9h06:/mnt06/users/upsdev/postgres/src >gcc --version
2.95.2
root(at)ipa9h06:/mnt06/users/upsdev/postgres/src >gmake --version
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for hppa1.1-hp-hpux10.20

Any idea to get a compiling version (or at least having precompiled binaries?)
Thanks and ... happy Easter!

Antonio Sindona

-------------------------------------------------------------
Italtel S.p.a.
PA-SI-PROG
SS113 Località Bivio Foresta
90044 Carini (PA) Italy
Dr. Antonio Sindona
Tel. 091/8615684
Fax. 091/8615445
EMail Antonio(dot)Sindona(at)italtel(dot)it

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2001-04-13 11:24:23 bug in 7.0.3 related to triggers and field rename
Previous Message Philip Warner 2001-04-13 10:59:39 Re: table data not being restored after pg_dump