> I've struck out.
> 
> I'm still getting the following undefined symbols from Perl 5.8:
> 
> dyld: perl Undefined symbols:
> _Perl_sv_2pv
> _perl_get_sv
> Trace/BPT trap
> 
> Also discovered the following when attempting to run another program:
> 
> dyld: perl Undefined symbols:
> _Perl_safefree
> _Perl_safemalloc
> _Perl_sv_2pv
> _perl_get_sv
> Trace/BPT trap
> 
Hmm, you might try retargeting the build to something like /usr/local.
I have perl 5.6 and 5.8 coexisting. I have built Perl/Tk in 5.8 and it seems
to be working fine.

It seems like the errors you are getting are symtomatic of putting 5.8 into
the same location as Apple's supplied perl

--Jerry

--Jerry

Reply via email to