Re: [BUGS] Postgres Installation

2001-04-17 Thread Tom Lane
Christine Kluka <[EMAIL PROTECTED]> writes: > When installing Postgres 7.1rc4 on Solaris 7, I get the following error > on make: > gcc -Wall -Wmissing-prototypes -Wmissing-declarations > -I../../../../src/include >-c filename.c -o filename.o That is not an error message; it looks like a perf

[BUGS] Postgres Installation

2001-04-17 Thread Christine Kluka
When installing Postgres 7.1rc4 on Solaris 7, I get the following error on make: gcc -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -c filename.c -o filename.o I can't do a regression test -there is no pgsql folder in /usr/src - and of course createdb doesn't work