]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Warning!!!!
authorribes <ribes>
Thu, 17 Feb 2011 13:46:36 +0000 (13:46 +0000)
committerribes <ribes>
Thu, 17 Feb 2011 13:46:36 +0000 (13:46 +0000)
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

src/DSC/DSC_User/Datastream/Calcium/Makefile.am
src/DSC/DSC_User/Makefile.am
src/Launcher/Makefile.am

index 5b2d02dec5e831f3becda43b7c75cd9a03b38fae..ffcbce1dfd31b8a3c41f92c037e8e454a0a80845 100644 (file)
@@ -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)
index 98e0a7012c3b2a72dc6a1d12264332ed1fbd5de1..b31e6b3fc0a1cc76b300708a380c087765c480af 100644 (file)
@@ -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
index ad3e8eab9d80b91993f3d68ceec2b61ee0584e3c..48dd964dd6a375ed65aff62dc2e954f2051b2097 100644 (file)
@@ -166,6 +166,7 @@ SALOME_LauncherServer_CPPFLAGS=\
 SALOME_LauncherServer_LDADD =\
        libSalomeLauncher.la \
        ../Basics/libSALOMEBasics.la \
+       ../SALOMELocalTrace/libSALOMELocalTrace.la \
        $(LIBBATCH_LIBS) \
        $(MPI_LIBS) \
        $(CORBA_LIBS) \