Re: [PATCHES] AIX - pgport/contrib resolution
>
>
> "Rocco Altier" <[EMAIL PROTECTED]> writes:
> > Here is a backport of patches to get AIX to work on 8.0.
>
> > Basically, it's the changes to :
> > backend/Makefile - redo the linking of the SUBSY
"Rocco Altier" <[EMAIL PROTECTED]> writes:
> Here is a backport of patches to get AIX to work on 8.0.
> Basically, it's the changes to :
> backend/Makefile - redo the linking of the SUBSYS objects
> contrib/cube - pick up -lm
> port/getopt_long.c - fix include files (might want to think about othe
rsday, July 28, 2005 9:53 AM
> To: Tom Lane
> Cc: Rocco Altier; pgsql-patches@postgresql.org
> Subject: Re: [PATCHES] AIX - pgport/contrib resolution
>
>
>
>
> Tom Lane wrote:
>
> >Pushed these in too ... hope to see a green board on the AIX
> buildfarm
&g
Andrew Dunstan <[EMAIL PROTECTED]> writes:
> Tom Lane wrote:
>> Pushed these in too ... hope to see a green board on the AIX buildfarm
>> machines soon.
> That's what we have. Good work. Are these changes too intrusive to
> backpatch to 8.0?
At this point I'm not sure which changes are necessary
Tom Lane wrote:
Pushed these in too ... hope to see a green board on the AIX buildfarm
machines soon.
That's what we have. Good work. Are these changes too intrusive to
backpatch to 8.0?
cheers
andrew
---(end of broadcast)---
"Rocco Altier" <[EMAIL PROTECTED]> writes:
> I finally noticed that when we are building the postgres.imp file, we
> are not pulling in the pgport symbols, since they are not being linked
> into the local SUBSYS.o before running mkldexport.sh.
> The solution was to suck in libpgport.a before we ex
"Rocco Altier" <[EMAIL PROTECTED]> writes:
> The comment in regress/GNUmakefile about the pgport symbols not being
> found got me thinking about why that might be the case.
> I finally noticed that when we are building the postgres.imp file, we
> are not pulling in the pgport symbols, since they a
The comment in regress/GNUmakefile about the pgport symbols not being
found got me thinking about why that might be the case.
I finally noticed that when we are building the postgres.imp file, we
are not pulling in the pgport symbols, since they are not being linked
into the local SUBSYS.o before