i've written some modules which use Inline::C to wrap some thin C libraries.  
the C libraries, in
turn, wrap some system C++ libraries.  Inline::C++ was just too unwieldy to use 
directly.  i want to
use M::B to build and deploy both the perl modules which use Inline::C and the 
thin C libraries that
the modules wrap.  i need to figure out:

- how to build the thin C libraries from M::B (e.g. how to invoke 'make' on 
them when needed)

- how to modify the perl modules to look at the build tree (for testing) or the 
prod tree (for
deployment).  i.e. how to modify the Inline::C config parameter 'LIBS' from a 
source template.

- in which perl directory to deploy the C library .so's.

i don't need any hand-holding, just an example or an FAQ answer to get me 
started.
thanks in advance for any help.

/mark

Reply via email to