help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] Compiling 2.1.2 - can't find Tcl


From: Carey Evans
Subject: [Help-smalltalk] Compiling 2.1.2 - can't find Tcl
Date: Tue, 13 May 2003 00:09:21 +1200
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3) Gecko/20030327 Debian/1.3-4

I've been trying to compile GNU Smalltalk 2.1.2 under Debian GNU/Linux unstable, and I've had some trouble getting configure to find the Tcl and Tk libraries. I passed --with-tcl=/usr/lib/tcl8.4 and --with-tk=/usr/lib/tk8.4 so that configure finds tclConfig.sh and tkConfig.sh, but even then it doesn't work out the correct include and link flags.

Running configure within script, as sh -x ./configure, I seem to have found the problem: configure is caching the results of the first test for tcl.h (trial 1) for the three other trials, so only the first locations tested will work. I tested this by editing configure and changing "for trial in 1 2 3 4" to "for trial in 4 1 2 3", and the Tcl and Tk libraries are now discovered correctly.

I haven't tried building Smalltalk yet; I'll report back if I have any problems there.

--
"Hanging is too good for a man who makes puns; he should be drawn and quoted."
        -- Fred Allen






reply via email to

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