help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] TCL/TK linking on Centos 5 to see browser


From: Stephen
Subject: [Help-smalltalk] TCL/TK linking on Centos 5 to see browser
Date: Sat, 08 Sep 2007 15:25:44 +1200
User-agent: Thunderbird 2.0.0.6 (Macintosh/20070728)

Hi all,

I would like to get the GNU Smalltalk browser working on Centos 5. (As your probably know Centos 5 is built from sources of RedHat Linux Enterprise 5)

On installing version 2.3.6, the ./configure isn't seeing tcl/tk , i.e.

./configure
... <snip> ...
Auxiliary libraries:
checking for nl_langinfo and CODESET... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for initscr in -lncurses... yes
checking how to link with GMP... -lgmp
checking for mp_limb_t... yes
checking size of mp_limb_t... 4
checking for tclsh... no
checking for Tcl 8.x... no
checking for Tk 8.x... no
checking the include path for Tcl/Tk 8.x... not found
checking how to link with Tcl/Tk 8.x... not found
checking how to link with readline... -lreadline -ltermcap



Here is a package list from my installation of Centos
----------------------------
address@hidden projects_smalltalk]# rpm -qa | grep tcl
tclx-8.4.0-5.fc6
tclx-devel-8.4.0-5.fc6
tcl-8.4.13-3.fc6
tcl-devel-8.4.13-3.fc6

address@hidden projects_smalltalk]# rpm -qa | grep tk
atk-1.12.2-1.fc6
usermode-gtk-1.88-3.el5
tk-8.4.13-3.fc6
tk-devel-8.4.13-3.fc6
gtk2-2.10.4-16.el5
pygtk2-libglade-2.10.1-8.el5
authconfig-gtk-5.3.12-2.el5
gtkhtml2-2.11.0-3
gnome-python2-gtkhtml2-2.14.2-4.fc6
gtk2-devel-2.10.4-16.el5
gtk+-devel-1.2.10-56.el5
libgtk-java-2.8.7-3.el5
gtk2-engines-2.8.0-3.el5
pygtk2-2.10.1-8.el5
gtk+-1.2.10-56.el5
atk-devel-1.12.2-1.fc6



I was expecting that installing the tcl-devel and tk-devel files should be enough for the ./configure phase to see tcl/tk is installed. Does this mean I'll need to download source for tcl/tk and install to /usr/local?

Thanks
Stephen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]