On Aug 8, 8:52 am, [EMAIL PROTECTED] (Pablo Zea Aranibar) wrote: . . > If you can give some directions, just a path to follow, it would be > appreciated.
Usually, a module that uses a C library assumes that the C library has already been built. And it links to that existing library. (This is the approach that I have always taken.) However, if I understand you correctly, you want to write your module in such a way that it uses the *source* to that C library, rather than linking to a pre-built C library. This can be done, though I don't understand how it works. For an example of such an approach, take a look at Math::Pari - which offers the option of building using the Pari source. I think it's conceptually simpler to build against an existing library. Do you have a reason for not wanting to do that ? Cheers, Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/