Re: [HACKERS] [COMMITTERS] pgsql-server/src/template bsdi freebsd netbsd ...

Philip Yarra <philip@utiba.com>

From: Philip Yarra <philip@utiba.com>
To: Bruce Momjian <pgman@candle.pha.pa.us>, Neil Conway <neilc@samurai.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>, PostgreSQL-ports <pgsql-ports@postgresql.org>
Date: 2003-10-10T00:14:49Z
Lists: pgsql-hackers
On Fri, 10 Oct 2003 12:45 am, Bruce Momjian wrote:
> My gcc 2.95.3 manual says:
>
>        -pipe  Use pipes rather than temporary files for  communi-
> [snip]
> so it looks like we can't use it on all platforms without testing.  I
> will enable it for linux.  Do people want to test other platforms?

I saw your message that it was disabled for all builds (I assume you meant 
"all", not "all BSDs"), but for the sake of completeness:

$ uname -a
OSF1 hostname V4.0 1229 alpha
$ cc -pipe main.c
ld:
-pipe: Unknown flag
ld: Usage: ld [options] file [...]
$ gcc -pipe main.c
as: Error: no source, object or ucode file specified
main.c:46: output pipe has been closed

Regards, Philip Yarra.