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

2004-09-27 Thread Serguei A. Mokhov
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_backup_db.o pg_backup_custom.o

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

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: : undefined reference

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