On Dec 16, 2007, at 4:23 PM, Benoit Sigoure wrote:
OK So finally I solved the whole thing by adding /abs/path/to/
libfoo.$libext (instead of -lfoo) in $LIBS ($libext is computed by
libtool, most of the time it's .a but it happens to be .lib at
least for MSVC). This is probably fragile but a
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
On Sun, Dec 16, 2007 at 10:04:59AM +0100, Ralf Wildenhues wrote:
> Only if you have a dummy file to remove. In libtool it's easier to just
> add
> test -z "$files" || $RM $files
>
> as appropriate. Which tests are failing for you, Patrick? I assume
> this is NetBSD?
First good news: it is te