Re: pltcl_*mod commands are broken on Solaris 10

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pltcl_*mod commands are broken on Solaris 10
Date: 2008-07-22 16:25:21
Message-ID: 488609F1.4000808@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> 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])
>
>
>
>

Does that happen if you specify the location of tclConfig.sh? I assume
it usually knows where tclsh is, but the pltcl utilities won't.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2008-07-22 16:26:05 Re: Schema-qualified statements in pg_dump output
Previous Message Dimitri Fontaine 2008-07-22 16:21:44 Re: Postgres-R: primary key patches