<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hi,</div>
<div><br>
</div>
<div>I tried a few MOAB examples, and got compile errors like below.</div>
<div>I am using OS X Yosemite 10.10.3.</div>
<div>Can anybody suggest a solution?</div>
<div>Thanks.</div>
<div><br>
</div>
<div>
<p style="margin: 0px; font-size: 11px; font-family: 'Andale Mono'; color: rgb(252, 253, 255); background-color: rgb(79, 8, 45);">
<span style="font-variant-ligatures: no-common-ligatures; color: #55cbff">[xuwu]</span><span style="font-variant-ligatures: no-common-ligatures; color: #3df02d">[~/software/sharp_deps/moab-4.8.0/share/examples]</span>> make HelloMOAB MOAB_DIR=/Users/xuwu/software/sharp_deps/moab-4.8.0
 CPPFLAGS=-I/Users/xuwu/software/sharp_deps/moab-4.8.0/include/</p>
<p style="margin: 0px; font-size: 11px; font-family: 'Andale Mono'; color: rgb(252, 253, 255); background-color: rgb(79, 8, 45);">
mpicxx  -I/Users/xuwu/software/sharp_deps/moab-4.8.0/include/   HelloMOAB.cpp   -o HelloMOAB</p>
<p style="margin: 0px; font-size: 11px; font-family: 'Andale Mono'; color: rgb(252, 253, 255); background-color: rgb(79, 8, 45);">
Undefined symbols for architecture x86_64:</p>
<p style="margin: 0px; font-size: 11px; font-family: 'Andale Mono'; color: rgb(252, 253, 255); background-color: rgb(79, 8, 45);">
  "moab::Core::Core()", referenced from:</p>
<p style="margin: 0px; font-size: 11px; font-family: 'Andale Mono'; color: rgb(252, 253, 255); background-color: rgb(79, 8, 45);">
      _main in ccfOALBp.o</p>
<p style="margin: 0px; font-size: 11px; font-family: 'Andale Mono'; color: rgb(252, 253, 255); background-color: rgb(79, 8, 45);">
  "moab::Range::clear()", referenced from:</p>
<p style="margin: 0px; font-size: 11px; font-family: 'Andale Mono'; color: rgb(252, 253, 255); background-color: rgb(79, 8, 45);">
      moab::Range::~Range() in ccfOALBp.o</p>
<p style="margin: 0px; font-size: 11px; font-family: 'Andale Mono'; color: rgb(252, 253, 255); background-color: rgb(79, 8, 45);">
  "moab::MBError(int, char const*, char const*, char const*, moab::ErrorCode, char const*, moab::ErrorType)", referenced from:</p>
<p style="margin: 0px; font-size: 11px; font-family: 'Andale Mono'; color: rgb(252, 253, 255); background-color: rgb(79, 8, 45);">
      _main in ccfOALBp.o</p>
<p style="margin: 0px; font-size: 11px; font-family: 'Andale Mono'; color: rgb(252, 253, 255); background-color: rgb(79, 8, 45);">
  "moab::Range::size() const", referenced from:</p>
<p style="margin: 0px; font-size: 11px; font-family: 'Andale Mono'; color: rgb(252, 253, 255); background-color: rgb(79, 8, 45);">
      _main in ccfOALBp.o</p>
<p style="margin: 0px; font-size: 11px; font-family: 'Andale Mono'; color: rgb(252, 253, 255); background-color: rgb(79, 8, 45);">
ld: symbol(s) not found for architecture x86_64</p>
<p style="margin: 0px; font-size: 11px; font-family: 'Andale Mono'; color: rgb(252, 253, 255); background-color: rgb(79, 8, 45);">
collect2: error: ld returned 1 exit status</p>
<p style="margin: 0px; font-size: 11px; font-family: 'Andale Mono'; color: rgb(252, 253, 255); background-color: rgb(79, 8, 45);">
make: *** [HelloMOAB] Error 1</p>
</div>
<div><br>
</div>
<div><br>
</div>
<div>-Xu</div>
</body>
</html>