On 2014-01-14 12:12, Bastian Löffler wrote:
Well ....
I found that the link was wrong (old version) it was pointing to
nowhere. I removed it. Now i have no link in /usr/lib{64} anymore:
file /opt/acml5.3.1/gfortran64/lib/libacml.so
/opt/acml5.3.1/gfortran64/lib/libacml.so: ELF 64-bit LSB shared object,
x86-64, version 1 (SYSV), dynamically linked, not stripped
pkg-config lapack --libs
-L//opt/acml5.3.1/gfortran64/lib -lacml
The link may have been the cause of trouble. Your compile lines of
cvxopt
didn't include "-L//opt/acml5.3.1/gfortran64/lib" so you were compiling
against
that dead link.
Hopefully now that you have removed this deadlink things will work.
If not we have done something wrong in cvxopt.
Francois