<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Courier New, Courier, monospace">Dear moab folks,<br>
      <br>
      I just configure moab with<br>
      <br>
      '/Users/cary/projects/dagmcall/moab/configure'
      --prefix=/volatile/moab-master.r5237-sersh --disable-static
      --enable-shared CC='/usr/bin/clang' CXX='/usr/bin/clang++'
      FC='/usr/local/bin/gfortran' F77='/usr/local/bin/gfortran'
      CXXFLAGS='-stdlib=libstdc++' FFLAGS='-pipe -fPIC' FCFLAGS='-pipe
      -fPIC' --enable-dagmc --without-vtk
      --with-hdf5='/contrib/hdf5-1.8.13-sersh'<br>
      <br>
      on Darwin.  It built and installed, but at the end of the cmake <br>
      configuration file (lib/MOABConfig.cmake) I see many lines
      beginning <br>
      with '-n' and then 'n' at line endings:<br>
      <br>
      # Library and include defs<br>
      SET(MOAB_INCLUDE_DIRS "/volatile/moab-master.r5237-sersh/include")<br>
      -n SET(MOAB_LIBRARIES "<br>
      -n          -L/contrib/hdf5-1.8.13-sersh/lib
      -L/volatile/moab-master.r5237-sersh/lib -lMOAB  -lc++ -lpthread
      -lz -ldl -lm    -lhdf5")n<br>
      -n SET(DAGMC_LIBRARIES "<br>
      -n          -L/contrib/hdf5-1.8.13-sersh/lib
      -L/volatile/moab-master.r5237-sersh/lib -ldagmc -lMOAB  -lc++
      -lpthread -lz -ldl -lm    -lhdf5")n<br>
      <br>
      This causes any cmake project depending on moab to fail.<br>
      <br>
      It is also a bit strange, in that in cmake-land, libraries are
      what<br>
      is after the -l, and LIBRARY_DIRS are what is after the -L.<br>
      <br>
      ......John</font>
  </body>
</html>