Re: tcl/FreeBSD 4.2-STABLE, multiple TCL versions installed

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Hackers List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: tcl/FreeBSD 4.2-STABLE, multiple TCL versions installed
Date: 2000-11-26 00:33:09
Message-ID: 20001125183309.A29680@lerami.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* Peter Eisentraut <peter_e(at)gmx(dot)net> [001125 18:26]:
> Larry Rosenman writes:
>
> > > > libpgtcl.h:19: tcl.h: No such file or directory
> > >
> > > How do you suggest going about finding the tcl.h file?
> > it's in /usr/local/include/tcl8.3/ ...
> >
> > This will be a problem with TCL as installed by FreeBSD PORTS...
> >
> > (maybe configure ought to look for it, or have a --with-tclinclude=?
>
> I was hoping for a way to let Tcl tell us. The info is certainly there
> somewhere (in tclConfig.sh most likely).
It's not. I already looked in it. I'm not sure what the
"standard" is on FreeBSD, I do know that they support multiple
versions concurrently on FreeBSD. I'm not sure what the right fix
for us is.
Based on the current 7.0.2 port (from Marc...):

CONFIGURE_TCL= --with-tcl --with-tclconfig="${LOCALBASE}/lib/tcl8.3 ${LOCALBASE }/lib/tk8.3"

Works. This is, umm, messy at best.
>
> --
> Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Larry Rosenman 2000-11-26 00:39:33 Re: tcl/FreeBSD 4.2-STABLE, multiple TCL versions installed
Previous Message Peter Eisentraut 2000-11-26 00:31:29 Re: tcl/FreeBSD 4.2-STABLE, multiple TCL versions installed