in reply to Re: embedded perl using linked in XS modules
in thread embedded perl using linked in XS modules

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.

  • Comment on Re^2: embedded perl using linked in XS modules

Replies are listed 'Best First'.
Re^3: embedded perl using linked in XS modules
by ikegami (Patriarch) on Feb 11, 2009 at 16:03 UTC

    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.
        Sorry, I'm having problems getting the thing to even compile (nothing related to you), so I can't investigate this further.

        Update: Oh but I see you already solved it. Yay!