|
运算中出现不解提示,求助01
***********************
[Fortran] 纯文本查看 复制代码 01 | function r 8 _log_ 10 ( x ) |
21 | double precision r 8 _huge |
22 | double precision r 8 _log_ 10 |
25 | if ( x .eq. 0.0D+00 ) then |
26 | #7492 | r8_log_10 = - r8_huge ( x ) |
28 | r 8 _log_ 10 = log10 ( abs ( x ) ) |
********************************
main.f90:7492:29: 7492 | r8_log_10 = - r8_huge ( x ) | 1Warning: More actual than formal arguments in procedure call at (1)/usr/bin/ld: /tmp/cc2NnkaB.o: in function `test07_':main.f90:(.text+0x1b015): undefined reference to `r8_uniform_'/usr/bin/ld: main.f90:(.text+0x1b04f): undefined reference to `r8_uniform_'/usr/bin/ld: /tmp/cc2NnkaB.o: in function `test03_':main.f90:(.text+0x1cddc): undefined reference to `r8_uniform_'/usr/bin/ld: /tmp/cc2NnkaB.o: in function `test02_':main.f90:(.text+0x1d745): undefined reference to `r8_uniform_'/usr/bin/ld: main.f90:(.text+0x1d765): undefined reference to `r8_uniform_'/usr/bin/ld: /tmp/cc2NnkaB.o:main.f90:(.text+0x1dcbc): more undefined references to `r8_uniform_' followcollect2: error: ld returned 1 exit status
#7492????
不解。及下面内容的意思,求助!
谢谢!
|
|