[PATCH] Fixed -fvisbility=hidden typo in a comment

2014-11-15 Thread Vincent Lefevre
Fixed -fvisbility=hidden typo in a comment. Signed-off-by: Vincent Lefevre --- m4/libtool.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 281e70f..6143541 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -1840,7 +1840,7 @@ else

Re: [PATCH] Fixed -fvisbility=hidden typo in a comment

2014-11-17 Thread Vincent Lefevre
On 2014-11-17 16:01:18 +, Gary V. Vaughan wrote: > Nice catch! I had no idea people scrutinized the comments so carefully :-) It was actually reported by Kiyoshi KANAZAWA in the GNU MPFR list: http://comments.gmane.org/gmane.comp.lib.mpfr.general/2246 BTW, some typos can be found by using

[PATCH] Add run path when linking with tcc, fixing bug #20622.

2015-05-22 Thread Vincent Lefevre
Add run path when linking with tcc, fixing bug #20622. Signed-off-by: Vincent Lefevre --- m4/libtool.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/m4/libtool.m4 b/m4/libtool.m4 index a3bc337..cb4fea3 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -5232,6 +5232,7 @@ _LT_EOF

[PATCH] libtool: pass more flags to the linker

2019-05-03 Thread Vincent Lefevre
Resolves bug 17750. * build-aux/ltmain.in (func_mode_link): In the flags to be passed through unchanged, also pass -static-* and -fcilkplus. Signed-off-by: Vincent Lefevre --- build-aux/ltmain.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-aux/ltmain.in b/build

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: 100% accessible validated (X)HTML - Blog: Work:

Re: Bug#485421: With icc, libtool tries -KPIC (removed option) instead of -fPIC

2008-06-18 Thread Vincent Lefevre
Hi Ralf, On 2008-06-18 22:31:49 +0200, Ralf Wildenhues wrote: > diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 > index a2a4534..4a8d3e5 100644 > --- a/libltdl/m4/libtool.m4 > +++ b/libltdl/m4/libtool.m4 > @@ -3703,8 +3703,15 @@ m4_if([$1], [CXX], [ > _LT_TAGVAR(lt_prog_compil

Re: Bug#485421: With icc, libtool tries -KPIC (removed option) instead of -fPIC

2008-06-22 Thread Vincent Lefevre
On 2008-06-19 19:39:09 +0200, Ralf Wildenhues wrote: > > Unfortunately I can't try the patch on the same machine because the > > icc license has expired a few days ago (it was just an evaluation > > version). However I have access to another machine with icc installed; > > this is a different versi

Re: Bug#485421: With icc, libtool tries -KPIC (removed option) instead of -fPIC

2008-06-23 Thread Vincent Lefevre
On 2008-06-23 07:25:59 +0200, Ralf Wildenhues wrote: > What I'd like to know is if mpfr works with patched Libtool, and how the > Libtool testsuite fares with icc (see README for how to invoke it). I have installed the patched libtool from http://pogma.com/libtool/ in my home directory, but I don'

Re: Bug#485421: With icc, libtool tries -KPIC (removed option) instead of -fPIC

2008-06-23 Thread Vincent Lefevre
On 2008-06-23 07:25:59 +0200, Ralf Wildenhues wrote: > What I'd like to know is if mpfr works with patched Libtool, and how the > Libtool testsuite fares with icc (see README for how to invoke it). Concerning the testsuite with icc (CC=icc ./configure), I get the following failure (but this isn't

Re: Bug#485421: With icc, libtool tries -KPIC (removed option) instead of -fPIC

2008-06-23 Thread Vincent Lefevre
host system. -*-Autoconf-*- # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # 2006, 2007, 2008 Free Software Foundation, Inc. [...] Is that correct? > * Vincent Lefevre wrote on Mon, Jun 23, 2008 at 01:07:53PM CEST: > > Concerning the testsuite w