RE: state of MSVC patches for HEAD

2005-09-08 Thread Peter Ekberg
> * Ralf Wildenhues wrote on Thursday, September 08, 2005 18:09 CEST: > > * Peter Ekberg wrote on Mon, Aug 29, 2005 at 03:00:33PM CEST: > > > * Ralf Wildenhues wrote: > > > > By the way, can I expect another update on the "link > > -dump" issue from > > > > you regarding the recent comments from p

Re: doc: clarification of convenience archi and --preserve-dup-deps

2005-09-08 Thread Alexandre Oliva
On Aug 25, 2005, "Gary V. Vaughan" <[EMAIL PROTECTED]> wrote: > Hallo Ralf, > On 25 Aug 2005, at 13:47, Ralf Wildenhues wrote: >> * Gary V. Vaughan wrote on Thu, Aug 25, 2005 at 01:25:17PM CEST: >>> There is a wrinkle in the current implementation of convenience >>> libraries, in that they cont

Re: use --enable-pic [libtool--gary--1.0--patch-32]

2005-09-08 Thread Alexandre Oliva
On Sep 1, 2005, "Gary V. Vaughan" <[EMAIL PROTECTED]> wrote: > Yep, works for me. I went back and forth myself over --enable-pic vs. > --with-pic. Neither is right really, and I wanted to see what everyone > else thought. We should have two options: --disable-pic and --disable-non-pic. Both P

Re: HEAD: make tagdemo use new-style headers and namespaces if possible

