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

From: Philip Yarra <philip(at)utiba(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Neil Conway <neilc(at)samurai(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, PostgreSQL-ports <pgsql-ports(at)postgresql(dot)org>
Subject: Re: [HACKERS] [COMMITTERS] pgsql-server/src/template bsdi freebsd netbsd ...
Date: 2003-10-10 00:14:49
Message-ID: 200310101014.49378.philip@utiba.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers pgsql-ports

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.

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2003-10-10 00:20:04 Re: [HACKERS] [COMMITTERS] pgsql-server/src/template bsdi freebsd netbsd
Previous Message Bruce Momjian 2003-10-09 23:41:23 pgsql-server/doc TODO

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2003-10-10 00:19:30 Re: [Fwd: [Python-Dev] HP Test Drive systems]
Previous Message Bruce Momjian 2003-10-09 23:54:42 Re: [Fwd: [Python-Dev] HP Test Drive systems]

Browse pgsql-ports by date

  From Date Subject
Next Message Bruce Momjian 2003-10-10 00:20:04 Re: [HACKERS] [COMMITTERS] pgsql-server/src/template bsdi freebsd netbsd
Previous Message Bruce Momjian 2003-10-09 22:56:09 Re: [HACKERS] [COMMITTERS] pgsql-server/src/template bsdi