From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Philip Yarra <philip(at)utiba(dot)com> |
Cc: | Neil Conway <neilc(at)samurai(dot)com>, 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:20:04 |
Message-ID: | 200310100020.h9A0K4022050@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers pgsql-ports |
Philip Yarra wrote:
> 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
Right. It was only enabled on BSD's in the code, so I just removed
that. It didn't exist in any other builds.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2003-10-10 01:34:51 | pgsql-server/src/bin/pg_id pg_id.c |
Previous Message | Philip Yarra | 2003-10-10 00:14:49 | Re: [HACKERS] [COMMITTERS] pgsql-server/src/template bsdi freebsd netbsd ... |
From | Date | Subject | |
---|---|---|---|
Next Message | Larry Rosenman | 2003-10-10 00:33:39 | Re: [Fwd: [Python-Dev] HP Test Drive systems] |
Previous Message | Joshua D. Drake | 2003-10-10 00:19:30 | Re: [Fwd: [Python-Dev] HP Test Drive systems] |
From | Date | Subject | |
---|---|---|---|
Next Message | Oliver Elphick | 2003-10-10 20:36:35 | Debian experimental packages of PostgreSQL 7.4beta4 |
Previous Message | Philip Yarra | 2003-10-10 00:14:49 | Re: [HACKERS] [COMMITTERS] pgsql-server/src/template bsdi freebsd netbsd ... |