libtool generates incorrect option for Solaris ld

2007-07-02 Thread Vincent Lefevre
I've done a make dist on the MPFR library under Debian, and with this tarball, when I do a ./configure --enable-shared under Solaris, make fails: [...] /bin/ksh ./libtool --tag=CC --mode=link cc -xtarget=native -xarch=v9 -xO4 -L/users/spaces/vlefevre/sparc-solaris/gmp-assert/lib -o libmpfr.la

Re: libtool generates incorrect option for Solaris ld

2007-07-02 Thread Vincent Lefevre
On 2007-07-02 11:20:54 -0500, Peter O'Gorman wrote: Please show '/usr/ccs/bin/ld -V' output, and the version of solaris. bar:~ /usr/ccs/bin/ld -V ld: Software Generation Utilities - Solaris/ELF (3.0) This is Solaris 2.7. -- Vincent Lefèvre [EMAIL PROTECTED] - Web: http://www.vinc17.org/ 100%

Re: libtool generates incorrect option for Solaris ld

2007-07-02 Thread Vincent Lefevre
On 2007-07-02 22:40:37 +0200, Ralf Wildenhues wrote: Thanks for your feedback. Does this patch work for you? Yes, it solves the problem. Thanks. -- Vincent Lefèvre [EMAIL PROTECTED] - Web: http://www.vinc17.org/ 100% accessible validated (X)HTML - Blog: http://www.vinc17.org/blog/ Work: CR

libtool uses incorrect module extension (.so instead of .dylib) under Darwin

2006-03-21 Thread Vincent Lefevre
When modules are generated under Darwin (Mac OS X 10.4.5), the extension .so is always used; I've been told that this comes from libtool (there's this problem with Liferea 1.0.8, whose tarball has been generated using libtool 1.5.22 Debian 1.5.22-4). Unfortunately, the value of G_MODULE_SUFFIX has