Hi,
My Lapack installation does not contain the complete Visual Studio Solution:
when I open the 'lapack-3.1.1' solution Visual Studio emits a stream of
messages of the form "The application for project '....\reference
blas.vfproj' is not installed. This means that I don't have examples of
calling routines from the blas and lapack libraries. I've tried variously to
declare the routines e.g.
#define F77_CALL(x) x ## _
#define F77_NAME(x) F77_CALL(x)
#ifdef __cplusplus
extern "C" {
#endif
/* Level 1 BLAS */
extern double F77_NAME(dasum)(const int *n, const double *dx, const int
*incx);
#ifdef __cplusplus
}
#endif
but always get the linking error 'unresolved external symbl _dasum_
referenced in ...'
Could you please advise?
Regards
Frans Wiid
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.eecs.utk.edu/mailman/private/lapack/attachments/20091104/cbebe8e9/attachment.html
|