Commit 8a01631f by Maarten L. Hekkelman

link static with libstdc++.a

parent af724fe5
......@@ -22,6 +22,7 @@ LIBS = -lcif++ \
@BOOST_REGEX_LIB@ \
@BOOST_PROGRAM_OPTIONS_LIB@ \
-lboost_timer -lboost_chrono \
-Wl,-Bstatic -lstdc++ -Wl,-Bdynamic \
@LIBS@
prefix = @prefix@
......@@ -48,6 +49,8 @@ CXXFLAGS += $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) pkg-config --cflags $(P
LDFLAGS += $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) pkg-config --libs $(PACKAGES) )
endif
LDFLAGS += -static-libgcc
# Use the DEBUG flag to build debug versions of the code
DEBUG = @DEBUG@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment