tkConfig.sh vs. ./configure - Mailing list pgsql-hackers

From Karel Zak
Subject tkConfig.sh vs. ./configure
Date
Msg-id 20011220145306.F5767@zf.jcu.cz
Whole thread Raw
Responses Re: tkConfig.sh vs. ./configure  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: tkConfig.sh vs. ./configure  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
See:

./configure     --prefix=/usr/lib/postgresql \               --with-unixodbc \               --enable-odbc \
  --with-openssl \               --with-pam \               --with-python \               --with-perl \
--with-tcl\               --enable-nls \               --enable-multibyte \               --enable-recode \
 --enable-locale
 
[--cut--]checking for tclsh... /usr/bin/tclshchecking for tclConfig.sh... /usr/lib/tcl8.3/tclConfig.shchecking for
tkConfig.sh...noconfigure: error: file `tkConfig.sh' is required for Tk
 
..hmm, I try:
$ ls -la /usr/lib/tk8.3/tkConfig.sh-rw-r--r--    1 root     root         3194 Oct 27 10:00/usr/lib/tk8.3/tkConfig.sh
If I define directly path by --with-tkconfig=/usr/lib/tk8.3 it pass. But why is it needful for tkConfig.sh if it's at
verysimular place as tclConfig.sh?
 
/usr/lib/tcl8.3/tclConfig.sh/usr/lib/tk8.3/tkConfig.sh
Comments?
       Karel

-- Karel Zak  <zakkr@zf.jcu.cz>http://home.zf.jcu.cz/~zakkr/C, PostgreSQL, PHP, WWW, http://docs.linux.cz,
http://mape.jcu.cz


pgsql-hackers by date:

Previous
From: Andrew McMillan
Date:
Subject: Re: Connection Pooling, a year later
Next
From: Tom Lane
Date:
Subject: Re: 7.2 is slow?