Re: [GENERAL] Can't compile a contrib util: dbsize (probably simply though)

2004-06-10 Thread Vitaly Belman
Hello Tom, Thanks, that worked. Regards, Vitaly Belman ICQ: 1912453 AIM: VitalyB1984 MSN: [EMAIL PROTECTED] Yahoo!: VitalyBe Friday, June 11, 2004, 12:55:53 AM, you wrote: TL> Vitaly Belman <[EMAIL PROTECTED]> writes: >>> gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes >>> -Wmiss

Re: [GENERAL] Can't compile a contrib util: dbsize (probably simply though)

2004-06-10 Thread Tom Lane
Vitaly Belman <[EMAIL PROTECTED]> writes: >> gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarations >> -fpic -I. -I~/postgresql-7.4.2/src/include -D_GNU_SOURCE -c -o dbsize.o dbsize.c >> dbsize.c:1: postgres.h: No such file or directory > I don't understand why it can'

Re: [GENERAL] Can't compile a contrib util: dbsize (probably simply though)

2004-06-10 Thread Martijn van Oosterhout
On Fri, Jun 11, 2004 at 12:20:00AM +0300, Vitaly Belman wrote: > Hello pgsql-general, > > When I am running "make" I get the following: > > > gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarations > > -fpic -I. -I~/postgresql-7.4.2/src/include -D_GNU_SOURCE -c -o dbsi

Re: [GENERAL] Can't compile a contrib util: dbsize (probably simply though)

2004-06-10 Thread Uwe C. Schroeder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'd say you need to install the postgresql-devel package if you're on a rpm based system. On Thursday 10 June 2004 02:20 pm, Vitaly Belman wrote: > Hello pgsql-general, > > When I am running "make" I get the following: > > gcc -O2 -fno-strict-alia

[GENERAL] Can't compile a contrib util: dbsize (probably simply though)

2004-06-10 Thread Vitaly Belman
Hello pgsql-general, When I am running "make" I get the following: > gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarations -fpic > -I. -I~/postgresql-7.4.2/src/include -D_GNU_SOURCE -c -o dbsize.o dbsize.c > dbsize.c:1: postgres.h: No such file or directory > dbsize.