Re: [ADMIN] Compilation errors

2001-02-22 Thread Peter Eisentraut
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/

[ADMIN] Compilation errors

2001-02-22 Thread Paul Huppe
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

[ADMIN] Compilation errors under Sparc-Linux SOLVED

1999-04-02 Thread PostgreSQL Account
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_