Postgres Installation

Started by Christine Klukaalmost 25 years ago2 messagesbugs
Jump to latest
#1Christine Kluka
klukac@ppc.pims.org

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Christine Kluka (#1)
Re: Postgres Installation

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