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