|
卡在这里进行不下去,请指教!
g77 -o bin/Linux_P4_CBLAS_lam/xhpl HPL_pddriver.o HPL_pdinfo.o HPL_pdtest.o lib/Linux_P4_CBLAS_lam/libhpl.a
/home/lam/hpl/lib/Linux_P4_CBLAS_lam/libhpl.a(HPL_dgemv.o)(.text+0x96): In function `HPL_dgemv':
: undefined reference to `dgemv_'
/home/lam/hpl/lib/Linux_P4_CBLAS_lam/libhpl.a(HPL_dgemv.o)(.text+0x108): In function `HPL_dgemv':
: undefined reference to `dgemv_'
/home/lam/hpl/lib/Linux_P4_CBLAS_lam/libhpl.a(HPL_dcopy.o)(.text+0x2b): In function `HPL_dcopy':
: undefined reference to `dcopy_'
/home/lam/hpl/lib/Linux_P4_CBLAS_lam/libhpl.a(HPL_daxpy.o)(.text+0x3b): In function `HPL_daxpy':
: undefined reference to `daxpy_'
/home/smonkey/lam/hpl/lib/Linux_P4_CBLAS_lam/libhpl.a(HPL_dscal.o)(.text+0x2b): In function `HPL_dscal':
: undefined reference to `dscal_'
/home/lam/hpl/lib/Linux_P4_CBLAS_lam/libhpl.a(HPL_idamax.o)(.text+0x25): In function `HPL_idamax':
: undefined reference to `idamax_'
/home/lam/hpl/lib/Linux_P4_CBLAS_lam/libhpl.a(HPL_dtrsv.o)(.text+0xaa): In function `HPL_dtrsv':
: undefined reference to `dtrsv_'等等 |
|