Re: [HACKERS] Compiling from CVS: undefined reference to

2004-09-27 Thread Serguei A. Mokhov
On Mon, 27 Sep 2004, Tom Lane wrote: > Date: Mon, 27 Sep 2004 19:34:45 -0400 > > "Serguei A. Mokhov" <[EMAIL PROTECTED]> writes: > > pg_backup_db.o(.text+0x9f): In function `_check_database_version': > > : undefined reference to `PQparameterStatus' > > I'd say it is picking up a several-versions-b

Re: [HACKERS] Compiling from CVS: undefined reference to `PQparameterStatus'

2004-09-27 Thread Tom Lane
"Serguei A. Mokhov" <[EMAIL PROTECTED]> writes: > pg_backup_db.o(.text+0x9f): In function `_check_database_version': > : undefined reference to `PQparameterStatus' I'd say it is picking up a several-versions-back libpq.so from somewhere, but it's hard to tell where. Do you have anything already i

Re: [HACKERS] Compiling from CVS: undefined reference to

2004-09-27 Thread Devrim GUNDUZ
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Mon, 27 Sep 2004, Serguei A. Mokhov wrote: Just had a fresh checkout, but could not reproduce it on RHEL3, gcc 3.2.3. Maybe you were caught in the middle of a commit? Dunno. I then did "cvs up -dP", "make distclean", and then "./configure --enabl

Re: [HACKERS] Compiling from CVS: undefined reference to `PQparameterStatus'

2004-09-27 Thread Bruce Momjian
Serguei A. Mokhov wrote: > On Mon, 27 Sep 2004, Bruce Momjian wrote: > > > Date: Mon, 27 Sep 2004 17:13:32 -0400 (EDT) > > > > Serguei A. Mokhov wrote: > > > Risking to report a dup (by being on digest), I report that I can't > > > compile postgres from just CVS-checked out sources: > > > > > > :

Re: [HACKERS] Compiling from CVS: undefined reference to

2004-09-27 Thread Serguei A. Mokhov
On Mon, 27 Sep 2004, Bruce Momjian wrote: > Date: Mon, 27 Sep 2004 17:13:32 -0400 (EDT) > > Serguei A. Mokhov wrote: > > Risking to report a dup (by being on digest), I report that I can't > > compile postgres from just CVS-checked out sources: > > > > : undefined reference to `PQparameterStatus'

Re: [HACKERS] Compiling from CVS: undefined reference to

2004-09-27 Thread Serguei A. Mokhov
On Tue, 28 Sep 2004, Devrim GUNDUZ wrote: > Date: Tue, 28 Sep 2004 00:21:32 +0300 (EEST) > > Hi, > > On Mon, 27 Sep 2004, Serguei A. Mokhov wrote: > > > Risking to report a dup (by being on digest), I report that I can't > > compile postgres from just CVS-checked out sources: > > > Just had a fre

Re: [HACKERS] Compiling from CVS: undefined reference to `PQparameterStatus'

2004-09-27 Thread Bruce Momjian
Serguei A. Mokhov wrote: > Risking to report a dup (by being on digest), I report that I can't > compile postgres from just CVS-checked out sources: > > gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes > -Wmissing-declarations pg_dump.o common.o pg_dump_sort.o > pg_backup_archiver.o pg_back

Re: [HACKERS] Compiling from CVS: undefined reference to

2004-09-27 Thread Devrim GUNDUZ
Hi, On Mon, 27 Sep 2004, Serguei A. Mokhov wrote: Risking to report a dup (by being on digest), I report that I can't compile postgres from just CVS-checked out sources: Just had a fresh checkout, but could not reproduce it on RHEL3, gcc 3.2.3. Maybe you were caught in the middle of an commit? R