Re: Build fails for pl/tcl on OpenBSD

From: Robert Hentosh <hentosh(at)io(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: peter_e(at)gmx(dot)net, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Build fails for pl/tcl on OpenBSD
Date: 2001-05-06 02:24:18
Message-ID: 20010505212418.A24731@eris.io.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Sat, May 05, 2001 at 08:48:51PM -0400, Tom Lane wrote:
> Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
>
> > Anyway, the problem here seems to be that the tclConfig.sh file does not
> > provide a variable that gives a hint where to look for include files.
>
> 'Twould be nicer if it did that, all right.
>
> regards, tom lane

Yup. I think that is an oversight for tcl. I looked at 8.3.3 and it is
the same as 8.3.2. The best you can do is the default place is
$(TCL_PREFIX)/include. But even that can be overridden by tcl's

configure --includedir=<nowheregood>

directive. So anyone know where one submits issues for TCL at these days?

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Gabor Z. Papp 2001-05-06 12:07:51 POSTGRESQL BUG REPORT
Previous Message Tom Lane 2001-05-06 00:48:51 Re: Build fails for pl/tcl on OpenBSD