Ashwinning / libmv

Automatically exported from code.google.com/p/libmv
MIT License
0 stars 0 forks source link

Compilation fails because of undefined references to lapack functions. #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. make clean
2. make

Linking of bundle_test will fail, arguing undefined references to lapack
functions.

Simply re-running make will solve the problem.

Original issue reported on code.google.com by pau.garg...@gmail.com on 8 Jun 2009 at 5:03

GoogleCodeExporter commented 9 years ago
The issue is probably cmake related. Our build scripts reference the sba cmake 
files. 
Does this happen with a fresh checkout?

Original comment by mie...@gmail.com on 9 Jun 2009 at 12:37

GoogleCodeExporter commented 9 years ago
yes it does.

At first I tried the f2c compilation option, but it failed because of an 
undefined reference to __MAIN or something 
like this.  Then I tried the non-f2c solution.  This works but only with two 
makes.  It is really weird, but I haven't 
put any effort in solving it yet, so it might be a silly error.

Original comment by pau.garg...@gmail.com on 9 Jun 2009 at 9:13

GoogleCodeExporter commented 9 years ago
I switched the code from sba to Zach's SSBA.  No more blas/lapack dependencies.

Original comment by pau.garg...@gmail.com on 11 Jun 2009 at 4:13