Re: [PATCH] Minor cygwin cleanup

2009-01-20 Thread Ralf Wildenhues
Hi Charles, * Charles Wilson wrote on Tue, Jan 20, 2009 at 11:31:43PM CET: > libltdl/config/ltmain.m4sh (func_generate_dlsyms): Correct > case pattern for cygwin. > --- > Ok to push? Yes, thanks! Cheers, Ralf

"Run tests with low max_cmd_len" on MSYS/MSVC

2009-01-20 Thread Peter Rosin
Hi! This patch together with [1] and [2] will make "Run tests with low max_cmd_len" on MSYS/MSVC behave the same as the individual tests. The patch fixes a couple more of the /abs/path issues already fixed in [1] and [2]. However, I fear that these hunks may be more controversial, as they touch

"Link option thorough search test" on MSYS/MSVC

2009-01-20 Thread Peter Rosin
Hi! This patch together with [1] will make the "Link option thorough search test" pass on MSYS/MSVC using the pr-msvc-support branch. This patch makes manifest embedding and cl command files work when facing POSIX /absolute/path/names that MSYS fails to convert to win32 paths due to prefixes of t

[PATCH] Minor cygwin cleanup

2009-01-20 Thread Charles Wilson
libltdl/config/ltmain.m4sh (func_generate_dlsyms): Correct case pattern for cygwin. --- Ok to push? libltdl/config/ltmain.m4sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh index 6be529a..760f647 100644 --- a/libl

Re: Archiver handling

2009-01-20 Thread Peter Rosin
Den 2009-01-20 23:35 skrev Peter Rosin: Den 2009-01-13 10:48 skrev Peter Rosin: Den 2009-01-13 10:39 skrev Peter Rosin: libtool-ar.patch http://lists.gnu.org/archive/html/libtool-patches/2008-09/msg3.html No ChangeLog entry written yet. Sorry 'bout that... Here's an incremental update

Re: libtool --mode=execute gdb

2009-01-20 Thread Bruno Haible
Hello Ralf, Thanks for this practical shorthand re-introduction! > the requirement for a mode seems > to have been present for at least 10 years. I could use "libtool gdb" in version 1.5.x; only since version 2.0 or 2.2 it became necessary to use --mode=execute. > Aside, I am not quite sure whe

Re: Archiver handling

2009-01-20 Thread Peter Rosin
Den 2009-01-13 10:48 skrev Peter Rosin: Den 2009-01-13 10:39 skrev Peter Rosin: libtool-ar.patch http://lists.gnu.org/archive/html/libtool-patches/2008-09/msg3.html No ChangeLog entry written yet. Sorry 'bout that... Here's an incremental update that makes the "Link option thorough sear

Re: [PATCH] [cygwin|mingw] fix dlpreopen with --disable-static take 2

2009-01-20 Thread Charles Wilson
Ralf Wildenhues wrote: >> +# func_tr_sh >> +# turn $1 into a string suitable for a shell variable name >> +# result is stored in $func_tr_sh_result >> +func_tr_sh () >> +{ >> + func_tr_sh_result=`echo "$1" | $SED -e 's/[^A-Za-z0-9_]/_/g'` >> + # ensure result begins with non-digit >> + case "$fu

Re: plugins on the command line are renamed

2009-01-20 Thread Paul Biggar
Hi Ralf, On Tue, Jan 20, 2009 at 6:48 AM, Ralf Wildenhues wrote: > ./bootstrap > > should suffice; please post its output if there are problems. The problem was at my end. I had a shell script called make in my path, and it did not agree with bootstrap. It bootstraps fine with and without the p

Re: spaces

2009-01-20 Thread Charles Wilson
Bob Friesenhahn wrote: > For many years I have had my editor configured to always use > spaces. This ensures WYSIWYG for everyone involved. Agree 100%. I try to manually match whatever sp/tab convention is in place -- using vi if I have to -- but much prefer all spaces. -- Chuck

Re: [PATCH] GNU/kOpenSolaris port

2009-01-20 Thread Robert Millan
On Mon, Jan 19, 2009 at 11:24:07PM +0100, Ralf Wildenhues wrote: > * Robert Millan wrote on Mon, Jan 19, 2009 at 11:45:24AM CET: > > > > "kopensolaris-gnu" was accepted in GNU config. I adjusted my patch to use > > that, see attachment. > > Thanks for carrying this through, pushed as below. I'v