cvxpy_codegen icon indicating copy to clipboard operation
cvxpy_codegen copied to clipboard

Added LDLIBS to makefile template

Open snietfeld opened this issue 7 years ago • 0 comments

Moved -lecos and -lm library includes into LDLIBS and changed arg order to be compatible. Fixes 'undefined reference to log/sqrt' error during compile with gcc v5.4.0.

More context on the type of error in this thread: http://stackoverflow.com/questions/13249610/how-to-use-ldflags-in-makefile

snietfeld avatar May 11 '17 15:05 snietfeld