The locale error is easy to fix--add this line to your .cshrc:
setenv LC_ALL "C"
Ok that sounds simple enough. I actually got something to open in pico, but I would rather use BBEDIT, something I understand, so I thought I would just search for .cshrc and edit it. Since the file starts with a .. I figured it was not visible so I set the search for all visibilities and found the .cshrc files. One in my user area and one at the top level of my hard deive. I edited them both to look like this.
source /sw/bin/init.csh setenv LC_ALL "C"
then I tested it by trying to run perl
[...] russ% perl
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LC_ALL = (unset),
LANG = "en_US"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").So I guess I still don't have this right. Any Ideas as to what I am doing wrong.
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
