Checking if your kit is complete... Looks good Writing Makefile for Tree::M *** *** This module is written in C++, which is nontrivial to integrate into *** most pre-built perls. If problems occur during compiling then edit (hack) *** *** Makefile.PL *** GiST/Makefile MT/Makefile *** *** in this order. Especially wautch out for compile and optimization flags. *** Have fun ;-> *** cp M.pm blib/lib/Tree/M.pm cd GiST && make OPTIMIZE="-O6 -funroll-all-loops" CXX="g++" LD="g++" libGiST.a make[1]: Entering directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Tree-M/GiST' g++ -fpic -c -O6 -funroll-all-loops -DUNIX GiSTnode.cpp In file included from /usr/local/lib/gcc/ia64-hp-hpux11.22/3.4.3/../../../../include/c++/3.4.3/backward/iostream.h:31, from GiSTpredicate.h:11, from GiSTentry.h:13, from GiST.h:26, from GiSTnode.cpp:9: /usr/local/lib/gcc/ia64-hp-hpux11.22/3.4.3/../../../../include/c++/3.4.3/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. g++ -fpic -c -O6 -funroll-all-loops -DUNIX GiST.cpp In file included from /usr/local/lib/gcc/ia64-hp-hpux11.22/3.4.3/../../../../include/c++/3.4.3/backward/iostream.h:31, from GiSTpredicate.h:11, from GiSTentry.h:13, from GiST.h:26, from GiST.cpp:11: /usr/local/lib/gcc/ia64-hp-hpux11.22/3.4.3/../../../../include/c++/3.4.3/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. g++ -fpic -c -O6 -funroll-all-loops -DUNIX GiSTfile.cpp g++ -fpic -c -O6 -funroll-all-loops -DUNIX GiSTpredicate.cpp In file included from /usr/local/lib/gcc/ia64-hp-hpux11.22/3.4.3/../../../../include/c++/3.4.3/backward/iostream.h:31, from GiSTpredicate.h:11, from GiSTentry.h:13, from GiST.h:26, from GiSTpredicate.cpp:10: /usr/local/lib/gcc/ia64-hp-hpux11.22/3.4.3/../../../../include/c++/3.4.3/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. g++ -fpic -c -O6 -funroll-all-loops -DUNIX GiSTcursor.cpp In file included from /usr/local/lib/gcc/ia64-hp-hpux11.22/3.4.3/../../../../include/c++/3.4.3/backward/iostream.h:31, from GiSTpredicate.h:11, from GiSTentry.h:13, from GiST.h:26, from GiSTcursor.cpp:8: /usr/local/lib/gcc/ia64-hp-hpux11.22/3.4.3/../../../../include/c++/3.4.3/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. rm -f libGiST.a ar r libGiST.a GiSTnode.o GiST.o GiSTfile.o GiSTpredicate.o GiSTcursor.o ar: creating libGiST.a ranlib libGiST.a make[1]: Leaving directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Tree-M/GiST' cd MT && make OPTIMIZE="-O6 -funroll-all-loops" CXX="g++" LD="g++" libMT.a make[1]: Entering directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Tree-M/MT' g++ -fpic -c -DUNIX -O6 -funroll-all-loops -I../GiST MTfile.cpp g++ -fpic -c -DUNIX -O6 -funroll-all-loops -I../GiST MTentry.cpp In file included from /usr/local/lib/gcc/ia64-hp-hpux11.22/3.4.3/../../../../include/c++/3.4.3/backward/iostream.h:31, from ../GiST/GiSTpredicate.h:11, from ../GiST/GiSTentry.h:13, from ../GiST/GiST.h:26, from MTentry.h:33, from MTentry.cpp:24: /usr/local/lib/gcc/ia64-hp-hpux11.22/3.4.3/../../../../include/c++/3.4.3/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. In file included from MTentry.cpp:25: MTcursor.h:68: error: `void MTcursor::FetchNode()' is private MT.h:99: error: within this context make[1]: *** [MTentry.o] Error 1 make[1]: Leaving directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Tree-M/MT' make: *** [MT/libMT.a] Error 2