Re: [HACKERS] compile error of PostgreSQL 7.2 on FreeBSD-current

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] compile error of PostgreSQL 7.2 on FreeBSD-current
Дата
Msg-id 200202081901.g18J1cZ23436@candle.pha.pa.us
обсуждение исходный текст
Список pgsql-patches
[ Moved to patches.]

I just did:

    find /usr/include -name '*.h' | while read FILE
    do
            echo "#include <$FILE>" >x.c
            echo "main(){}" >>x.c
            cc -c x.c
    done > out 2>&1

and look what I got, file attached.  Who's OS can pass this test?  I
realize some are g++ headers.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Jason Tishler
Дата:
Сообщение: Cygwin plperl patch
Следующее
От: "Russell Black"
Дата:
Сообщение: JDBC