主题:请大侠帮忙啊!急用啊!
我运行后出现的错误如下
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 3 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP3764.tmp" with contents
[
/check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt /module:"Debug/" /object:"Debug/" /pdbfile:"Debug/DF60.PDB"
"F:\test\3\3.f90"
]
Creating command line "link.exe kernel32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/3.pdb" /debug /machine:I386 /out:"Debug/3.exe" /pdbtype:sept .\Debug\3.obj "
<h3>Output Window</h3>
Compiling Fortran...
F:\test\3\3.f90
Linking...
3.obj : error LNK2001: unresolved external symbol _RANDOM_N2UMBER@4
Debug/3.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
<h3>Results</h3>
3.exe - 2 error(s), 0 warning(s)
</pre>
</body>
</html>
由于程序比较大,我把他压缩了!请大侠指导!
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 3 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP3764.tmp" with contents
[
/check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt /module:"Debug/" /object:"Debug/" /pdbfile:"Debug/DF60.PDB"
"F:\test\3\3.f90"
]
Creating command line "link.exe kernel32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/3.pdb" /debug /machine:I386 /out:"Debug/3.exe" /pdbtype:sept .\Debug\3.obj "
<h3>Output Window</h3>
Compiling Fortran...
F:\test\3\3.f90
Linking...
3.obj : error LNK2001: unresolved external symbol _RANDOM_N2UMBER@4
Debug/3.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
<h3>Results</h3>
3.exe - 2 error(s), 0 warning(s)
</pre>
</body>
</html>
由于程序比较大,我把他压缩了!请大侠指导!