However during the process I found on the guide the following Statement:
Now, as far as I understood SimTKlapack is not supported for Mac, so I built Simbody with normal lapack;blas configuration,If you are building Simbody on OS X 10.7 (Lion) you will need to use the SDK 10.6 instead of 10.5, and SimTKlapack must be used rather than the Mac native lapack. This is done by changing your cmake configuration as follows:
Set CMAKE_OSX_DEPLOYMENT_TARGET to "10.6", and CMAKE_OSX_SYSROOT to /Developer/SDKs/MacOSX10.6.sdk"
Set BUILD_USING_OTHER_LAPACK to "SimTKlapack", and add the Simbody build directory to my DYLD_LIBRARY_PATH
However apparently there is some error that prevent me to compile the code, here what I have:
Code: Select all
inking CXX shared library ../../libosimCommon.dylib
ld: warning: ignoring file /usr/local/SimTK/lib/libSimTKcommon.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: ignoring file /usr/local/SimTK/lib/libSimTKmath.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
Undefined symbols for architecture i386
Do you have hints? should I use the 3.1 beta source code?
Thanks for the infos
Marco