automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] ar-lib: Fix for MSVC 14.


From: Jim Meyering
Subject: Re: [PATCH] ar-lib: Fix for MSVC 14.
Date: Wed, 3 Jul 2019 19:52:37 -0700

On Wed, Jul 3, 2019 at 6:52 PM Bruno Haible <address@hidden> wrote:
> Hi,
>
> When building GNU gettext HEAD (0.20.1+) with MSVC 14, the creation of
> libtextstyle.la fails, because it can't extract the members of several
> sub-libraries (*.lib files). The reason is that the
>   lib -NOLOGO -LIST some.lib
> lists the members, one per line, with a CR/LF as line terminator.
> The file names given in subsequent commands to
>   lib -NOLOGO -EXTRACT...
> thus end in a CR, and 'lib' does not unpack these members, complaining:
>   LINK : warning LNK4014: cannot find member object 
> libxml/.libs/rpl_la_tree.obj^M
>
> The fix is simple: Remove the CRs in the pipe.

Hi Bruno,
That looks fine. Please push.

Thank you.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]