<div dir="ltr"><div>Hi there,</div><div><br></div><div>    I checked out  moab from <a class="" href="https://bitbucket.org/fathomteam/moab" style="font-size:13px;text-decoration:none;color:rgb(85,85,85);border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:rgb(187,187,187);background-color:rgb(238,238,238);font-family:Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif"><span class="" style="background-image:url(http://trac.mcs.anl.gov/projects/ITAPS/chrome/common/extlink.gif);padding-left:12px;background-repeat:no-repeat no-repeat"> </span>https://bitbucket.org/fathomteam/moab</a><font color="#000000" face="Verdana, Arial, Bitstream Vera Sans, Helvetica, sans-serif">. When I build, I meet some error, I think maybe they are bugs. </font></div>
<div><font color="#000000" face="Verdana, Arial, Bitstream Vera Sans, Helvetica, sans-serif"><br></font></div><div><font color="#000000" face="Verdana, Arial, Bitstream Vera Sans, Helvetica, sans-serif">First ,  when I run the following command and meet an error like:</font></div>
<div><font color="#000000" face="Verdana, Arial, Bitstream Vera Sans, Helvetica, sans-serif"><br></font></div><div>$  autoreconf -fi </div><div>test/parallel/Makefile.am:30: `:='-style assignments are not portable<br>
</div><div><br></div><div>After I change ":=" to "=", it work well.</div><div><br></div><div>Then I configure it by:</div><div><br></div><div><div>./configure --prefix=/home/why/software/moab/20130914 --enable-static --enable-igeom --enable-debug --enable-tools --enable-docs  --disable-mbzoltan --disable-qvdual \</div>
<div>--with-netcdf \</div><div>--with-mpi \</div><div>--with-hdf5 \</div><div>--with-zoltan=/usr/local \</div><div>--with-parmetis=/usr \</div><div>--with-cgm=/home/why/software/cgma/6070 \</div><div>--with-vtk=/home/why/software/vtk </div>
</div><div><br></div><div>and when I make it,  I find I can't compile three tools and a test:</div><div><br></div><div>tools/mbcoupler<br></div><div>tools/mbcslam<br></div><div>tools/dagmc<br></div><div>test/perf<br></div>
<div><br></div><div>The problem is that they can't link with cgm. I find that the problem come from the Makefile in these directories. So I just change the line</div><div>"LIBS = -lm"  to  "LIBS =  -lm ${CGM_LIBS}", then make can pass, and make check also work well. </div>
<div><br></div><div>I still can't compile the tools/mbzoltan and tools/qvdual, and I havn't figure out the reason why.  </div><div><br></div><div>Hope these informatin can improve the build process of  Moad.</div>
<div><br></div><div>Best</div><div><br></div><div>Huayi </div><div><br></div><div><br></div></div>