| From: | Karl Eichwalder <ke(at)suse(dot)de> |
|---|---|
| To: | "Stan Brown" <stanb(at)awod(dot)com> |
| Cc: | pgsql-hackers(at)hub(dot)org |
| Subject: | Re: TCL/TK configure problems |
| Date: | 1999-01-10 09:34:50 |
| Message-ID: | shww2veait.fsf@Frechet.suse.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
"Stan Brown" <stanb(at)awod(dot)com> writes:
| checking for tkConfig.sh... no
| configure: warning: TK support disabled; Tk configuration script missing
|
| I used teh --with-tcl and --with tk configure flags, so what's going on
| here?
The configure script wrongly thinks, tcl and tk are to be found at the
same loaction. On SuSE Linux I've to use the following *ugly* hack:
--- pgsql/src/configure.in~ Fri Oct 30 03:146 1998
+++ pgsql/src/configure.in Fri Oct 30 14:52:34 1998
@@ -790,7 +790,7 @@
AC_MSG_CHECKING(for tkConfig.sh)
TK_CONFIG_SH=
# library_dirs are set in the check for TCL
- for dir in $library_dirs
+ for dir in /usr/X11R6/lib
do
if test -d "$dir" -a -r "$dir/tkConfig.sh"
then
--
Karl Eichwalder
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 1999-01-10 10:03:14 | Re: [HACKERS] Re: TCL/TK configure problems |
| Previous Message | Brook Milligan | 1999-01-10 02:50:50 | pgdump and sequences |