Re: [HACKERS] building 6.4 on sunos 4.1.4

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stephen Kogge <stevek(at)uimage(dot)com>
Cc: pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] building 6.4 on sunos 4.1.4
Date: 1998-11-17 23:19:43
Message-ID: 4102.911344783@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Stephen Kogge <stevek(at)uimage(dot)com> writes:
> since sunos does not have a 's' option for ar I have traced this back
> to Makefile.global which sets
> AROPT=crs
> The override for sunos (cr) is not invoked. HUMMMM

Hmm. It sounds like configure is not selecting the right template file,
because both template/sunos4_cc and template/sunos4_gcc contain "AROPT:cr".

I think you need to run configure with "--with-template=sunos4_cc"
(or gcc if you prefer) to force it to use the right template. A lot
of your other problems might go away too ;-).

You might want to look at config.guess and try to figure out why that's
not detecting sunos4 to begin with. Hard to believe that that's
broken...

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Steve Frampton 1998-11-18 01:02:14 Re: [HACKERS] Concurrency control questions 6.3.2 vs. 6.4
Previous Message Tom Lane 1998-11-17 23:03:38 Re: [HACKERS] Tree type, how best to impliment?