radial.o : error LNK2001: unresolved external symbol lambda_fatal error LNK1120: 8 unresolved externals,error.failed with exit status 1120
问题 I am running an open-source package that has some codes in Python 3.7 mixed with Fortran FOR . I use Visual Studio 2019 and Intel Parallel Studio 2019 integrated.so when I run in Intel CMD f2py -c radial.for I got this error : radial.o : error LNK2001: unresolved external symbol lambda_ fatal error LNK1120: 8 unresolved externals error: Command...failed with exit status 1120 So what should I do.I tested that I have problem with Fortran Codes .Any help would be appreciated. my Intel CMD: There