Re: V8 Beta 5 on AIX

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Kenneth Marshall <ktm(at)is(dot)rice(dot)edu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: V8 Beta 5 on AIX
Date: 2004-12-07 01:08:00
Message-ID: 200412070108.iB7180B11248@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Kenneth Marshall wrote:
> > Let me ask --- if you change the CC line in Makefile.global to cc_r,
> > does everything build OK? That might be a clean solution because the
> > change could be made in one place. Of course this would mean the
> > backend would also be compiled using cc_r and I have no idea of the
> > effect.
> >
> > Of course, the idea that any use of libpq has to use cc_r is going to
> > make building things complex without some adjustments.
> >
> > Also, what version of AIX are you using? Are other AIX folks having
> > thread build problems?
> >
>
> We have until very recently supporting a number of applications
> requiring threading on AIX 3/4/5. They always required much more
> understanding of the entire compile/link/run cycle than any other
> platform we use. Changing the CC line to cc_r works fine with the
> only problem being the cascaded use of cc_r into any application
> that links against libpq. Even with these complications, I think
> we should still allow threading on AIX. Anyone who builds software
> on AIX already knows how to manage these issues.

OK, but why does the AIX 5.1 version they have not have cc_r?

--
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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-12-07 01:18:03 Re: Call for port reports
Previous Message Bruce Momjian 2004-12-07 01:07:00 Re: V8 Beta 5 on AIX