Thread
-
Postgres Installation
Christine Kluka <klukac@ppc.pims.org> — 2001-04-17T10:28:11Z
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 after make install Help! Christine
-
Re: Postgres Installation
Tom Lane <tgl@sss.pgh.pa.us> — 2001-04-18T04:23:31Z
Christine Kluka <klukac@ppc.pims.org> 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 perfectly normal compilation step. We have heard various reports of build problems on Solaris (see mail list archives), but it's impossible to tell from this which one you are running into. Perhaps you could provide more complete output? regards, tom lane