On Friday, November 1, 2002, at 02:30 AM, Manuel Bardi�s wrote:
Don't worry, this is a well known problem.No, no, no.
I don't know how to explain it (maybe I'll say stupid things) but when you source several files from your .tcshrc, the source /sw/bin/init.csh is forgotten.
You can see that by typing setenv, where you'll notice that the path variable doesn't have the fink path.
The problem was that he did "echo "source /usr/share/tcsh/examples/rc" > ~/.tcshrc"
Note the ">". That overwrites the entire file.
He needed to use ">>" to append to the file, like:
source /usr/share/tcsh/examples/rc" >> ~/.tcshrc
-Ben
-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners
