Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I had the same problem. It seems that cmake 2.8.12.2 corrupts the libs during rpath modification (throwing in two identical LC_RPATHs.)

Two different (but similar :) ) solutions:

  1. Downgrading cmake (I tested 2.8.11.2 and it works).
  2. Although I haven't tested this, it is likely that the problem can also be solved by upgrading to a cmake version after this commit: http://cmake.org/gitweb?p=cmake.git;a=commit;h=08141a5.

I had the same problem. It seems that cmake 2.8.12.2 corrupts the libs during rpath modification (throwing in two identical LC_RPATHs.)

Two different (but similar :) ) solutions:

  1. Downgrading cmake (I tested 2.8.11.2 and it works).
  2. Although I haven't tested this, it is likely that the problem can also be solved by upgrading to a cmake version after this commit: http://cmake.org/gitweb?p=cmake.git;a=commit;h=08141a5. http://cmake.org/gitweb?p=cmake.git;a=commit;h=08141a5