Help for this page

Select Code to Download


  1. or download this
    use Inline (CPP => 'DATA',
                    LIBS => '-L/users/nirf/perlTrials/cNewModule/lib -lmai
    +n -L/usr/lib -lstdc++',
    ...
                    BUILD_NOISY => 1,
                   );
    
  2. or download this
    use Inline (CPP => 'DATA',
                    LIBS => '-L/users/nirf/perlTrials/cNewModule/lib -lmai
    +n -L/usr/lib -lstdc++',
    ...
                    ENABLE => STD_IOSTREAM,
                   );
    
  3. or download this
    
    PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h
    +arness(0, 'blib/lib', 'blib/arch')" t/*.t
    ...
    Failed 1/1 test scripts, 0.00% okay. 0/1 subtests failed, 100.00% okay
    +.
    make: *** [test_dynamic] Error 2
    
  4. or download this
    cp PM_wed.pm blib/lib/PM_wed.pm
    /usr/bin/perl -Mblib -MInline=NOISY,_INSTALL_ -MPM_wed -e1 0.01 blib/a
    +rch
    ...
     
    Finished Build Compile Stage