Re: Favoring static linking at configure time

2007-12-19 Thread Benoit Sigoure
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

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

Re: rm -f

2007-12-19 Thread Patrick Welche
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