View · Search · Index
No registered users in community xowiki
in last 10 minutes

[Xotcl] Bug: configure step chooses wrong tclsh

From: <jim_at_jam.sessionsnet.org>
Date: 29 Mar 2004 02:26:37 -0000

Hi,

Sorry if this is a repeat, the first time didnt' seem to take.

When configuring xotcl to build with a tcl which is not the system tcl,
the configure step assumes the tclsh in the $PATH, which is a wrong
assumption.
 
The right assumption would be to choose the tclsh located in the tclConfig.sh.
      
Doing this would ensure the builder will get the tclsh which is in the
installation of tcl he/she specified.
 
-Jim