Re: Bundling SWIG-generated modules

2010-04-08 Thread Randy Kobes
On Thu, Apr 8, 2010 at 7:31 PM, Bill Moseley wrote: > At times we must make do with what we have: > I'm working with a team of C++ programmers.  To provide Perl access to their > code they are using SWIG, which produces a .pm and a (big fat) .so file. >  The question is how to turn this into a dis

Bundling SWIG-generated modules

2010-04-08 Thread Bill Moseley
At times we must make do with what we have: I'm working with a team of C++ programmers. To provide Perl access to their code they are using SWIG, which produces a .pm and a (big fat) .so file. The question is how to turn this into a distribution that can be installed in the correct place. Targe