HI,
First I'd like to thank Christian about his help concernining the=20
"COMPLEX" problem. But while trying to compile even a very very simple=20
code like the following:
#define LA_COMPLEX_SUPPORT =20
#include <lapack++.h>
#include <iostream>
int main()
{
LaGenMatDouble A ; =20
std::cout<< "This is a test "<< std::endl;
return 0;
}
I get several undefined references errors like:
/tmp/ccL1isCB.o(.text+0x19): In function `main':
: undefined reference to =AB LaGenMatDouble::LaGenMatDouble[in-charge]()=BB
I'm not sure why this happens...
Please give me some help.
Thanks in adavance
|