I am having trouble with my .tcshrc file. Nothing will work when I add to it. The Fink commands won't, changing my default editor to BBEdit won't, etc. The only thing that will is my DarwinPorts command, and that is after I put in two shell scripts. Both scripts have to be there even though they do the same thing, just one or the other do not work.
setenv LC_ALL C setenv EDITOR "/usr/bin/bbedit -w" set path=($path /opt/local/bin) setenv PATH "$PATH":/opt/local/bin source /sw/bin/init.csh Also if I install a module in Fink other progams will detect that module right? (Perl, etc) It doesn't seem that they are. I figured it might have someting to do with the above problem. If I have two of the same modules installed with different managers will it cause conflicts? Not that I plan on doing it but just out of curiosity. ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
