From 548aa4f2fb7b19c03da4e65c765c201b867fa02c Mon Sep 17 00:00:00 2001 From: Thomas Applencourt Date: Mon, 7 May 2018 16:37:07 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 52f949c3..39e05a4a 100644 --- a/README.md +++ b/README.md @@ -163,3 +163,6 @@ It's caused when we call the DGEMM routine of LAPACK. Set `ulimit -s unlimited`, before runing `qp_run`. It seems to fix the problem. +#### Error: f77zmq not symbol found + +In the Makefile of the f77zmq, you should NOT use ar but `libtool -static`