Paul Huppe writes:
> I am trying to compile PostgreSQL 7.0.3 and I get a lot of compilation
> warnings running gmake (see attachment). As anyone else seen this?
Yes.
> Should I ignore the warnings?
Yes.
--
Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/
Hi,
I am trying to compile PostgreSQL 7.0.3 and I get a lot of compilation
warnings running gmake (see attachment). As anyone else seen this?
Should I ignore the warnings?
System: Sun SPARCserver 10
OS: Solaris 8
Paul.
$ gmake
gmake -C utils all
gmake[1]: Entering directory `/usr/local/postgr
Here is what I had to do to get this to compile on my Sun running
Red Hat 4.1 Sparc-Linux:
in the file src/backend/storage/file/fd.c:
#ifndef HAVE_SYSCONF
no_files = (long) NOFILE;
#else
/* no_files = sysconf(_SC_OPEN_MAX); */
no_