Re: installation of 7.1.2 with tcl/tk

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jie Liang <jliang(at)ipinc(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: installation of 7.1.2 with tcl/tk
Date: 2001-06-05 01:23:16
Message-ID: 9011.991704196@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Jie Liang <jliang(at)ipinc(dot)com> writes:
> ./configure --with-perl --with-tcl --with-tk --with-CXX
> --with-setproctitle --with-tclconfig=/usr/local/lib/tcl8.3/
> --with-tkconfig=/usr/local/lib/tk8.3/

Looks like you need --with-includes (and probably --with-libs, as well).
tclConfig.sh does not give any hints about where to find Tcl's
includes... so if you don't have them in the standard include search
path, it's up to you to tell configure where to look.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message bpalmer 2001-06-05 01:41:50 Re: data/base file structure
Previous Message Jie Liang 2001-06-04 23:55:22 installation of 7.1.2 with tcl/tk