关于suitesparse上的metis问题

从网上下载了代码,要求用macports下载suitesparse,它的makefile是这样的,但是在终端make之后却出现了ld: library not found for -lmetis
clang: error: linker command failed with exit code 1 (use -v to see invocation)
的问题,请问要如何解决,感谢图片说明

可以参考:

http://blog.csdn.net/frank_jb/article/details/50129199
http://blog.csdn.net/u011011341/article/details/11783011

gcc版本不匹配,需要gcc 4.4.7,以及64bit环境。