----- Original Message ----- From: "Mark T. Kennedy" <[EMAIL PROTECTED]>
.
.


then i guess for me the issue isn't about the early or late generation of the XS glue from Inline, it is about the simpler problem of using any of the existing module tools (EU:MM or M::B) to build
and deploy a C shared library for use with my Inline::C-dependent module.


I take it you have no problem creating the source distro for your Inline::C-dependent module. The question is how do you also build the shared library as part of the build process of your module ?

If my assessment is correct, you could try looking at 'perldoc perlxstut'. It might have some pertinent info. You'll probably also want to take a look at 'perldoc ExtUtils::MakeMaker'. You'll be making use of either the 'LIBS' or 'MYEXTLIB' config option. (If you're ok with makefiles, then the EU::MM documentation may be *all* that you need.)

Cheers,
Rob

Reply via email to