error LNK2019: unresolved external symbol SLARNV
Posted: Sun May 28, 2017 11:12 pm
Hi,
I'm new to using the library. I'm running it on Visual Studio, Windows.
I'm trying to test the library on C++ and have installed it according to the instructions. However, I seem to have this type of error wherein it references to FORTRAN symbols, of which I'm not using:
Would anyone kindly advise on how I can fix it? Have I missed a step in the installation?
Thank you.
I'm new to using the library. I'm running it on Visual Studio, Windows.
I'm trying to test the library on C++ and have installed it according to the instructions. However, I seem to have this type of error wherein it references to FORTRAN symbols, of which I'm not using:
Code: Select all
magma_sparse.lib(magma_ssolverinfo.obj) : error LNK2019: unresolved external symbol [b]SLARNV[/b] referenced in function magma_seigensolverinfo_initThank you.