dyld: perl multiple definitions of symbol _j0
/opt/perl/lib/site_perl/5.8.0/darwin/auto/PDL/Math/Math.bundle definition of _j0
/usr/lib/libSystem.B.dylib(e_j0.o) definition of _j0
This didn't happen with 5.6. I too would appreciate suggestions.
Donald S. Dunbar Lorax Environmental Consultants Ltd. Vancouver, BC
On Thursday, July 17, 2003, at 03:30 AM, Paul Fons wrote:
I am trying to install perlTk on a friends computer and am running into some duplicate symbol errors (that I didn't run into on my own machine). The compiler is gcc 3.1 and the os is 10.2.6. I successfully ripped out the old perl and compiled and installed 5.8.0 (the tests all ran fine). The compile for perlTk also seemed to go fine (I have it patched in the right places -- the same source as on my machine), but when the tests run there is a (single) duplicate symbol _LangExit. Any ideas as to how to resolve the problem? Thanks for any suggestions.