Re: [HACKERS] building 6.4 on sunos 4.1.4 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] building 6.4 on sunos 4.1.4
Date
Msg-id 4102.911344783@sss.pgh.pa.us
Whole thread Raw
In response to building 6.4 on sunos 4.1.4  (Stephen Kogge <stevek@uimage.com>)
List pgsql-hackers
Stephen Kogge <stevek@uimage.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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Tree type, how best to impliment?
Next
From: Steve Frampton
Date:
Subject: Re: [HACKERS] Concurrency control questions 6.3.2 vs. 6.4