Return-Path: owner-postman
Received: from localhost.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.9/8.6.3) with SMTP id MAA15356 for postgres-redist; Fri, 19 Aug 1994 12:28:41 -0700
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199408191928.MAA15356@nobozo.CS.Berkeley.EDU>
Sender: owner-postman@postgres.Berkeley.EDU
X-Return-Path: owner-postman
Received: from localhost.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.9/8.6.3) with SMTP id MAA15346; Fri, 19 Aug 1994 12:28:40 -0700
Message-Id: <199408191928.MAA15346@nobozo.CS.Berkeley.EDU>
X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost.Berkeley.EDU didn't use HELO protocol
From: aoki@cs.berkeley.edu (Paul M. Aoki)
To: egan@cbs.cis.com (Egan F. Ford)
Cc: postgres@postgres.Berkeley.EDU (Postgres Mailing List)
Subject: Re: Bmake build fail on aix3.2.5 
Reply-To: aoki@cs.berkeley.edu (Paul M. Aoki)
In-reply-to: Your message of Fri, 19 Aug 94 8:00:18 MDT 
	     <9408191400.AA27917@cbs.cis.com> 
Date: Fri, 19 Aug 94 12:28:40 -0700
X-Sender: aoki@postgres.Berkeley.EDU
Resent-To: postgres-redist@postgres.Berkeley.EDU
X-Mts: smtp
Resent-Date: Fri, 19 Aug 94 12:28:40 -0700
Resent-XMts: smtp

egan@cbs.cis.com (Egan F. Ford) writes:
> I've built postgres for linux and now would like to build it for AIX 3.2.5,
> the install docs say that it is a tested platform.  I cannot get bmake to
> build.
> "compat.c", line 280.20: 1506-021 (S) Expecting struct or union.
> "compat.c", line 282.29: 1506-021 (S) Expecting struct or union.
> "compat.c", line 293.23: 1506-021 (S) Expecting struct or union.

go into compat.c and job.c and wherever you see "WIFsomething(foo.w_status)"
change it to "WIFsomething(foo)".  i broke this for AIX when porting to
solaris (i checked that it works on everything else just now).

(i ran regress and multiuser tests on everything but only bootstrapped
from the tar file on about 1/3 of the platforms.  this one slipped through
the cracks, oh well, sorry.  i don't get paid to do this..)

while i'm here, postgres will not work on mips R4000 boxes (i.e., dec 
ultrix boxes upgraded with the R4000 daughter cards) -- the ultrix 
dynamic loader fiddles around with opcodes.  it will also not work
on the alpha multiprocessors (running osf/1 3.0) with >1 processor,
though this one has been figured out.
--
  Paul M. Aoki          |  University of California at Berkeley
  aoki@CS.Berkeley.EDU  |  Dept. of EECS, Computer Science Division (#1776) 
                        |  Berkeley, CA 94720-1776

==============================================================================
   To add/remove yourself to/from the POSTGRES mailing list: send mail with 
   the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU"

   If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
   a human will deal with it.  DO NOT post to the "postgres" mailing list.
==============================================================================
