Plplot安装受阻以后,改装dislin,然后安装好dislin并设置好环境变量后,按照readme.txt中的步骤:
Now you can compile, link and run the example programs in the
DISLIN subdirectory examples with the commands
CLINK -a exa_c (for icl)
DLINK -a exa_f77 (for ifort, Fortran 77)
F90LINK -a exa_f90 (for ifort, Fortran 90/95)
and
CLINK -a map_c (for icl)
DLINK -a map_f77 (for ifort, Fortran 77)
F90LINK -a map_f90 (for ifort, Fortran 90/95)
Notes:
- The Dislin libraries disifl.lib and disifl_d.lib are compiled
with the option /MT (Multithreaded). If you want to link for
Multithreaded DLL runtime libraries (/MD), you can link with the
Dislin libraries disifd.lib or disifd_d.lib.
- This DISLIN distribution does not contain a pre-compiled
'dislin.mod' file for Fortran 90/95. Please compile the file
'dislin.f90' in the DISLIN\ifc and DISLIN\ifc\real64 directories
with the command ifort -c dislin.f90.
- CLINK, DLINK and F90LINK link by default with the single
precision library disifl.lib. A double precision version
of the library is also included (disifl_d.lib).
然而我在DLINK -a exa_f77以后,却报错
LINK : fatal error LNK1181: 无法打开输入文件“\disifl.lib”.
disifl.lib文件就在C:\dislin文件夹下啊,有没有解决办法?