Goodmorning everybody,
I'm looking for someone which is using the last API version of OpenSim (3.1 as in the title).
My question is about the missing library 'SimTKlapack' in the folder 'lib'.
I am not able to properly linking my old code with the last version.
Actually it works correctly using the 3.0 version.
Any ideas? I'd really appreciate any helps
Have a nice day,
Michele
[SOLVED] SimTKlapack is missing in OpenSim-3.1 Linux
- Michele Vivian
- Posts: 4
- Joined: Thu Dec 23, 2010 2:46 am
[SOLVED] SimTKlapack is missing in OpenSim-3.1 Linux
Last edited by Michele Vivian on Thu Oct 24, 2013 5:28 am, edited 1 time in total.
- Michele Vivian
- Posts: 4
- Joined: Thu Dec 23, 2010 2:46 am
Re: SimTKlapack is missing in OpenSim-3.1-Linux-x64.tar.gz?
I forgot to underline that the SimTKlapack lubrary is normally installed by the Windows installer.
Michele
Michele
- Michele Vivian
- Posts: 4
- Joined: Thu Dec 23, 2010 2:46 am
Re: SimTKlapack is missing in OpenSim-3.1-Linux-x64.tar.gz?
I solved it reading carefully the message of error:
/usr/bin/ld: warning: liblapack.so.3gf, needed by /home/USER/ThirdPartyPrograms/opensim31/lib/libosimAnalyses.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libblas.so.3gf, needed by /home/USER/ThirdPartyPrograms/
So you must be sure to have these libriaries already installed.
See you,
Michele
/usr/bin/ld: warning: liblapack.so.3gf, needed by /home/USER/ThirdPartyPrograms/opensim31/lib/libosimAnalyses.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libblas.so.3gf, needed by /home/USER/ThirdPartyPrograms/
So you must be sure to have these libriaries already installed.
See you,
Michele
- Michael Sherman
- Posts: 808
- Joined: Fri Apr 01, 2005 6:05 pm
Re: [SOLVED] SimTKlapack is missing in OpenSim-3.1 Linux
Yes, that's right Michele -- we are only using SimTKlapack on Windows in 3.1; on other platforms we switched to the native lapack and blas libraries.
Regards,
Sherm
Regards,
Sherm