From 9804c8bc6e07dcc9572164e3ee0a9b9bc05eece9 Mon Sep 17 00:00:00 2001 From: Alice Cuzzocrea Date: Fri, 12 Apr 2019 13:34:17 +0200 Subject: [PATCH] Add -lpthread in configure --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index f3186018..a79b823b 100755 --- a/configure +++ b/configure @@ -389,7 +389,7 @@ if [[ ${ZEROMQ} = $(not_found) ]] ; then fail fi -F77ZMQ=$(find_lib -lzmq -lf77zmq) +F77ZMQ=$(find_lib -lzmq -lf77zmq -lpthread) if [[ ${F77ZMQ} = $(not_found) ]] ; then error "Fortran binding of ZeroMQ (f77zmq) is not installed." fail