Re: TCL/TK configure problems

Поиск
Список
Период
Сортировка
От Karl Eichwalder
Тема Re: TCL/TK configure problems
Дата
Msg-id shww2veait.fsf@Frechet.suse.de
обсуждение исходный текст
Ответ на TCL/TK configure problems  ("Stan Brown" <stanb@awod.com>)
Ответы Re: [HACKERS] Re: TCL/TK configure problems  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [HACKERS] Re: TCL/TK configure problems  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
"Stan Brown" <stanb@awod.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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Brook Milligan
Дата:
Сообщение: pgdump and sequences
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Re: TCL/TK configure problems