- or download this
Error: Can't load '/home/dr/Abby/XS/Mytest/blib/arch/auto/Mytest/Myte
+st.so' for module Mytest: /home/dr/Abby/XS/Mytest/blib/arch/auto/Myte
+st/Mytest.so: undefined symbol: _ZN7MyClassD1Ev at /usr/lib/perl/5.14
+/DynaLoader.pm line 184.
- or download this
#ifndef MyClass_H
#define MyClass_H
...
};
#endif
- or download this
#include "myclass.h"
...
$(LD) $(O_FILES) -o unitTest
';
}
- or download this
#include "EXTERN.h"
#include "perl.h"
...
void
MyClass::DESTROY()
- or download this
use 5.014002;
use ExtUtils::MakeMaker;
...
cd myclass && $(MAKE) $(PASSTHRU)
';
}
- or download this
# Before `make install' is performed this script should be runnable wi
+th
# `make test'. After `make install' it should work as `perl Mytest.t'
...
# Insert your test code below, the Test::More module is use()ed here s
+o read
# its man page ( perldoc Test::More ) for help writing this test scrip
+t.
- or download this
Changes
Makefile.PL
...
README
t/Mytest2.t
lib/Mytest2.pm