Subject: Re: How should I build Postgres?
To: ivanov@animatek.in.ru, <Henry.B.Hotz@jpl.nasa.gov>
From: Henry B. Hotz <hotz@jpl.nasa.gov>
List: port-mac68k
Date: 05/27/1999 08:36:13
At 11:59 PM -0700 5/26/99, Sergey Ivanov wrote:
>I think it was my mistake. I'll try build postgres today with comp.tgz
>reinstalled. The error message was about absence of the file or directory:
>/usr/include/g++/_G_config.h:5: machine/_G_config.h: No such file or
>directory.
>
>There were many error messages after this, but may be this one results in
>them.

That could do it.  Let us know how it goes.

>By the way, how can I redirect stderr from make script to a file? Sorry for
>non-mac68k-port specific auestion.

C-shell:	command >&file

Bourne shell:	command 2> file
or	:	command >file 2>1	(I think.  I use C-shell mostly.)

Signature failed Preliminary Design Review.
Feasibility of a new signature is currently being evaluated.
h.b.hotz@jpl.nasa.gov, or hbhotz@oxy.edu