This is the mail archive of the xconq7@sources.redhat.com mailing list for the Xconq project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cannot build Xconq on Debian Linux


On Fri, Dec 05, 2003 at 09:35:58PM -0800, Lincoln Peters wrote:
> 
> On Debian unstable, the files tclConfig.sh and tkConfig.sh in
> /usr/lib/tcl8.2 and /usr/lib/tk8.2 respectively.

Since I have used tcl/tk 8.2, 8.3 and 8.4 on debian unstable,
here is what worked for me.  With 8.2 I always used:

./configure --with-tclconfig=/usr/lib/tcl8.2 --with-tkconfig=/usr/lib/tk8.2
make CFLAGS=-I/usr/include/8.2

8.3 had similar requirements.  Since 8.4, the arguments are no
longer needed.  Whether this is due to changes in
tclConfig.sh/tkConfig.sh or the configure script, I cannot say.
All three versions of tcl/tk are available in debian unstable,
so it is easy to switch between them if you need to test each
one.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]