Re: Which packages are needed for PostgreSQL-7.3.2-1

2003-02-24 Thread Jason Tishler
Christian, On Mon, Feb 24, 2003 at 07:08:32AM +0100, [EMAIL PROTECTED] wrote: > I need to build PostgreSQL because I need PostGIS. According to > installation instructions for PostGIS it is written that you have to > make PostgreSQL. OK, the above is a good reason. I just wanted to make sure tha

Re: Which packages are needed for PostgreSQL-7.3.2-1

2003-02-23 Thread christian . schuster
Hi Jason, I need to build PostgreSQL because I need PostGIS. According to installation instructions for PostGIS it is written that you have to make PostgreSQL. Regards, Christian Schuster Rudolf Schuster AG Postfach 277 CH - 3000 Bern 11 http://www.rsag.ch ++41 31 348 05 30

Re: Which packages are needed for PostgreSQL-7.3.2-1

2003-02-22 Thread Jason Tishler
Christian, On Sat, Feb 22, 2003 at 07:41:32PM +0100, [EMAIL PROTECTED] wrote: > I am newbie in cygwin and unix world. Given the above, why aren't you just using the pre-built PostgreSQL 7.3.2-1 binary? Do you really need to build from source? Jason -- PGP/GPG Key: http://www.tishler.net/jason

Re: Which packages are needed for PostgreSQL-7.3.2-1

2003-02-22 Thread Elfyn McBratney
> make -C tcop all > make[3]: Entering directory > `/usr/src/postgresql-7.3.2-1/src/backend/tcop' > gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations > -I../../../src/include -DBUILDING_DLL -c -o dest.o dest.c > [...] > gcc -O2 -Wall

Which packages are needed for PostgreSQL-7.3.2-1

2003-02-22 Thread christian . schuster
Hi list, I am wondering if anyone can tell me which packages of cygwin I need to install to build PostgreSQL-7.3.2-1. At the moment I can configure and make PostgreSQL-7.3.2-1. But make pulls out a lot of missing-declarations. .. make -C tcop all make[3