Re: [PATCH] [cygwin|mingw] Create UAC manifest files.

2009-06-30 Thread Ralf Wildenhues
* libt...@cwilson.fastmail.fm wrote on Wed, Jul 01, 2009 at 12:11:45AM CEST: > On Tue, 30 Jun 2009 16:23 +0200, "Ralf Wildenhues" wrote: > > Can you convey the need for copyright assignment requirements for > > nontrivial patches? > > [*] The bulk of the patch is a template: there is only one way

Re: [PATCH] [CXX] Use correct export_dynamic_flag_spec for PE-COFF $hosts

2009-06-30 Thread Ralf Wildenhues
* Charles Wilson wrote on Wed, Jul 01, 2009 at 06:48:52AM CEST: > Ralf Wildenhues wrote: > > Yes but can you please check that you don't need to add another 3 > > patches for F77, FC, GCJ? > > Well, the whole tag-based mechanism in libtool makes my teeth ache, I don't disagree. > but > as far as

Re: [PATCH] [CXX] Use correct export_dynamic_flag_spec for PE-COFF $hosts

2009-06-30 Thread Charles Wilson
Ralf Wildenhues wrote: > Yes but can you please check that you don't need to add another 3 > patches for F77, FC, GCJ? Well, the whole tag-based mechanism in libtool makes my teeth ache, but as far as I can tell we don't actually have separate cases for those other languages' linker requirements a

Re: [PATCH] [cygwin|mingw] Create UAC manifest files.

2009-06-30 Thread Charles Wilson
Eric Blake wrote: > Do we need to worry about deleting *.manifest files at the appropriate > 'make *clean' level? Hmm. Yes, the one in the build directory (for the wrapper, or the "real" exe if building without dependencies on uninstalled DLLs) probably should be. The one in .libs/ not so much, b

Re: [PATCH] [cygwin|mingw] Create UAC manifest files.

2009-06-30 Thread libtool
On Tue, 30 Jun 2009 16:23 +0200, "Ralf Wildenhues" wrote: > * Charles Wilson wrote on Tue, Jun 30, 2009 at 02:05:47PM CEST: > > * libltdl/config/ltmain.m4sh (func_emit_exe_manifest): New function. > > (func_mode_link) [cygwin|mingw]: Create manifest files for wrapper > > and target exe when target

Re: DESTDIR install on hppa-hpux #3

2009-06-30 Thread Ralf Wildenhues
Hello Michael, I'm pretty short on review time ATM; sorry for not providing a detailed review. * Michael Haubenwallner wrote on Mon, Jun 29, 2009 at 11:22:31AM CEST: > > Ok, here's the third way of supporting DESTDIR on hppa-hpux, now without > the +cdp linker flag (#2), but using the absolute t

Re: [PATCH] [CXX] Use correct export_dynamic_flag_spec for PE-COFF $hosts

2009-06-30 Thread Ralf Wildenhues
* Charles Wilson wrote on Tue, Jun 30, 2009 at 02:26:20PM CEST: > * libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG) [cygwin*|mingw*|pw32*|cegcc*]: > Define export_dynamic_flag_spec as -Wl,--export-all-symbols here as well > (see commit 5f2bbb494a2753afb2878c399cfd8316b7403a5b). > > Signed-off-by: Char

Re: [PATCH] [cygwin|mingw] Create UAC manifest files.

2009-06-30 Thread Ralf Wildenhues
* Charles Wilson wrote on Tue, Jun 30, 2009 at 02:05:47PM CEST: > * libltdl/config/ltmain.m4sh (func_emit_exe_manifest): New function. > (func_mode_link) [cygwin|mingw]: Create manifest files for wrapper > and target exe when target name matches heuristic that triggers > UAC problems for newer win3

Re: [PATCH] [cygwin|mingw] Create UAC manifest files.

2009-06-30 Thread Kai Tietz
libtool-patches-bounces+kai.tietz=onevision@gnu.org wrote on 30.06.2009 14:05:47: > * libltdl/config/ltmain.m4sh (func_emit_exe_manifest): New function. > (func_mode_link) [cygwin|mingw]: Create manifest files for wrapper > and target exe when target name matches heuristic that triggers > UAC

Re: [PATCH] [cygwin|mingw] Create UAC manifest files.

2009-06-30 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Charles Wilson on 6/30/2009 6:05 AM: > The attached patch was submitted on the cygwin list by Yaakov > Selkowitz, and is currently included in the cygwin libtool > distribution. It has received some objection (notably by Peter > Rosin) ov

[PATCH] [CXX] Use correct export_dynamic_flag_spec for PE-COFF $hosts

2009-06-30 Thread Charles Wilson
* libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG) [cygwin*|mingw*|pw32*|cegcc*]: Define export_dynamic_flag_spec as -Wl,--export-all-symbols here as well (see commit 5f2bbb494a2753afb2878c399cfd8316b7403a5b). Signed-off-by: Charles Wilson <...> --- Originally posted by Yaakov Selkowitz on the cygwin l

[PATCH] [cygwin|mingw] Create UAC manifest files.

2009-06-30 Thread Charles Wilson
* libltdl/config/ltmain.m4sh (func_emit_exe_manifest): New function. (func_mode_link) [cygwin|mingw]: Create manifest files for wrapper and target exe when target name matches heuristic that triggers UAC problems for newer win32 OSs. Signed-off-by: Charles Wilson --- The attached patch was submit