AIX 4.3.1 build, need to manually copy postgres.imp for tcl linking

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: AIX 4.3.1 build, need to manually copy postgres.imp for tcl linking
Date: 2000-12-30 03:40:44
Message-ID: 200012300340.eBU3eiT26108@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Travis Pouarz (twp1(at)duke(dot)edu) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
AIX 4.3.1 build, need to manually copy postgres.imp for tcl linking

Long Description
PostgreSQL 7.0.3 on rs6000-ibm-aix4.3.1.0, compiled by xlc
configured --with-tcl --prefix=BASEDIR

The linking of the lib in pl/tcl failed because the linker couldn't find 'postgres.imp' in BASEDIR/lib.

I copied backend/postgres.imp to BASEDIR/lib and the link and subsequent build steps continued.

Sample Code

No file was uploaded with this report

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2000-12-30 04:20:58 Re: regress failed tests.. SERIOUS?
Previous Message pgsql-bugs 2000-12-30 03:36:24 AIX 4.3.1, 7.0.3 build annoyances: C++ comments, make all, macro problem