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

Поиск
Список
Период
Сортировка
От Jackson, DeJuan
Тема RE: [QUESTIONS] Wrong include/config.h --> Glibc2.0.7pre1 + linux 2.0.33
Дата
Msg-id F10BB1FAF801D111829B0060971D839F276230@dal_cps.cpsgroup.com
обсуждение исходный текст
Список 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@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.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@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

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Jackson, DeJuan"
Дата:
Сообщение: RE: [QUESTIONS] UInt types
Следующее
От: "Jackson, DeJuan"
Дата:
Сообщение: RE: [QUESTIONS] Important questions about PostgreSQL