RE: [QUESTIONS] Wrong include/config.h --> Glibc2.0.7pre1 + linux 2.0.33
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
Show quoted text
-----Original Message-----
From: Zsolt Varga [SMTP:redax@agria.hu]
Sent: Thursday, May 07, 1998 6:58 AM
To: pgsql-questions@postgreSQL.org
Subject: [QUESTIONS] Wrong include/config.h --> Glibc2.0.7pre1 +
linux 2.0.33hello!
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.xi ran ./configure --with-template=linux-elf --enable-hba
--enable-localeand 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_Hand so on...
could someone help me ?redax
.----------------------------------------------------------.
|Zsolt Varga | tel/fax: +36 36 422811 |
| AgriaComputer LTD | email: redax@agria.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