Tagged Questions

1
vote
2answers
637 views

Trying to build the LEVMAR math library on a mac using the Accelerate Framework

I want build levmar-2.5 math library on a mac using the included Makefile. It requires LAPACK, another math library which is included in the Accelerate Framework. I do not know how to modify the ...
1
vote
1answer
996 views

C C++ Linking Error

all! I am writing a program in C++ which uses the CLAPACK ATLAS library. However, I cannot get the program to link successfully to the library. I have written a small C program to better demonstrate ...
0
votes
1answer
43 views

LAPACK with gcc startup guide

I need help to setup LAPACK in Linux gcc. I am new to LAPACK and have no knowledge in using Fortran. I have downloaded lapack-3.4.0, and make the libraries to get liblapack.a and librefblas.a. ...