Re: Solaris compile problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: karl(at)debisschop(dot)net
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Solaris compile problem
Date: 2000-06-06 01:30:40
Message-ID: 14751.960255040@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Karl DeBisschop <kdebisschop(at)h00a0cc3b7988(dot)ne(dot)mediaone(dot)net> writes:
> after `./configure --prefix-/opt/postgresql-7.0.1`
> make bailed on libpq++

> make[2]: Entering directory `/u/kdebisschop/postgresql-7.0.1/src/interfaces/libpq++'
> 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

Hmm. Did it build for you in the 7.0 release? I just went looking
for changes that could've caused this between 7.0 and 7.0.1, and
didn't see anything obvious...

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Karl DeBisschop 2000-06-06 01:37:23 Re: Solaris compile problem
Previous Message Karl DeBisschop 2000-06-06 01:09:07 Solaris compile problem