--- a/scripts/make-config.sh +++ b/scripts/make-config.sh @@ -601,7 +601,7 @@ [[ -z $MACOS ]] && LDFLAGS_PTHREAD="-pthread" # External libraries -LDLIBS="$LDLIBS -lpthread" +LDLIBS="$LDLIBS -lc++_shared" [[ -z $MACOS$OPENBSD ]] && LDLIBS="$LDLIBS -lrt" LDLIBS="$LDLIBS -lm"