Re: Compile errors on AIX

From: Michael Brusser <michael(at)synchronicity(dot)com>
To: Andrew Sullivan <andrew(at)libertyrms(dot)info>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Compile errors on AIX
Date: 2003-04-09 17:40:17
Message-ID: DEEIJKLFNJGBEMBLBAHCGEIMDAAA.michael@synchronicity.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Yes, I think ld cannot locate the tcl resources.
I believe that in the past we had to apply some patch
to compile Postgres 7.2.1 on AIX, I wonder if a similar patch
exists for v. 7.3.2

Mike.

> -----Original Message-----
> From: pgsql-admin-owner(at)postgresql(dot)org
> [mailto:pgsql-admin-owner(at)postgresql(dot)org]On Behalf Of Andrew Sullivan
> Sent: Wednesday, April 09, 2003 1:28 PM
> To: pgsql-admin(at)postgresql(dot)org
> Subject: Re: [ADMIN] Compile errors on AIX
>
>
> On Wed, Apr 09, 2003 at 02:30:59AM -0400, Michael Brusser wrote:
> > I had no problems on Solaris and HP, but trying to compile
> > Postgres 7.3.2 on AIX I'm getting this errors:
> >
> > .../src/backend/postgres.imp -Wl,-bE:libpgtcl.exp
> > ld: 0711-224 WARNING: Duplicate symbol: .pqsignal
>
> These appear to be ok. I get those on AIX, but the regression tests
> pass (except for the time-based ones, because of the DST change).
>
> > information.
> > ld: 0711-317 ERROR: Undefined symbol: .Tcl_GetVar
>
> My guess here is that you don't have the necessary Tcl pieces
> installed, or else ld doesn't know where to look.
>
> --
> ----
> Andrew Sullivan 204-4141 Yonge Street
> Liberty RMS Toronto, Ontario Canada
> <andrew(at)libertyrms(dot)info> M2P 2A8
> +1 416 646 3304 x110
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Mendola Gaetano 2003-04-09 17:44:35 Re: SignalChildren: sending signal 12
Previous Message Andrew Sullivan 2003-04-09 17:39:44 Re: Compile errors on AIX