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`