Re: AIX compilation problems (was Re: [HACKERS] Proposal ...)

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Zeugswetter Andreas SB SD <ZeugswetterA(at)spardat(dot)at>
Cc: pgsql-patches(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org, peter_e(at)gmx(dot)net
Subject: Re: AIX compilation problems (was Re: [HACKERS] Proposal ...)
Date: 2002-10-03 19:17:42
Message-ID: 200210031917.g93JHgL29156@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


Your patch has been added to the PostgreSQL unapplied patches list at:

http://candle.pha.pa.us/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---------------------------------------------------------------------------

Zeugswetter Andreas SB SD wrote:
>
> > > > > and mb conversions (pg_ascii2mic and pg_mic2ascii not
> > > > > found in the postmaster and not included from elsewhere)
> > >
> > > shared libs on AIX need to be able to resolve all symbols at linkage time.
> > > Those two symbols are in backend/utils/SUBSYS.o but not in the postgres
> > > executable.
> >
> > They are defined in backend/utils/mb/conv.c and declared in
> > include/mb/pg_wchar.h. They're also linked into the
> > postmaster. I don't see anything unusual.
>
> Attached is a patch to fix the mb linking problems on AIX. As a nice side effect
> it reduces the duplicate symbol warnings to linking libpq.so and libecpg.so
> (all shlibs that are not postmaster loadable modules).
>
> Please apply to current (only affects AIX).
>
> The _LARGE_FILES problem is unfortunately still open, unless Peter
> has fixed it per his recent idea.
>
> Thanx
> Andreas

Content-Description: mb_link_patch4.gz

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

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

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-10-03 19:20:07 Re: Optimizer generates bad plans.
Previous Message Lamar Owen 2002-10-03 19:16:21 Re: Trigger regression test output

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-10-03 19:31:34 Re: DROP COLUMN misbehaviour with multiple inheritance
Previous Message Hannu Krosing 2002-10-03 18:33:25 Re: DROP COLUMN misbehaviour with multiple inheritance