'umfpack.h' not found, but it's in /opt/local/include/

Posted by user2924321 on Stack Overflow See other posts from Stack Overflow or by user2924321
Published on 2013-10-27T03:49:28Z Indexed on 2013/10/27 3:53 UTC
Read the original article Hit count: 119

Filed under:
|
|

I'm trying to compile a program called hiQlab on OSX 10.8

g++ -g -O2 -I`echo /Users/.../Documents/hiQlab/hiqlab-2006-07-20/tools/`/lua/include -I`echo /Users/.../Documents/hiQlab/hiqlab-2006-07-20/tools/`/tolua++/include -c cscmatrix.cc
cscmatrix.cc:13:12: fatal error: 'umfpack.h' file not found

#include "umfpack.h"

but I just installed SuiteSparse through macports which includes umfpack and umfpack.h is in fact present in default directory /opt/local/include/

do I need to add the path or something?

Thanks!

© Stack Overflow or respective owner

Related posts about osx

Related posts about compiler