This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
Bug 538 - cmake failure Can't link to the standard math library
Summary: cmake failure Can't link to the standard math library
Status: NEW
Alias: None
Product: Eigen
Classification: Unclassified
Component: General (show other bugs)
Version: 3.1
Hardware: x86 - 64-bit Linux
: Normal Unknown
Assignee: Nobody
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-21 05:01 UTC by andreas
Modified: 2019-12-04 12:00 UTC (History)
3 users (show)



Attachments

Description andreas 2012-12-21 05:01:08 UTC
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
Comment 1 Christoph Hertzberg 2012-12-21 13:13:25 UTC
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);}
Comment 2 Nobody 2019-12-04 12:00:09 UTC
-- 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.

Note You need to log in before you can comment on or make changes to this bug.