Include file problem

From: "Pasi Salminen" <pasi(dot)salminen(at)khf(dot)fi>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Include file problem
Date: 2001-06-11 13:02:40
Message-ID: 002601c0f276$cf25d640$29000a0a@khf.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I am trying to compile PostgreSQL 7.1.2 on Redhat Linux 7.0 in Intel Pentium Pro
I have done following:

1. ./configure --prefix=/usr/local/pgsql --with-template=linux
--with-odbc --disable-locale --with-pgport=5432 --enable-hba --with-perl

2. gmake

Following error occurs:
...
gmake[3]: Entering directory `/usr/local/src/postgresql-7.1.2/src/backend/libpq'
gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include
-c -o auth.o auth.c
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:30,
from /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/limits.h:1
30,
from /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/syslimits.
h:7,
from /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/limits.h:1
1,
from /usr/include/sys/param.h:22,
from auth.c:21:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
In file included from auth.c:21:
/usr/include/sys/param.h:23:26: linux/limits.h: No such file or directory
/usr/include/sys/param.h:24:25: linux/param.h: No such file or directory
gmake[3]: *** [auth.o] Error 1
gmake[3]: Leaving directory `/usr/local/src/postgresql-7.1.2/src/backend/libpq'
gmake[2]: *** [libpq-recursive] Error 2
gmake[2]: Leaving directory `/usr/local/src/postgresql-7.1.2/src/backend'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/usr/local/src/postgresql-7.1.2/src'
gmake: *** [all] Error 2

I know a little about programming and I think some include path are wrong.
I have installed Redhat 7.0 without any modifications to the .iso package
and postgres package is the newest from ftp.postgresql.org.

What should I do to get the compile work?

Thanks.

Pasi Salminen
pasi(dot)salminen(at)khf(dot)fi

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alex Pilosov 2001-06-11 13:31:28 Re: Variables in Postgresql
Previous Message zilch 2001-06-11 11:35:19 Re: foreign keys constraints, depending on each other