<p dir="ltr">This looks like an error due to incompatible static and dynamic builds for dependencies. For your static builds, use - -with-pic or CXXFLAGS="-fPIC -DPIC". Reconfigure CGM and install first. Then try moab build again. Let us know if there are still problems. </p>

<p dir="ltr">Vijay</p>
<div class="gmail_quote">On Aug 16, 2014 10:30 AM, "Huayi Wei" <<a href="mailto:huayiwei1984@gmail.com">huayiwei1984@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi, Moab dev,<br>
<br>
I configure moab like following:<br>
```<br>
 ./configure --prefix=/home/why/software/<u></u>sigma/tmp --enable-shared --enable-debug --enable-igeom --enable-tools --enable-docs --disable-qvdual  --without-cgns --with-mpi --with-netcdf=/usr --with-hdf5 --with-zoltan=/usr/local/<u></u>sigma/thirdparty/Zoltan --with-parmetis=/usr --with-cgm=/usr/local/sigma/1.<u></u>0 --with-vtk=/usr/local/sigma/<u></u>thirdparty/VTK --with-vtk-lib-suffix=-6.0 CPPFLAGS="-I/usr/local/sigma/<u></u>thirdparty/Zoltan/include " LIBS="-lzoltan -lparmetis -lmetis -lptscotch  -lptscotcherr -lptscotcherrexit"<br>

```<br>
<br>
When make, I met an error as following :<br>
<br>
```<br>
Making all in mbzoltan<br>
make[3]: Entering directory `/home/why/software/sigma/src/<u></u>moab/tools/mbzoltan'<br>
  CXX      mbpart.o<br>
In file included from MBZoltan.hpp:27:0,<br>
                 from mbpart.cpp:1:<br>
/usr/local/sigma/thirdparty/<u></u>Zoltan/include/zoltan_cpp.h:<u></u>151:7: warning: unused parameter ‘iperm’ [-Wunused-parameter]<br>
   int Order    ( int num_gid_entries,<br>
       ^<br>
  CXXLD    mbpart<br>
/usr/bin/ld: mbpart.o: undefined reference to symbol '_ZN11CubitStringD1Ev'<br>
/usr/local/sigma/1.0/lib/<u></u>libcgm.so.0: error adding symbols: DSO missing from command line<br>
collect2: error: ld returned 1 exit status<br>
make[3]: *** [mbpart] Error 1<br>
make[3]: Leaving directory `/home/why/software/sigma/src/<u></u>moab/tools/mbzoltan'<br>
make[2]: *** [all-recursive] Error 1<br>
make[2]: Leaving directory `/home/why/software/sigma/src/<u></u>moab/tools'<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory `/home/why/software/sigma/src/<u></u>moab'<br>
make: *** [all] Error 2<br>
```<br>
Does the problem come from libcgm.so.0. Please help me to fixed it. Thanks very much.<br>
<br>
Best<br>
<br>
Huayi<br>
<br>
</blockquote></div>