linux/redhat 5.2 information

From: gabriel(at)biggie(dot)substancecode(dot)com
To: pgsql-ports(at)postgresql(dot)org
Subject: linux/redhat 5.2 information
Date: 1999-07-08 21:11:05
Message-ID: Pine.LNX.4.04.9907081603540.12139-100000@biggie.substancecode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports


Pentium III
gcc version 2.8.1
libgcc2.a
libg++.so.2.7.2.8

Postgres 6.5 compiles fine *except* for

/home/gabriel/tmp/postgres/postgresql-6.5/src/interfaces/libpq++.

Both c++ and g++ return an internal compiler error at pgdatabase.cc:34.

make[1]: Entering directory
`/home/gabriel/tmp/postgres/postgresql-6.5/src/interfaces/libpq++'
g++ -Wno-error -I../../backend -I../../include -I../../interfaces/libpq
-I../../include -I../../backend -Wall -Wmissing-prototypes -fpic -c
pgdatabase.cc -o pgdatabase.o
pgdatabase.cc: In method `void PgDatabase::DisplayTuples(struct _IO_FILE *
= 0, int = 1, const char * = "|", int = 1, int = 0)':
pgdatabase.cc:34: Internal compiler error.
pgdatabase.cc:34: Please submit a full bug report to
`bug-g++(at)prep(dot)ai(dot)mit(dot)edu'.
make[1]: *** [pgdatabase.o] Error 1

We only needed the jdbc so we removed the C++ interface build from the
makefile. Notice that we removed the optimization from the build; the O2
setting created other internal compiler errors.

thanks,
--jon

Browse pgsql-ports by date

  From Date Subject
Next Message Palle Girgensohn 1999-07-08 23:30:45 Re: [PORTS] Port Bug Report: Postmaster bombs with shared memory error
Previous Message Unprivileged user 1999-07-08 19:04:37 Port Bug Report: Postmaster bombs with shared memory error