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

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: hiroyuki hanai <hanai(at)imgsrc(dot)co(dot)jp>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [HACKERS] compile error of PostgreSQL 7.2 on FreeBSD-current
Date: 2002-02-08 19:01:38
Message-ID: 200202081901.g18J1cZ23436@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Attachment Content-Type Size
/bjm/out.gz application/x-gzip 22.9 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Matthew T. O'Connor 2002-02-08 19:09:56 Re: Database abstration layers
Previous Message Tom Lane 2002-02-08 19:01:32 Re: PostgreSQL 7.2 on SlashDot

Browse pgsql-patches by date

  From Date Subject
Next Message Russell Black 2002-02-08 19:19:59 JDBC
Previous Message Tom Lane 2002-02-08 18:40:27 Re: compile error of PostgreSQL 7.2 on FreeBSD-current