Re: Libtool, SWIG and testing

2015-07-28 Thread Guillaume Marcais
On Sat, Jul 25, 2015 at 9:41 AM, Gavin Smith gavinsmith0...@gmail.com wrote: I'd suggest not hard-coding the name of the shared library in the Perl code. It could be extracted from the *.la file. That would likely improve portability. I don't see any way to avoid looking in .libs. Thank you

Re: Libtool, SWIG and testing

2015-07-28 Thread Gavin Smith
On 28 July 2015 at 16:58, Guillaume Marcais guilla...@marcais.net wrote: On Sat, Jul 25, 2015 at 9:41 AM, Gavin Smith gavinsmith0...@gmail.com wrote: I'd suggest not hard-coding the name of the shared library in the Perl code. It could be extracted from the *.la file. That would likely