You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by "David N. Welton" <da...@dedasys.com> on 2003/03/26 05:22:55 UTC

.tcl file locations

I am trying to get a .deb built for Rivet, so that it's available for
users of Debian.  I'm running into some troubles though.  I'm
beginning to think that maybe it would make more sense to install
external files where Tcl wants to find them, instead of in the Apache
directories.  I think this would make my life easier on Debian,
because Apache wants to put stuff in /etc/apache.  This would also let
us manage everything with Tcl packages - i.e.: Tcl_PkgRequire.

Comments?
-- 
David N. Welton
   Consulting: http://www.dedasys.com/
     Personal: http://www.dedasys.com/davidw/
Free Software: http://www.dedasys.com/freesoftware/
   Apache Tcl: http://tcl.apache.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org


Re: .tcl file locations

Posted by "David N. Welton" <da...@dedasys.com>.
I went ahead, coded it up and committed it.  The only doubt I have is
where to get the correct place to install it from.  At the moment, I'm
using [lindex $auto_path end] - on unix, that seems to be /usr/lib
(instead of, say /usr/lib/tcl8.3).  I have one confirmation that it
works on windows, too.

-- 
David N. Welton
   Consulting: http://www.dedasys.com/
     Personal: http://www.dedasys.com/davidw/
Free Software: http://www.dedasys.com/freesoftware/
   Apache Tcl: http://tcl.apache.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org