Re: 10-csw-cygwin-install-strip.patch

2004-11-01 Thread Gary V. Vaughan
Hi Chuck, Applied to branch-2-0, except that I've used $host_os to simplify the case matching. I'll port into HEAD shortly. Thanks! Gary. Charles Wilson wrote: > Peter sent me an updated version of this patch, which fixes the quoting > of the exit command, and removes os2 from the case

Re: 10-csw-cygwin-install-strip.patch

2004-10-30 Thread Charles Wilson
Peter sent me an updated version of this patch, which fixes the quoting of the exit command, and removes os2 from the case statement (os2 doesn't use the .dll.a convention) -- Chuck 2004-10-28 Peter Ekberg * config/ltmain.m4sh (func_mode_install): on cygwin, ensure that impo

10-csw-cygwin-install-strip.patch

2004-10-28 Thread Charles Wilson
On cygwin, 'make install-strip' in a libtoolized, automake-driven project ends up stripping the import library, instead of the DLL. This is bad: not only is the DLL unstripped, but stripping an import library can sometimes break it, and make the installed lib unlinkable. e.g. this command: /bi