RE: [QUESTIONS] Wrong include/config.h --> Glibc2.0.7pre1 + linux 2.0.33

From: "Jackson, DeJuan" <djackson(at)cpsgroup(dot)com>
To: Zsolt Varga <redax(at)agria(dot)hu>, pgsql-questions(at)postgreSQL(dot)org
Cc: PostgreSQL Hackers Mailing List <pgsql-hackers(at)hub(dot)org>
Subject: RE: [QUESTIONS] Wrong include/config.h --> Glibc2.0.7pre1 + linux 2.0.33
Date: 1998-05-08 16:24:21
Message-ID: F10BB1FAF801D111829B0060971D839F276230@dal_cps.cpsgroup.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Forwarded to HACKERS list.

You might want to try a 'make clean' and then './configure', if you ran
configure before you loaded the new package it could still be reporting
incorrectly.

-DEJ

> -----Original Message-----
> From: Zsolt Varga [SMTP:redax(at)agria(dot)hu]
> Sent: Thursday, May 07, 1998 6:58 AM
> To: pgsql-questions(at)postgreSQL(dot)org
> Subject: [QUESTIONS] Wrong include/config.h --> Glibc2.0.7pre1 +
> linux 2.0.33
>
>
>
> hello!
>
> I just installed a fresh debian 2.0 *frozen development version*
> it's includes a glibc2.0.7pre1 and gcc 2.7.2.3, bindutils 2.9.x
>
> i ran ./configure --with-template=linux-elf --enable-hba
> --enable-locale
>
> and I see the correct statements while the configure runs,
> but after it's ready and created the include/config.h
> it's not the same ;)
>
> like:
> ...
> checking for limits.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for termios.h... (cached) yes
> checking for values.h... (cached) yes
> checking for sys/select.h... (cached) yes
> checking for sys/resource.h... (cached) yes
> checking for netdb.h... (cached) yes
> checking for arpa/inet.h... (cached) yes
> checking for getopt.h... (cached) yes
> checking for readline.h... (cached) yes
> checking for history.h... (cached) yes
> ...
>
> and my include/config.h looks like this:
> (this is the parts of the config.h)
>
> /* Set to 1 if you have <limits.h> */
> #undef HAVE_LIMITS_H
>
> /* Set to 1 if you have <readline.h> */
> #undef HAVE_READLINE_H
>
> /* Set to 1 if you have <history.h> */
> #undef HAVE_HISTORY
>
> /* Set to 1 if you have <readline/history.h> */
> #undef HAVE_READLINE_HISTORY_H
>
> /* Set to 1 if you have <readline/readline.h> */
> #undef HAVE_READLINE_READLINE_H
>
>
> and so on...
> could someone help me ?
>
> redax
>
> .----------------------------------------------------------.
> |Zsolt Varga | tel/fax: +36 36 422811 |
> | AgriaComputer LTD | email: redax(at)agria(dot)hu |
> | System Administrator | URL: http://www.agria.hu/ |
> `----------------------------------------------------------'
>
>
> --
> Official WWW Site: http://www.postgresql.org
> Online Docs & FAQ: http://www.postgresql.org/docs
> Searchable Lists: http://www.postgresql.org/mhonarc

Browse pgsql-hackers by date

  From Date Subject
Next Message Byron Nikolaidis 1998-05-08 16:35:19 NEW ODBC DRIVER
Previous Message Jackson, DeJuan 1998-05-08 16:19:11 RE: [QUESTIONS] UInt types