Tagged Questions

1
vote
1answer
1k 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 ...