Re: Errors compiling 7.0.3 on Solaris 7

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Gareth Cantrell <gareth(at)citec(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Errors compiling 7.0.3 on Solaris 7
Date: 2001-01-18 00:37:55
Message-ID: 22204.979778275@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Gareth Cantrell <gareth(at)citec(dot)net> writes:
> I've been trying in vain for over 5 hours now to compile
> PostgreSQL 7.0.3 on Solaris 7 (2.7).

> I keep getting the following error:

> ld -G -o libpq++.so.3.1 pgconnection.o pgdatabase.o pgtransdb.o
> pgcursordb.o pglobject.o -L../../interfaces/libpq -lpq -ldl -lsocket
> -lresolv -lnsl -lm -lc
> pgconnection.o: could not read symbols: Bad value
> make[2]: *** [libpq++.so.3.1] Error 1

Kinda looks like your linker does not like the output format of g++.
Unless you're really intent on using libpq++, I'd suggest just dropping
that library from the build, by configuring --without-CXX.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message GH 2001-01-18 00:44:05 Re: viewing foreign key constraints
Previous Message Michael Fork 2001-01-17 23:51:00 Re: viewing foreign key constraints