gnutls-devel
[Top][All Lists]
Advanced

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

[sr #107874] Parallel builds for mingw fail


From: Martin Storsjö
Subject: [sr #107874] Parallel builds for mingw fail
Date: Tue, 15 Nov 2011 09:42:57 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.51.22 (KHTML, like Gecko) Version/5.1.1 Safari/534.51.22

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/




reply via email to

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