Thank you,
Lori
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [libmshr.2017.1.0.dev0.dylib] Error 1
make[1]: *** [CMakeFiles/mshr.dir/all] Error 2
make: *** [all] Error 2
** Outcome from first step of mshr installation from source:
(fenicsproject) Macintosh:~ Administrator$ cmake -DDOLFIN_DIR=/Users/Administrator/anaconda/envs/fenicsproject/share/dolfin/cmake /Users/Administrator/Downloads/fenics-project-mshr-26c9724eebde
-- The C compiler identification is AppleClang 7.0.2.7000181
-- The CXX compiler identification is AppleClang 7.0.2.7000181
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Boost version: 1.63.0
-- Found the following Boost libraries:
-- system
-- filesystem
-- program_options
-- Targetting Unix Makefiles
-- Using /Library/Developer/CommandLineTools/usr/bin/c++ compiler.
-- DARWIN_VERSION=14
-- Mac Leopard detected
-- Building CGAL
-- Current source dir: /Users/Administrator/Downloads/fenics-project-mshr-26c9724eebde/3rdparty
-- Binary dir: /Users/Administrator
-- CGAL build type: Debug
CMake Warning at CMakeLists.txt:86 (find_package):
By not providing "FindVTK.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "VTK", but
CMake did not find one.
Could not find a package configuration file provided by "VTK" with any of
the following names:
VTKConfig.cmake
vtk-config.cmake
Add the installation prefix of "VTK" to CMAKE_PREFIX_PATH or set "VTK_DIR"
to a directory containing one of the above files. If "VTK" provides a
separate development package or SDK, be sure it has been installed.
-- VTK not found
-- Found SWIG: /Users/Administrator/anaconda/envs/fenicsproject/bin/swig (found version "3.0.11")
-- Testing disabled
-- Configuring done
CMake Warning (dev):
Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake
--help-policy CMP0042" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
MACOSX_RPATH is not specified for the following targets:
mshr
This warning is for project developers. Use -Wno-dev to suppress it.
-- Generating done
-- Build files have been written to: /Users/Administrator