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