2005-09-08 Thread Ralf Wildenhues
* Bob Friesenhahn wrote on Thu, Sep 08, 2005 at 08:15:09PM CEST: > > I looked at the ac-archive (http://autoconf-archive.cryp.to/) > copyright. The compilation is copyright Peter Simons <[EMAIL PROTECTED]> > but each contribution is copyright by its respective author. It is > not a FSF projec

RE: state of MSVC patches for HEAD

2005-09-08 Thread Peter Ekberg
* Ralf Wildenhues wrote on Thursday, September 08, 2005 18:09 CEST: > * Peter Ekberg wrote on Mon, Aug 29, 2005 at 03:00:33PM CEST: > > * Ralf Wildenhues wrote: > > > By the way, can I expect another update on the "link > -dump" issue from > > > you regarding the recent comments from people? > >

Re: HEAD: make tagdemo use new-style headers and namespaces if possible

2005-09-08 Thread Bob Friesenhahn
It is not just the license, it is also a matter of doing the copyright assignment paperwork with the FSF. I suspect (but do not know) that ac-archive has much less rigid requirements. If ac-archive uses the same copyright assignment scheme with the FSF then using the macros should be ok. I

Re: HEAD: make tagdemo use new-style headers and namespaces if possible

2005-09-08 Thread Bob Friesenhahn
On Thu, 8 Sep 2005, Ralf Wildenhues wrote: * Bob Friesenhahn wrote on Thu, Sep 08, 2005 at 06:53:48PM CEST: On Thu, 8 Sep 2005, Ralf Wildenhues wrote: This patch should make tagdemo pass with all sorts of (non-)conforming C++ compilers. AC_CXX_NAMESPACES and AC_CXX_HAVE_STD are taken from th

Re: HEAD: make tagdemo use new-style headers and namespaces if possible

2005-09-08 Thread Ralf Wildenhues
* Bob Friesenhahn wrote on Thu, Sep 08, 2005 at 06:53:48PM CEST: > On Thu, 8 Sep 2005, Ralf Wildenhues wrote: > > >This patch should make tagdemo pass with all sorts of (non-)conforming > >C++ compilers. AC_CXX_NAMESPACES and AC_CXX_HAVE_STD are taken from the > >autoconf macro archive. A macro

Re: HEAD: make tagdemo use new-style headers and namespaces if possible

2005-09-08 Thread Bob Friesenhahn
On Thu, 8 Sep 2005, Ralf Wildenhues wrote: Beating a hopefully dying horse: This patch should make tagdemo pass with all sorts of (non-)conforming C++ compilers. AC_CXX_NAMESPACES and AC_CXX_HAVE_STD are taken from the autoconf macro archive. A macro to put all compilers in ISO C++ mode would

HEAD: make tagdemo use new-style headers and namespaces if possible

2005-09-08 Thread Ralf Wildenhues
Beating a hopefully dying horse: This patch should make tagdemo pass with all sorts of (non-)conforming C++ compilers. AC_CXX_NAMESPACES and AC_CXX_HAVE_STD are taken from the autoconf macro archive. A macro to put all compilers in ISO C++ mode would've been nicer, but a quick search hasn't turn

Re: state of MSVC patches for HEAD

2005-09-08 Thread Ralf Wildenhues
Hi Peter, Back to the list of issues I encountered: it's grown smaller :) * Peter Ekberg wrote on Mon, Aug 29, 2005 at 03:00:33PM CEST: > Ralf Wildenhues wrote: > > > > a) I forgot to patch the old testsuite tests, sorry. So > > seeing failures > > which account for the missing EXTERN should b

RE: Libtool head: stresstest.at export of w8$ symbol

2005-09-08 Thread Peter Ekberg
* Ralf Wildenhues wrote on Thursday, September 08, 2005 09:42 CEST: > Hi Peter, > > Finally I've managed to do another round of testing on mingw/cygwin.. > Sorry for the delay. No problem. > * Peter Ekberg wrote on Fri, Sep 02, 2005 at 09:50:01PM CEST: > > Ralf Wildenhues wrote: > > > * Peter Ek

Re: FYI: fix dumpbin symbol pipe

2005-09-08 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Thu, Sep 08, 2005 at 10:25:50AM CEST: > > A little note to keep in mind: Another note (and I knew there were two issues I wanted to add, but I could not remember the other): This setting of lt_cv_sys_global_symbol_pipe breaks config.cache, so don't use it. Ha! An Aut

FYI: fix dumpbin symbol pipe (was: state of MSVC patches for HEAD)

2005-09-08 Thread Ralf Wildenhues
Hi Peter, * Peter Ekberg wrote on Wed, Aug 31, 2005 at 05:52:43PM CEST: > I wrote: > > Ralf Wildenhues wrote: > > > * Peter Ekberg wrote on Tue, Aug 30, 2005 at 12:43:16PM CEST: > > > > > > > awk is a possible candidate, but please try to stay within POSIX > > > features. > > > > There is *littl

Re: Libtool head: stresstest.at export of w8$ symbol

2005-09-08 Thread Ralf Wildenhues
Hi Peter, Finally I've managed to do another round of testing on mingw/cygwin.. Sorry for the delay. * Peter Ekberg wrote on Fri, Sep 02, 2005 at 09:50:01PM CEST: > Ralf Wildenhues wrote: > > * Peter Ekberg wrote on Fri, Sep 02, 2005 at 12:03:14PM CEST: > > > > > > I'm trying to make sence of th

FYI: libtool: cygwin/mingw/pw update: enable-auto-image-base

2005-09-08 Thread Ralf Wildenhues
Hi Bob, Earnie, Charles, Peter, everyone, :) * Bob Friesenhahn wrote on Wed, Sep 07, 2005 at 09:23:18PM CEST: > On Wed, 7 Sep 2005, Earnie Boyd wrote: > > >I'm not opposed either, I believe it is the default, IIRC. The pw port > >isn't > >maintained that I've noticed. The submitter is the auth

FYI: fix early-libtool.at on cygwin

2005-09-08 Thread Ralf Wildenhues
D'oh! Applied to HEAD. Cheers, Ralf * tests/early-libtool.at (config.status): Use EXEEXT consistently. Reported by Charles Wilson <[EMAIL PROTECTED]>. Index: tests/early-libtool.at === RCS file: /cvsroot/lib