Building Simbody3.0 for Opensim 3.0 on MacOSX(10.8.2)/Xcode
Posted: Thu Feb 07, 2013 12:49 pm
I got sources from simtk website and trying to install opensim 3.0, hence simbody 3.0 first on Mac OS X 10.8.2 with the latest Xcode.
I keep having the issues with searching/linking library:
[ 11%] Building CXX object SimTKcommon/sharedTarget/CMakeFiles/SimTKcommon_d.dir/__/Polynomial/src/rpoly.cpp.o
Linking CXX shared library ../../libSimTKcommon_d.dylib
ld: library not found for -lpthreadVC2
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [libSimTKcommon_d.dylib] Error 1
make[1]: *** [SimTKcommon/sharedTarget/CMakeFiles/SimTKcommon_d.dir/all] Error 2
make: *** [all] Error 2
Anyhow had a luck to build successfully on the same environment as mine? I am new to Mac as well, so there might be something about that, too. Thanks!
I keep having the issues with searching/linking library:
[ 11%] Building CXX object SimTKcommon/sharedTarget/CMakeFiles/SimTKcommon_d.dir/__/Polynomial/src/rpoly.cpp.o
Linking CXX shared library ../../libSimTKcommon_d.dylib
ld: library not found for -lpthreadVC2
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [libSimTKcommon_d.dylib] Error 1
make[1]: *** [SimTKcommon/sharedTarget/CMakeFiles/SimTKcommon_d.dir/all] Error 2
make: *** [all] Error 2
Anyhow had a luck to build successfully on the same environment as mine? I am new to Mac as well, so there might be something about that, too. Thanks!