Hi everyone,
I have a linker error while trying to implement scalapack.lib for win32
which is compiled according to the specifications on its webpage succesfully.
Actually, I have added all the output .lib files
as a result of the LAPACK and SCALAPACK complations to my project
and also the Intel C and Fortran compilers are installed.
My project is a pure C++ MS Studio project.
While compiling the project during the linking stage, I have the following problem:
Linking...
SCALAPACK.lib(pxerbla.obj) : error LNK2019: unresolved external symbol _for_write_seq_fmt referenced in function _PXERBLA
SCALAPACK.lib(pxerbla.obj) : error LNK2019: unresolved external symbol _for_write_seq_fmt_xmit referenced in function _PXERBLA
I googled these errors however I could not get a obselete solution.
I want to ask for your assistance. Thanks for your replies in advance.

