Thomas Peters II 02-02-15 00.29: > If your using tcsh, then you need to use .tcshrc, simply because .cshrc is > ignored.
Actually, that�s not true; tcsh uses .cshrc if it cannot find a .tcshrc. That might be the problem for David -- have you checked whether you have a .tcshrc in ~/? If so, you need to merge your .tcshrc and your .cshrc into one (whichever you prefer, but if you choose .cshrc, just make sure you delete .tcshrc). In any case, you should be able to do echo $PATH and get something that starts with /sw/bin and then goes on about the other possible locations for executables, the point being that if it starts with /sw/bin, that means your fink hierarchy has been added to your PATH via the source /sw/bin/init.csh in your .[t]cshrc file. By the way, are you using the default (tcsh) shell? -- Oscar Erlandsson [EMAIL PROTECTED] _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
