Re: SWIG + Libtool

2007-12-19 Thread Olly Betts
On 2007-12-19, Dustin J. Mitchell <[EMAIL PROTECTED]> wrote: > I'm trying to build Perl modules, constructed via SWIG, within an > application that is otherwise built with autoconf/automake/libtool. > Has anyone found/created a natural way to do this? I do it like so (the XS is hand-crafted rather

SWIG + Libtool

2007-12-18 Thread Dustin J. Mitchell
I would expect this to have come up before, but my searches haven't uncovered anything. I'm trying to build Perl modules, constructed via SWIG, within an application that is otherwise built with autoconf/automake/libtool. Has anyone found/created a natural way to do this? My first crack at this w