Hi
I recently compiled perl5.6.1 using these helpful instructions, found on
this mailing list:


1) Make sure you decompress the tar file with gzip and tar... do NOT
decompress from Mac OS 9.x or from a Classic program such as Stuffit.

2) Make sure you

   setenv LC_ALL C
   setenv LANG "en_US"

(assuming that "en_US" applies to you. :-D) This will prevent most of
the warnings during the make tests. (I had 4 out of 251 fail. "Test 303"
(filehandle open only for output), lib/db-btree, "Test 51" (re: Berkeley
DB), and lib/posix.)

3) Here's the order of commands that works for me:

  rm -f config.sh Policy.sh
  sh Configure -ds -e -Dprefix=/usr -Dccflags="-g -pipe"
-Dfirstmakefile=GNUmakefile
  make
  make test
  mv install install.txt    # Necessary because INSTALL eq install on
OS X
  make install

Unfortunately I get this warning when running a simple script from BBEdit

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").

If anyone can help, please do.
Thanks
-- 
Personne ne conna�tra mes intentions. 

Reply via email to