in reply to embedded perl using linked in XS modules

To continue on what the Anonymous Monk posted, if you're using use Callback; to import, you have two options.

Don't use <pre></pre>. Use <c>...</c> instead. And close your tags!

Replies are listed 'Best First'.
Re^2: embedded perl using linked in XS modules
by kingkongrevenge (Scribe) on Feb 11, 2009 at 15:45 UTC
    None of this works. Perl simply does not see the linked in Callback.o. I am stuck.

    To be clear, the Callback.o was not linked into the original perl itself. I am linking it in with the default perl install by way of ExtUtils::Embed::ldopts.

      I misunderstood your question by accepting the anonymous monk's assumption that you had a problem locating a non-existent .pm. Our replies would only help if that was your problem.

      Anyway, this is way out of my field of experience. Without something (minimal!) I can play with, I can't fix your problem.

        I don't know how minimal this is because it has some C++ wrapping stuff I was playing around with. But what I'm trying to do should be clear from the Makefile and main.cpp.