Re: [INTERFACES] libpgtcl.so.2.0

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Collin F(dot) Lynch" <clynch(at)water2(dot)cs(dot)umass(dot)edu>
Cc: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] libpgtcl.so.2.0
Date: 1999-07-30 15:31:17
Message-ID: 11326.933348677@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

"Collin F. Lynch" <clynch(at)water2(dot)cs(dot)umass(dot)edu> writes:
> When attempting to compile a tcl script for 6.5 (The script worked
> previously with 6.3 I found that the build of libpgtcl.so.2.0 is
> broken. Version 6.3 had the command -lcrypt included in the build,
> the new version does not.

I believe this is fixed in 6.5.1. It's just a silly omission (if you
check the 6.5 makefile for libpgtcl, you'll see that it's trying to
include -lcrypt if it exists in LIBS ... but we forgot to have configure
put its value of LIBS into Makefile.global :-().

regards, tom lane

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 1999-07-30 15:40:18 Re: [INTERFACES] parser: parse error at or near... with create table
Previous Message Thomas Lockhart 1999-07-30 15:29:37 Re: [INTERFACES] parser: parse error at or near... with create table