Hi everybody,

I have a working XS module with a working test infrastructure using
ExtUtils::MakeMaker. I want to test C utility functions for this module
that are not accessible from Perl since they are not wrapped with XS.

I thought I might give Inline::C a try and write some tests with it. The
test compiles fine, however I get runtime errors:

/usr/bin/perl: symbol lookup error: <path to .so built from
test>:undefined symbol: <function name from XS module>

I think the .so generated for the XS module isn't linked at all. Are
there any magic configuration options for Inline::C I have to set
(LDFLAGS for example?).

Thanks in advance,
  Gregor

-- 
Dipl.-Inform. Gregor Goldbach (PKI Team), DFN-CERT Services GmbH, Phone:
+49 40 808077-621

DFN-CERT Services GmbH, https://www.dfn-cert.de,  Phone  +49 40 808077-555
Sitz / Register: Hamburg, AG Hamburg, HRB 88805,  Ust-IdNr.:  DE 232129737
Sachsenstraße 5, 20097 Hamburg/Germany, CEO: Dr. Klaus-Peter Kossakowski

DFN-PKI: https://www.pki.dfn.de/


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to