- or download this
use 5.008003;
use ExtUtils::MakeMaker;
...
CC => $CC,
LD => $CC
);
- or download this
#swig -perl -c++ -Fstandard -v -Wall -I$(TOP_SRCDIR)/common -I/usr/inc
+lude MappedMaps.i
#h2xs -F'-Dcplusplus -I/usr/include/g++' MappedMaps.h -lgcc_s
- or download this
- or download this
#define SWIG_init boot_MappedMaps
- or download this
XS(SWIG_init) {
dXSARGS;
...
ST(0) = &PL_sv_yes;
XSRETURN(1);
}