From: ribes Date: Thu, 17 Feb 2011 13:46:36 +0000 (+0000) Subject: Warning!!!! X-Git-Tag: Start_BR_19998_21191~69 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=94a96501074a11ebe06c1b2a327d011003f2d8b7;p=modules%2Fkernel.git Warning!!!! DSO linking policy is changing in new linux distribution (new Fedora, Debian Wheezy) See infos in: http://wiki.debian.org/ToolChain/DSOLinking http://fedoraproject.org/wiki/UnderstandingDSOLinkChange --- diff --git a/src/DSC/DSC_User/Datastream/Calcium/Makefile.am b/src/DSC/DSC_User/Datastream/Calcium/Makefile.am index 5b2d02dec..ffcbce1df 100644 --- a/src/DSC/DSC_User/Datastream/Calcium/Makefile.am +++ b/src/DSC/DSC_User/Datastream/Calcium/Makefile.am @@ -140,6 +140,8 @@ test_DataIdContainer_SOURCES = test_DataIdContainer.cxx test_DataIdContainer_CXXFLAGS = $(COMMON_CPPFLAGS) -test_DataIdContainer_LDADD = libSalomeCalcium.la $(top_builddir)/src/Utils/libOpUtil.la +test_DataIdContainer_LDADD = libSalomeCalcium.la \ + $(top_builddir)/src/Utils/libOpUtil.la \ + $(top_builddir)/src/SALOMELocalTrace/libSALOMELocalTrace.la test_DataIdContainer_LDFLAGS = $(COMMON_LIBS) diff --git a/src/DSC/DSC_User/Makefile.am b/src/DSC/DSC_User/Makefile.am index 98e0a7012..b31e6b3fc 100644 --- a/src/DSC/DSC_User/Makefile.am +++ b/src/DSC/DSC_User/Makefile.am @@ -89,6 +89,7 @@ test_DSC_Exception_SOURCES = test_DSC_Exception.cxx test_DSC_Exception_CXXFLAGS = $(COMMON_CPPFLAGS) test_DSC_Exception_LDADD = $(top_builddir)/src/Utils/libOpUtil.la \ + $(top_builddir)/src/SALOMELocalTrace/libSALOMELocalTrace.la \ $(CORBA_LIBS) SUBDIRS = . Basic Datastream diff --git a/src/Launcher/Makefile.am b/src/Launcher/Makefile.am index ad3e8eab9..48dd964dd 100644 --- a/src/Launcher/Makefile.am +++ b/src/Launcher/Makefile.am @@ -166,6 +166,7 @@ SALOME_LauncherServer_CPPFLAGS=\ SALOME_LauncherServer_LDADD =\ libSalomeLauncher.la \ ../Basics/libSALOMEBasics.la \ + ../SALOMELocalTrace/libSALOMELocalTrace.la \ $(LIBBATCH_LIBS) \ $(MPI_LIBS) \ $(CORBA_LIBS) \