modules-3.0.2-rko
Manage your shell environment variables and aliases
Brought to you by:
leomania,
xdelaruelle
From: Mark M. <mar...@me...> - 1999-11-19 18:32:11
|
Hi R.K., I downloaded and compiled your modules-3.0.2-rko on Solaris 2.5.1. Thank you for updating it, this is the first 3.0 version that I've got to work well for me. The only strange part was that I had to remove lines 764 to 935 from .../include/tclInt.h to get past some parsing errors that gcc was giving me. Once compiled, I put the lines back and modulecmd still runs fine. I have a couple questions: 1) it doesn't seem to be writing .moduleavailcache files in my modules directory. I did compile using --enable-cache and --without-cache-umask. Is there a way to force the writing of this file or what triggers its creation? 2) if I have "/path/a" in the middle of my $PATH and I then load a module which prepends /path/a, then it doesn't move /path/a to the beginnning of my $PATH. It just leaves it where it is. On one hand it's good that I don't get any duplicates, but it would be nice if it would take-out the /path/a already in my $PATH and prepend to the beginning of my $PATH. (I can understand the current behavior for appending; but for prepeding, I think it would be nice if it moved /path/a to the front of $PATH). Thanks much, - Mark |