Re: [SCM] GNU Libtool branch, pr-msvc-support, updated. v2.2.6-182-gdd42e63

2009-09-11 Thread Peter Rosin
Den 2009-09-10 19:55 skrev Ralf Wildenhues: Hi Peter, * Peter Rosin wrote on Thu, Sep 10, 2009 at 10:06:32AM CEST: The branch, pr-msvc-support has been updated via dd42e63ce688302500f349606c55bf173feda3a4 (commit) [...] commit dd42e63ce688302500f349606c55bf173feda3a4 Merge:

Clean libconftest.a

2009-09-11 Thread Akim Demaille
Hi all, this breaks distcheck on master. From e1d61e869239cf37ac018602f984d52872a29203 Mon Sep 17 00:00:00 2001 From: Akim Demaille demai...@gostai.com Date: Fri, 11 Sep 2009 13:14:29 +0200 Subject: [PATCH] libtool: clean libconftest.a. * libltdl/m4/libtool.m4

Re: Clean libconftest.a

2009-09-11 Thread Peter O'Gorman
Akim Demaille wrote: Hi all, this breaks distcheck on master. Hi Akim, Please push the first hunk (minus the whitespace change in func_echo_all). If you want to submit a whitespace patch, please do so separately. Thanks for catching this, Peter -- Peter O'Gorman http://pogma.com

Re: [SCM] GNU Libtool branch, pr-msvc-support, updated. v2.2.6-182-gdd42e63

2009-09-11 Thread Ralf Wildenhues
Hello Jim, any chance you could check whether the Libtool git tree on savannah is non-bare? If yes, then we may want to fix that (but I'd have to check how to do that). See Peter's report below. Thanks, Ralf * Peter Rosin wrote on Fri, Sep 11, 2009 at 08:42:46AM CEST: Den 2009-09-10 19:55

Re: [SCM] GNU Libtool branch, pr-msvc-support, updated. v2.2.6-182-gdd42e63

2009-09-11 Thread Jim Meyering
Ralf Wildenhues wrote: any chance you could check whether the Libtool git tree on savannah is non-bare? If yes, then we may want to fix that (but I'd have to check how to do that). See Peter's report below. Hi Ralf, It was indeed non-bare. git config core.bare reported false. I corrected

RE: pr-msvc-support: building .DLLs with symbols

2009-09-11 Thread David Byron
Here's a couple of patches that implements support for -Wl, and -Xlinker for MSVC. The first one (rename-dashL_envvar-tolinker_envvar.patch) is just a rename, to reduce confusion, and the second patch (-Xlinker-msvc.patch) contains the new code... Ok for the pr-msvc-support branch? I'm

Re: Clean libconftest.a

2009-09-11 Thread Ralf Wildenhues
* Peter O'Gorman wrote on Fri, Sep 11, 2009 at 03:56:01PM CEST: Akim Demaille wrote: this breaks distcheck on master. Please push the first hunk (minus the whitespace change in func_echo_all). I just did that. Cheers, Ralf