in reply to perl wont make properly

cc1: warning: changing search order for system directory "/usr/local/i +nclude" cc1: warning: as it has already been specified as a non-system directo +ry perlio.c: In function `PerlIO_ungetc': perlio.c:4441: warning: unused variable `Perl___notused' ...

These are actual warnings, not errors. They shouldn't prevent perl from being compiled.

If i try and use the command cpan

What are you trying to do with the cpan command?

Abigail

Replies are listed 'Best First'.
Re: Re: perl wont make properly
by Anonymous Monk on Sep 02, 2003 at 14:29 UTC
    nothing, just cpan, it wont run.

    >cpan
    >dyld: perl Undefined symbols:
    _Perl_sv_2pv
    _perl_get_sv
    Trace/BPT trap

    thanks
      Looks like it's linking with a wrong library, a library was missing when perl was linked, or the library is incorrect. Were you successful in running make test after making perl?

      Abigail