>
> However, I have problems using Tk (downloaded from CPAN) for Perl.
> I tried using the default make (it, of course, didn't recognize
> "Darwin")
> and then forced it to use "openbsd" (after the "undefined" gave me
> problems).
> However, I still am getting messages to the effect that I have
> multiple symbols defined (from dyld).
> I even hacked some of the C code to get rid of some of the multiple
> symbols, but to no avail.
>
> So, I'd be glad to work with someone in trying to resolve this.
>
> Also, where can I find full documentation on "dyld"?
The manual page has some information - you can set environment variables
that will get dyld to spew out some debugging info to stderr. Nothing
particularly useful.
A lot of people seem to be struggling with dyld issues (try a search for
"dyld multiple definitions" on google), and the same problems seem to
occur with Mac OS X server, at least historically. I still haven't seen
a good explanation of how to get around this problem though ... hacking
the source shouldn't really be required.