Re: Remove redundant mention of new testsuite files

2006-02-01 Thread Gary V. Vaughan
Hallo Ralf! Ralf Wildenhues wrote: It's really nice to mention stuff exactly once. :-) OK to apply this to HEAD? It really is a work saver for me. Yes please, nice patch! :-D * Makefile.am (TESTSUITE_AT): List testsuite files in the order in which they are to be expanded

Re: Remove redundant mention of new testsuite files

2006-02-01 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Wed, Feb 01, 2006 at 08:44:23PM CET: Ralf Wildenhues wrote: It's really nice to mention stuff exactly once. :-) OK to apply this to HEAD? It really is a work saver for me. Yes please, nice patch! :-D Thanks! Applied. Cheers, Ralf *

Re: per-deplib static/dynamic flags

2006-02-01 Thread Albert Chin
On Wed, Feb 01, 2006 at 12:47:51AM -0600, Bob Friesenhahn wrote: On Tue, 31 Jan 2006, Albert Chin wrote: On Mon, Jan 30, 2006 at 10:28:52PM +0100, Ralf Wildenhues wrote: - Should the corresponding libtool flags be named `-Bstatic' resp. `-Bdynamic'? Those were the most common names I

Re: per-deplib static/dynamic flags

2006-02-01 Thread Albert Chin
On Wed, Feb 01, 2006 at 05:40:51PM -0600, Bob Friesenhahn wrote: On Wed, 1 Feb 2006, Albert Chin wrote: Fine. -Bstatic on Linux means Do not link against shared libraries. anyway. Good. GCC uses -B to mean something else. So -Bstatic is a linker-only option. It is likely useful to use

Re: per-deplib static/dynamic flags

2006-02-01 Thread Bob Friesenhahn
On Wed, 1 Feb 2006, Albert Chin wrote: Good. GCC uses -B to mean something else. So -Bstatic is a linker-only option. It is likely useful to use something new which won't be confusing due the different meaning between GCC and ld. How about -static-only and -shared-only? Note though that

Re: per-deplib static/dynamic flags

2006-02-01 Thread Ralf Wildenhues
Hi Bob, Albert, * Bob Friesenhahn wrote on Wed, Feb 01, 2006 at 07:47:51AM CET: On Tue, 31 Jan 2006, Albert Chin wrote: On Mon, Jan 30, 2006 at 10:28:52PM +0100, Ralf Wildenhues wrote: - Should the corresponding libtool flags be named `-Bstatic' resp. `-Bdynamic'? Those were the most