xlf sblat1.o -lessl -o ../xblat1s
ld: 0711-317 ERROR: Undefined symbol: .srotm
ld: 0711-317 ERROR: Undefined symbol: .sdsdot
ld: 0711-317 ERROR: Undefined symbol: .srotmg
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
Here make is trying construct an executable xblas1s.
The goal of xblas1s is to test the Level 1 BLAS single precision.
The BLAS library you are providing is ESSL. The linker XLF cannot find the BLAS
functions in ESSL.
This is the error messages you are seeing.
You should either link with reference BLAS in Makefile.inc, or do not run this
test, simply type "make lib".
Julien.
|