Just accepted all the defaults.

    sudo make

gave one error:

    [...]
    cc -L/usr/local/lib -force_flat_namespace -o miniperl \
        miniperlmain.o opmini.o libperl.a -ldl -lm -lc
    ./miniperl -w -Ilib -MExporter -e '<?>' || make minitest
    make: [extra.pods] Error 1 (ignored)
    [...]

and

    make test

gave this:

    [...]
    lib/Locale/Maketext/t/90_utf8.............ok
    lib/locale................................FAILED at test 99
    [...]
    Failed 1 test script out of 883, 99.89% okay.
### Since not all tests were successful, you may want to run some of ### them individually and examine any diagnostic messages they produce.
    ### See the INSTALL document's section on "make test".
    ### You have a good chance to get more information by running
    ###   ./perl harness
    ### in the 't' directory since most (>=80%) of the tests succeeded.
    ### You may have to set your dynamic library search path,
    ### DYLD_LIBRARY_PATH, to point to the build directory:
    ###   setenv DYLD_LIBRARY_PATH `pwd`; cd t; ./perl harness
### DYLD_LIBRARY_PATH=`pwd`; export DYLD_LIBRARY_PATH; cd t; ./ perl harness
    ###   export DYLD_LIBRARY_PATH=`pwd`; cd t; ./perl harness
    ### for csh-style shells, like tcsh; or for traditional/modern
    ### Bourne-style shells, like bash, ksh, and zsh, respectively.
    u=4.19  s=3.41  cu=268.95  cs=62.32  scripts=883  tests=100132
    make[2]: *** [_test_tty] Error 1
    make[1]: *** [_test] Error 2
    make: *** [test] Error 2

I suppose I should ask after I run harness, but I thought I'd ask if I was supposed to have set the locale to locale_C or whatever that was. (Guess I could try that and have an answer in another half hour.)



Man this Mac Mini is _fast_ for a cheap computer. Keeps reasonably close to my AMD Sempron 2600 with 256M more RAM and regular sized ATA hard drives. (Sorry about getting in a snit about the iNTEL stuff, but I just don't see why everyone can't see that even iNTEL has hit the wall here, still wishing Jobs would just add iNTEL based hardware to their product line. They can afford it, and it would treble their customer base easily. No need to drop PowerPC. Guess I'm not sorry enough about being in a snit to shut up.)


Reply via email to