Re: [PATCH] Do file name conversion for object files in the compile wrapper.

2010-08-31 Thread Peter Rosin
Hi Ralf! Den 2010-08-31 19:02 skrev Ralf Wildenhues: > * Peter Rosin wrote on Tue, Aug 31, 2010 at 06:59:25PM CEST: >> When the compile wrapper is used to link, it needs to also >> transform /absolute/object/files.obj to win32 format for >> easy consumption by MSVC. >> >> Ok for the msvc branch? >

Re: [PATCH] Handle odd winepath failures.

2010-08-31 Thread Peter Rosin
Den 2010-08-31 18:57 skrev Ralf Wildenhues: > Hi Peter, > > * Peter Rosin wrote on Tue, Aug 31, 2010 at 06:47:24PM CEST: >> Subject: [PATCH] Handle odd winepath failures. >> >> * lib/ar-lib (func_file_conv): winepath can exit with zero exit >> status but empty result, and can return a basically un

Re: [PATCH] Do file name conversion for object files in the compile wrapper.

2010-08-31 Thread Ralf Wildenhues
* Peter Rosin wrote on Tue, Aug 31, 2010 at 06:59:25PM CEST: > When the compile wrapper is used to link, it needs to also > transform /absolute/object/files.obj to win32 format for > easy consumption by MSVC. > > Ok for the msvc branch? Yes, bumping scriptversion and extending the best-fitting te

[PATCH] Do file name conversion for object files in the compile wrapper.

2010-08-31 Thread Peter Rosin
Hi! When the compile wrapper is used to link, it needs to also transform /absolute/object/files.obj to win32 format for easy consumption by MSVC. Ok for the msvc branch? Cheers, Peter >From 827d6b341a858b3b9a4c90dc157846e5b242bc4b Mon Sep 17 00:00:00 2001 From: Peter Rosin Date: Tue, 31 Aug 201

Re: [PATCH] Handle odd winepath failures.

2010-08-31 Thread Ralf Wildenhues
Hi Peter, * Peter Rosin wrote on Tue, Aug 31, 2010 at 06:47:24PM CEST: > Subject: [PATCH] Handle odd winepath failures. > > * lib/ar-lib (func_file_conv): winepath can exit with zero exit > status but empty result, and can return a basically unconverted > path, but prefixed with \\?\unix. Treat b

[PATCH] Handle odd winepath failures.

2010-08-31 Thread Peter Rosin
Hi! A recent discussion on the libtool lists(*) brought this to my attention. Ok for the msvc branch? Cheers, Peter (*) http://thread.gmane.org/gmane.comp.gnu.libtool.patches/10366 >From 8372b8c8f82d1a3680dd288da68a786a02329213 Mon Sep 17 00:00:00 2001 From: Peter Rosin Date: Tue, 31 Aug 2010