Skip to content

Commit

Permalink
Merge pull request apache#13 from dato-code/linker_magic
Browse files Browse the repository at this point in the history
Static link libstdc++ on linux
  • Loading branch information
Jay Gu committed Jan 30, 2016
2 parents 8270509 + a9115a4 commit 635585b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ if [[ $OSTYPE == linux* ]]; then
USE_OPENMP=1
WIN32=0
USE_BLAS="blas"
SHARED_LINKER_FLAGS="-Wl,-rpath,\\\$\$ORIGIN -Wl,-rpath,${PWD}/deps/local/lib64 -Wl,-rpath,${PWD}/deps/local/lib"
SHARED_LINKER_FLAGS="-Wl,-rpath,\\\$\$ORIGIN -Wl,-rpath,${PWD}/deps/local/lib64 -Wl,-rpath,${PWD}/deps/local/lib -static-libstdc++"
elif [[ $OSTYPE == darwin* ]]; then
USE_OPENMP=0
WIN32=0
Expand Down

0 comments on commit 635585b

Please sign in to comment.