Обсуждение: Re: [HACKERS] compile error of PostgreSQL 7.2 on FreeBSD-current

Поиск
Список
Период
Сортировка

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

От
Bruce Momjian
Дата:
[ 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