Re: pltcl_*mod commands are broken on Solaris 10 - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: pltcl_*mod commands are broken on Solaris 10
Date
Msg-id 488609F1.4000808@dunslane.net
Whole thread Raw
In response to Re: pltcl_*mod commands are broken on Solaris 10  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

Tom Lane wrote:
> Zdenek Kotala <Zdenek.Kotala@Sun.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


pgsql-hackers by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: Postgres-R: primary key patches
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Schema-qualified statements in pg_dump output