Page 1 of 1

[SOLVED] SimTKlapack is missing in OpenSim-3.1 Linux

Posted: Thu Oct 24, 2013 1:14 am
by ilviveas
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

Re: SimTKlapack is missing in OpenSim-3.1-Linux-x64.tar.gz?

Posted: Thu Oct 24, 2013 1:18 am
by ilviveas
I forgot to underline that the SimTKlapack lubrary is normally installed by the Windows installer.

Michele

Re: SimTKlapack is missing in OpenSim-3.1-Linux-x64.tar.gz?

Posted: Thu Oct 24, 2013 5:27 am
by ilviveas
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

Re: [SOLVED] SimTKlapack is missing in OpenSim-3.1 Linux

Posted: Thu Oct 24, 2013 8:48 am
by sherm
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