Re: pltcl_*mod commands are broken on Solaris 10

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pltcl_*mod commands are broken on Solaris 10
Date: 2008-07-22 14:55:23
Message-ID: 28309.1216738523@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM> writes:
> But problem is also in configure which does not fail when tclsh is not
> found.

Yes it does ...

if test $[#] -eq 0; then
test -z "$TCLSH" && AC_MSG_ERROR([unable to locate tclConfig.sh because no Tcl shell was found])

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gregory Stark 2008-07-22 15:00:34 Re: Do we really want to migrate plproxy and citext into PG core distribution?
Previous Message Christopher Browne 2008-07-22 14:54:28 Re: Postgres-R: primary key patches