On Jul 7, 2005, at 5:57 AM, Joel Rees wrote:

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

You shouldn't run "sudo make" and then "make test" without sudo. The first step may create items that the second step can't deal with.

In general the only step that you should use sudo for is "sudo make install". All previous steps should be done as your regular non-privileged user.

 -Ken

Reply via email to