automake-patches
[Top][All Lists]
Advanced

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

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


From: Bruno Haible
Subject: [PATCH] ar-lib: Fix for MSVC 14.
Date: Thu, 04 Jul 2019 03:51:42 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-151-generic; KDE/5.18.0; x86_64; ; )

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.

Attachment: 0001-ar-lib-Fix-for-MSVC-14.patch
Description: Text Data


reply via email to

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