> the file. Notice here that I have installed libtcl8.4 and its files > into /usr/local/tcl8.4.0. I highly recommend doing this as it removes > any doubt that you are using the correct thread-enabled version of > libtcl. I do not yet know the implications of moving the Tcl directory > to a different location after building AOLserver so you should watch for
The default Tcl configuration is to use '/usr/local' as its install path, so if you don't specify --prefix=/usr/local/tcl8.4.0 during configure, then you may need to set TCL_LIBRARY in your global env. Things like the runtime library code and encodings all are directed by the TCL_LIBRARY env var (which defaults to whatever you set as the library directory during configuration). Jeff Hobbs The Tcl Guy Senior Developer http://www.ActiveState.com/ Tcl Support and Productivity Solutions
