lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5973] Link wx_test with all dependencies in configure bui


From: Vadim Zeitlin
Subject: [lmi-commits] [5973] Link wx_test with all dependencies in configure build.
Date: Mon, 06 Oct 2014 17:38:12 +0000

Revision: 5973
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5973
Author:   zeitlin
Date:     2014-10-06 17:38:12 +0000 (Mon, 06 Oct 2014)
Log Message:
-----------
Link wx_test with all dependencies in configure build.

Depending on implicitly linked shared libraries had never been correct, but
with gcc 4.9/binutils 2.24 it also plainly doesn't work, so list all the
libraries wx_test depends on explicitly in its LDADD automake variable.

Modified Paths:
--------------
    lmi/trunk/Makefile.am

Modified: lmi/trunk/Makefile.am
===================================================================
--- lmi/trunk/Makefile.am       2014-10-06 17:38:02 UTC (rev 5972)
+++ lmi/trunk/Makefile.am       2014-10-06 17:38:12 UTC (rev 5973)
@@ -257,8 +257,13 @@
   main_wx_test.cpp
 wx_test_CXXFLAGS = $(AM_CXXFLAGS) $(WX_CXXFLAGS)
 wx_test_LDADD = \
-  libskeleton.la \
-  $(WX_LIBS)
+    liblmi.la \
+    libskeleton.la \
+    libwx_new.la \
+    $(XMLWRAPP_LIBS) \
+    $(GTK_LIBS) \
+    $(BOOST_LIBS) \
+    $(WX_LIBS)
 
 # libraries
 




reply via email to

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