No such thing as a small change | |
PerlMonks |
XS namespace problemby rrwo (Friar) |
on Jun 29, 2005 at 09:39 UTC ( [id://470943]=perlquestion: print w/replies, xml ) | Need Help?? |
rrwo has asked for the wisdom of the Perl Monks concerning the following question: I am rewriting the Algorithm::SkipList module so that the node class (Algorithm::SkipList::Node) is in C (which spaves a ton of memory, not to mention a little faster). The problem is that the module won't build:
I think this is because the Node.def file defines the bootstrap name for Algorithm::SkipList rather than Algorithm::SkipList::Node:
I suspect there's a problem with ExtUtils::Mksymlists, but I'm not sure. I would rather not make Algorithm::SkipList::Node a separate module (which seems to be the only workaround that I'm aware of). Is there a better way to fix this, or have I run into a limitation or bug with ExtUtils::MakeMaker?
Back to
Seekers of Perl Wisdom
|
|