[Lapackpp-devel] HELP: about Lapack++ on vc6
Status: Beta
Brought to you by:
cstim
From: Xu B. <xub...@gm...> - 2005-09-23 07:23:46
|
Hello, *I'm new to Lapack++. I have download **lapackpp-2.4.0-setup.exe for 32 bits windows and installed it on my computer.* *then I use a example surplemented by the package to test the compiler, but there are a lot of errors as follows:* c:\program files\lapackpp\include\lapackpp\blas1pp.h(217) : error C2039: 'fabs' : is not a member of 'std' c:\program files\lapackpp\include\lapackpp\blas3pp.h(259) : error C2039: 'abs' : is not a member of 'std' c:\program files\lapackpp\include\lapackpp\blas3pp.h(287) : error C2039: 'abs' : is not a member of 'std' c:\program files\lapackpp\include\lapackpp\blas3pp.h(315) : error C2039: 'abs' : is not a member of 'std' c:\program files\lapackpp\include\lapackpp\blas3pp.h(334) : error C2039: 'abs' : is not a member of 'std' c:\program files\lapackpp\include\lapackpp\blas3pp.h(334) : error C2039: 'abs' : is not a member of 'std' c:\program files\lapackpp\include\lapackpp\blas3pp.h(338) : error C2039: 'abs' : is not a member of 'std' c:\program files\lapackpp\include\lapackpp\blas3pp.h(338) : error C2039: 'abs' : is not a member of 'std' c:\program files\lapackpp\include\lapackpp\blas3pp.h(338) : error C2039: 'abs' : is not a member of 'std' c:\program files\lapackpp\include\lapackpp\blas3pp.h(341) : error C2039: 'abs' : is not a member of 'std' c:\program files\lapackpp\include\lapackpp\blas3pp.h(341) : error C2039: 'abs' : is not a member of 'std' c:\my work\numerical\lapack++\my test\1\t1.cpp(140) : error C2039: 'min' : is not a member of 'std' c:\my work\numerical\lapack++\my test\1\t1.cpp(140) : error C2065: 'min' : undeclared identifier Error executing cl.exe. Creating browse info file... Can any one tell me why? Thanks -- xubin |