home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / fortran / 4787 < prev    next >
Encoding:
Text File  |  1992-12-16  |  2.2 KB  |  61 lines

  1. Newsgroups: comp.lang.fortran
  2. Path: sparky!uunet!munnari.oz.au!bruce.cs.monash.edu.au!monu6!eng-b7-g15-13.eng.monash.edu.au!weiping
  3. From: weiping@eng2.eng.monash.edu.au (Weiping Hu Materials)
  4. Subject: Re: Help needed in using fortran
  5. Message-ID: <weiping.45.724562586@eng2.eng.monash.edu.au>
  6. Lines: 49
  7. Sender: news@monu6.cc.monash.edu.au (Usenet system)
  8. Organization: Faculty of Engineering, Monash University 
  9. References: <1992Dec16.231206.28351@mariner.amc.edu.au>
  10. Date: Thu, 17 Dec 1992 03:23:06 GMT
  11.  
  12. In article <1992Dec16.231206.28351@mariner.amc.edu.au> lwang@mariner.amc.edu.au (Luo Wang) writes:
  13. >From: lwang@mariner.amc.edu.au (Luo Wang)
  14. >Subject: Help needed in using fortran
  15. >Date: Wed, 16 Dec 92 23:12:06 GMT
  16. >Hi, 
  17. >
  18. >I have a package programmed with Fortran 77. It was programmed by one of our
  19. >teammate in the same research team. But, he left last month. I havn't learned 
  20. >any Fortran before.
  21. >
  22. >Before he left, the teammate showed me the procedure to compile the program.
  23. >I could run the program just like using an application software such as word
  24. >procesor. I mean what I know is just how to use it.
  25. >
  26. >Then the program was running allright. But recently I have some difficulties
  27. >in running and compiling the program.
  28. >
  29. >In running:
  30. >
  31. >run-time error R6002
  32. >- floating point not loaded
  33. >
  34. >In compiling:( FORTRAN optimizing compiler version 5.00)
  35. >
  36. >Command line warning D4005: could not execute ' link.exe';
  37. >
  38. >Can anyone there tell me what the problem is?
  39. >
  40. >Thank you very much.
  41. >
  42. >Luo Wang
  43. >
  44. >
  45. You should have specified  what compiler  you are using.  It seems to me you 
  46. are using the MS Fortran 5.0.  In that case, the  compiler shouldn't 
  47. call 'link.exe'.  Or you maybe running  a batch file.   In any case,  check 
  48. that your link.exe  is not infected  with virus.  If it has  been, then you 
  49. need to check/clean the whole system and re-install link.exe.
  50.  
  51. Another possibility is that you are using  different  data files, and one or 
  52. some of the data are illegal to the program.  Try to use  the original data 
  53. file  your collegue has used and see what happens.   
  54.  
  55. The error  number is dependant on the compiler you are using and you may 
  56. check the  manual which  came with the compiler to find out the meaning.
  57.  
  58. Hope this helps.
  59.  
  60. W. Hu
  61.