You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2006/02/14 12:29:40 UTC

svn commit: r377699 - in /incubator/tuscany/cpp/sdo/runtime/core: src/commonj/sdo/Makefile.am test/Makefile.am

Author: robbinspg
Date: Tue Feb 14 03:29:35 2006
New Revision: 377699

URL: http://svn.apache.org/viewcvs?rev=377699&view=rev
Log:
link libstdc++ dynamically

Modified:
    incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/Makefile.am
    incubator/tuscany/cpp/sdo/runtime/core/test/Makefile.am

Modified: incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/Makefile.am
URL: http://svn.apache.org/viewcvs/incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/Makefile.am?rev=377699&r1=377698&r2=377699&view=diff
==============================================================================
--- incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/Makefile.am (original)
+++ incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/Makefile.am Tue Feb 14 03:29:35 2006
@@ -74,7 +74,8 @@
 	XSDPropertyInfo.cpp \
 	XSDTypeInfo.cpp
 
-libtuscany_sdo_la_LIBADD = 
+libtuscany_sdo_la_LIBADD = -lstdc++
+
 INCLUDES = -I$(top_builddir)/runtime/core/src \
            -I${LIBXML2_INCLUDE}
                    

Modified: incubator/tuscany/cpp/sdo/runtime/core/test/Makefile.am
URL: http://svn.apache.org/viewcvs/incubator/tuscany/cpp/sdo/runtime/core/test/Makefile.am?rev=377699&r1=377698&r2=377699&view=diff
==============================================================================
--- incubator/tuscany/cpp/sdo/runtime/core/test/Makefile.am (original)
+++ incubator/tuscany/cpp/sdo/runtime/core/test/Makefile.am Tue Feb 14 03:29:35 2006
@@ -4,8 +4,8 @@
 AM_CPPFLAGS = $(CPPFLAGS)
 tuscany_sdo_test_SOURCES = sdotest.cpp sdotest2.cpp
 
-tuscany_sdo_test_LDADD   =   -L$(TUSCANY_SDO_HOME)/lib -ltuscany_sdo \
-	-L$(top_builddir)/runtime/core/src/commonj/sdo -lxml2
+tuscany_sdo_test_LDADD   =  -ltuscany_sdo \
+	-L$(top_builddir)/runtime/core/src/commonj/sdo -lxml2 -lstdc++
 
 INCLUDES = -I$(top_builddir)/runtime/core/test \
             -I$(top_builddir)/runtime/core/src