Hi again The error message is
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h +arness(0, 'blib/lib', 'blib/arch')" t/*.t t/cNewModule....ok 1/1Had problems bootstrapping Inline module 'cNewMo +dule_061a' Can't load '/users/nirf/perlTrials/cNewModule/_Inline/lib/auto/cNewMod +ule_061a/cNewModule_061a.so' for module cNewModule_061a: /users/nirf/ +perlTrials/cNewModule/_Inline/lib/auto/cNewModule_061a/cNewModule_061 +a.so: undefined symbol: _ZN7MyClassC1EPKc at /usr/lib/perl5/5.8.5/i38 +6-linux-thread-multi/DynaLoader.pm line 230. at /users/nirf/perlTrials/cpanModulesInstallationInline/lib/perl5/sit +e_perl/5.8.5/Inline.pm line 500 at t/cNewModule.t line 0 INIT failed--call queue aborted. # Looks like your test died just after 1. t/cNewModule....dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------- +--------- t/cNewModule.t 255 65280 1 0 0.00% ?? Failed 1/1 test scripts, 0.00% okay. 0/1 subtests failed, 100.00% okay +. make: *** [test_dynamic] Error 2
Thanks, Nir

In reply to Re^2: Inline CPP by nirf1
in thread Inline CPP by nirf1

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.