4-Refinance, Debt consolidation as low as 3.90%

2004-09-14 Thread Louisa Tracy
Hey Would you REFlNANCE if you knew you'd SAVE TH0USANDS? We'll get you lnterest as low as 3.95%. Don't believe me? Fill out our small online questionaire and we'll show you how. Get the house and/or car you always wanted, it only takes 2 minutes of your time: http://www.badcrednoproblemloans.

Re: Recent patch to pass through unrecognized options in CVS HEAD

2004-09-14 Thread Albert Chin
On Tue, Sep 14, 2004 at 12:59:43PM -0500, Bob Friesenhahn wrote: > On Tue, 14 Sep 2004, Gary V. Vaughan wrote: > > > >No, I was recommending that we keep the patches to pass through unknown > >options, since that leaves only one problematic case: unknown options with > >arguments. Before the patch

Re: Recent patch to pass through unrecognized options in CVS HEAD

2004-09-14 Thread Bob Friesenhahn
On Tue, 14 Sep 2004, Gary V. Vaughan wrote: No, I was recommending that we keep the patches to pass through unknown options, since that leaves only one problematic case: unknown options with arguments. Before the patch *all* unknown options were stopped, and we would be back in that situation if w

Re: Recent patch to pass through unrecognized options in CVS HEAD

2004-09-14 Thread Albert Chin
On Tue, Sep 14, 2004 at 06:30:41PM +0100, Gary V. Vaughan wrote: > But first: Do we revert the patches? -1 from me, +1 from Bob so far... I just submitted a patch to do this so +1 from me :) -- albert chin ([EMAIL PROTECTED]) ___ Libtool mailing li

Re: Recent patch to pass through unrecognized options in CVS HEAD

2004-09-14 Thread Gary V. Vaughan
Bob Friesenhahn wrote: > On Tue, 14 Sep 2004, Albert Chin wrote: >>> I am keen to come up with a low maintenance framework for tracking >>> these optioned arguments so that adding new ones is a snap. Searching >>> for the right case...esac and adding a new block is a PITA. >> >> >> So you're sayin

Re: Recent patch to pass through unrecognized options in CVS HEAD

2004-09-14 Thread Bob Friesenhahn
On Tue, 14 Sep 2004, Albert Chin wrote: I am keen to come up with a low maintenance framework for tracking these optioned arguments so that adding new ones is a snap. Searching for the right case...esac and adding a new block is a PITA. So you're saying we should not revert the patch? I think that

Re: Confusing libtool behaviour on cygwin

2004-09-14 Thread Bob Friesenhahn
On Tue, 14 Sep 2004, Maarten Boekhold wrote: Bob Friesenhahn wrote: My understanding is that for non-module DLLs, the .dll file is installed in the bin directory so it is likely to be in the user's path. If the Then how does libtool decide whether a DLL is a (non)-module? The --module flag? (l

Re: Recent patch to pass through unrecognized options in CVS HEAD

2004-09-14 Thread Albert Chin
On Tue, Sep 14, 2004 at 01:29:31PM +0100, Gary V. Vaughan wrote: > Albert Chin wrote: > > On Tue, Sep 14, 2004 at 11:55:20AM +0100, Gary V. Vaughan wrote: > >>Maybe we could mandate that option arguments to be passed through > >>libtool have to be mangled? So we'd accept, say, -Woff=all and > >>un

Re: Confusing libtool behaviour on cygwin

2004-09-14 Thread Gary V. Vaughan
Bob Friesenhahn wrote: > On Tue, 14 Sep 2004, Maarten Boekhold wrote: >> The Makefile.am's for these plugins are all more or less the same. >> Yet, some plugins get installed as '$(libdir)/bin/cygX.dll', some >> as '$(libdir)/modules/cygX.dll', and others as >> '$(libdir)/modules/lib.

Re: Recent patch to pass through unrecognized options in CVS HEAD

2004-09-14 Thread Gary V. Vaughan
Hi Bob! Bob Friesenhahn wrote: > On Tue, 14 Sep 2004, Gary V. Vaughan wrote: >> Maybe we could mandate that option arguments to be passed through libtool >> have to be mangled? So we'd accept, say, -Woff=all and unmangle it >> before >> calling the compiler... > > > Libtool is not currently in

Re: Confusing libtool behaviour on cygwin

2004-09-14 Thread Maarten Boekhold
Bob Friesenhahn wrote: My understanding is that for non-module DLLs, the .dll file is installed in the bin directory so it is likely to be in the user's path. If the Then how does libtool decide whether a DLL is a (non)-module? The --module flag? (looking through the sources... yes, those libs

Re: Confusing libtool behaviour on cygwin

2004-09-14 Thread Bob Friesenhahn
On Tue, 14 Sep 2004, Maarten Boekhold wrote: Hi all, I'm a little confused about how libtool (or maybe it's automake) behaves when used as 'libtool --mode=install' for a shared library *under cygwin*. I am in the process of porting XFCE (http://www.xfce.org) to cygwin/X. XFCE has various subpack

Confusing libtool behaviour on cygwin

2004-09-14 Thread Maarten Boekhold
Hi all, I'm a little confused about how libtool (or maybe it's automake) behaves when used as 'libtool --mode=install' for a shared library *under cygwin*. I am in the process of porting XFCE (http://www.xfce.org) to cygwin/X. XFCE has various subpackages, and a number of them use a plugin mech

Re: Recent patch to pass through unrecognized options in CVS HEAD

2004-09-14 Thread Bob Friesenhahn
On Tue, 14 Sep 2004, Gary V. Vaughan wrote: Maybe we could mandate that option arguments to be passed through libtool have to be mangled? So we'd accept, say, -Woff=all and unmangle it before calling the compiler... Libtool is not currently in a position to mandate anything. The crux of the prob

Re: Recent patch to pass through unrecognized options in CVS HEAD

2004-09-14 Thread Gary V. Vaughan
Hi Albert, Albert Chin wrote: > On Tue, Sep 14, 2004 at 11:55:20AM +0100, Gary V. Vaughan wrote: >>Maybe we could mandate that option arguments to be passed through >>libtool have to be mangled? So we'd accept, say, -Woff=all and >>unmangle it before calling the compiler... > > We shouldn't forc

Re: Recent patch to pass through unrecognized options in CVS HEAD

2004-09-14 Thread Albert Chin
On Tue, Sep 14, 2004 at 11:55:20AM +0100, Gary V. Vaughan wrote: > The effect of the original patch was to reduce the maintenance > hassle of changing libtool after we discover a new option that > should be passed through, and then have everyone wait for the patch > to percolate through to a releas

Re: Recent patch to pass through unrecognized options in CVS HEAD

2004-09-14 Thread Gary V. Vaughan
Hi Albert, Albert Chin wrote: > I submitted a patch recently to libtool-patches to pass through > unrecognized -[arg] and +[arg] switches: > http://lists.gnu.org/archive/html/libtool-patches/2004-09/msg00034.html > > I just ran across a failure. It seems ok to pass through unrecognized > switch