System: ubuntu 12.04 The version from 12th december 2012 installed fine with cmake. File downloaded on 20th december 2012 prints following error message: CMake Error at CMakeLists.txt:75 (message): Can't link to the standard math library. Please report to the Eigen developers, telling them about your platform. -- Configuring incomplete, errors occurred! best regards, andreas
Are you sure this happened recently? I don't see any relevant changes in that period. Did you change anything on your platform? Can you compile/link this simple program: #include <cmath> int main(){std::sin(1.0); std::log(1.0f);}
-- GitLab Migration Automatic Message -- This bug has been migrated to gitlab.com's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.com/libeigen/eigen/issues/538.