Re: how to install/configure tcllib for tcltk
- From: "slebetman@xxxxxxxxx" <slebetman@xxxxxxxxx>
- Date: 8 Aug 2006 20:13:31 -0700
Charles Russell wrote:
Simply running the install routine for tcllib (from sourceforge) ran
without error messages but the library routines are still not accessible
using a package require command.
Probably because cygwin installs tcl somewhere where the tcllib install
script doesn't expect. Run the followin command in tclsh to find out
where your library should be installed:
puts $tcl_library
Then run ./configure with the --prefix set to the correct path. For
example if $tcl_library is "/usr/lib/tcl8.4" then run "./configure
--prefix /usr". I think by default the configure script expects tcl to
be installed in /usr/local and a lot of people including myself have
tcl in /usr.
Hope that helps.
.
- Follow-Ups:
- Re: how to install/configure tcllib for tcltk
- From: Charles Russell
- Re: how to install/configure tcllib for tcltk
- References:
- how to install/configure tcllib for tcltk
- From: Charles Russell
- how to install/configure tcllib for tcltk
- Prev by Date: Re: is tcl a reasonable alternative to unix shell scripts?
- Next by Date: Re: BLT question
- Previous by thread: Re: how to install/configure tcllib for tcltk
- Next by thread: Re: how to install/configure tcllib for tcltk
- Index(es):
Relevant Pages
|