in reply to Re^3: XS module build not working for Perl 5.8
in thread XS module build not working for Perl 5.8
I think you might be educating me here ... I downloaded the Perl binary for 5.8.8 from ActiveState. This is the Perl that I am running and trying to build XS based modules in. Are you telling me that I must use the same compiler as ActiveState used to generate the binary? If so, how do I know what compiler they used?
I'm not sure I completely understand if this is true. While running 5.6, I would routinely create XS modules using C++ code. Typically I would compile using gcc. But Perl is compiled using some C compiler i.e. not gcc. I thought the XS generated library just created machine code and that the typemap dealt with passing data to and from the C/Perl object to your C++/XS object.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: XS module build not working for Perl 5.8
by ysth (Canon) on Aug 21, 2006 at 20:46 UTC | |
by Anonymous Monk on Aug 21, 2006 at 21:27 UTC | |
by syphilis (Archbishop) on Aug 22, 2006 at 11:42 UTC |