[sr #107874] Parallel builds for mingw fail
Martin Storsjö
INVALID.NOREPLY at gnu.org
Tue Nov 15 10:42:57 CET 2011
URL:
<http://savannah.gnu.org/support/?107874>
Summary: Parallel builds for mingw fail
Project: GnuTLS
Submitted by: mstorsjo
Submitted on: Tue 15 Nov 2011 09:42:55 AM GMT
Category: Core library
Priority: 5 - Normal
Severity: 2 - Minor
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Operating System: Microsoft Windows
_______________________________________________________
Details:
Currently, parallel builds for mingw fail with this error:
make[2]: *** No rule to make target `libgnutls-26.def', needed by `all-am'.
Stop.
This comes from the fact that libgnutls-26.def is generated implicitly when
libgnutls.la is built, and make does not know about this.
The attached patch fixes the issue by adding a dependency on libgnutls.la, so
that make won't bother about the def file until the la file is built.
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Tue 15 Nov 2011 09:42:55 AM GMT Name:
0001-Add-dependencies-from-the-def-files-to-the-libraries.patch Size: 2kB
By: mstorsjo
<http://savannah.gnu.org/support/download.php?file_id=24378>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/support/?107874>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
More information about the Gnutls-devel
mailing list