Thread
-
AIX 4.3.1 build, need to manually copy postgres.imp for tcl linking
PostgreSQL Bugs List <pgsql-bugs@postgresql.org> — 2000-12-30T03:40:44Z
Travis Pouarz (twp1@duke.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