Postgres Installation
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
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