help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] browsers?


From: clemensF
Subject: Re: [Help-smalltalk] browsers?
Date: 14 Apr 2002 17:22:14 +0200

> clemensF:

> >   gst -qK blox/Run.st
> 
> thanks.  this doesn't work here, as i don't have blox-tk:
> 
> 0 p1 boa-0.94.12rc8 #gst -qK blox/Run.st
>       .
> Loading package Tokenizer
> Loading package BloxTK
> Object: DLD error: requested module blox-tk was not found

wow!  it was a hard time teaching smalltalk-1.95 to get to take up tcl/tk. 
i tried several times, but actually had to "browse" ./configure before i
found out how to do it.

freebsd installs several versions of tcl/tk if requested.  using the
--with-tk=<PATH> (tcl works analoguous), you have to set the path to the
tkConfig.sh, but only the path, bot the base part!

it had to be:

./configure --with-readline --with-tk=/usr/local/lib/tk8.3
--with-tcl=/usr/local/lib/tcl8.3 --with-libiconv-prefix=/usr/local 
--includedir=/usr/local/include --libdir=/usr/local/lib

all on one line or with `\' continuations, of course.

now that line you gave me works.  i think this will make it easier.

-- 
clemens fischer

"Be careful not to step in the Microsoft!"  -- John Denker



reply via email to

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