in reply to Re^4: Problem on XS
in thread Problem on XS module loading

Well, maybe you should not be using g++

Replies are listed 'Best First'.
Re^6: Problem on XS
by llancet (Friar) on Oct 30, 2011 at 04:52 UTC
    My library is written in C++. I have to use g++, otherwise it won't compile.

      My library is written in C++. I have to use g++, otherwise it won't compile

      Don't know what to tell you.

      I've see perl-XS-tensions that use g++, i've seen some that don't, both compile....