home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.fortran
- Path: sparky!uunet!munnari.oz.au!bruce.cs.monash.edu.au!monu6!eng-b7-g15-13.eng.monash.edu.au!weiping
- From: weiping@eng2.eng.monash.edu.au (Weiping Hu Materials)
- Subject: Re: Help needed in using fortran
- Message-ID: <weiping.45.724562586@eng2.eng.monash.edu.au>
- Lines: 49
- Sender: news@monu6.cc.monash.edu.au (Usenet system)
- Organization: Faculty of Engineering, Monash University
- References: <1992Dec16.231206.28351@mariner.amc.edu.au>
- Date: Thu, 17 Dec 1992 03:23:06 GMT
-
- In article <1992Dec16.231206.28351@mariner.amc.edu.au> lwang@mariner.amc.edu.au (Luo Wang) writes:
- >From: lwang@mariner.amc.edu.au (Luo Wang)
- >Subject: Help needed in using fortran
- >Date: Wed, 16 Dec 92 23:12:06 GMT
- >Hi,
- >
- >I have a package programmed with Fortran 77. It was programmed by one of our
- >teammate in the same research team. But, he left last month. I havn't learned
- >any Fortran before.
- >
- >Before he left, the teammate showed me the procedure to compile the program.
- >I could run the program just like using an application software such as word
- >procesor. I mean what I know is just how to use it.
- >
- >Then the program was running allright. But recently I have some difficulties
- >in running and compiling the program.
- >
- >In running:
- >
- >run-time error R6002
- >- floating point not loaded
- >
- >In compiling:( FORTRAN optimizing compiler version 5.00)
- >
- >Command line warning D4005: could not execute ' link.exe';
- >
- >Can anyone there tell me what the problem is?
- >
- >Thank you very much.
- >
- >Luo Wang
- >
- >
- You should have specified what compiler you are using. It seems to me you
- are using the MS Fortran 5.0. In that case, the compiler shouldn't
- call 'link.exe'. Or you maybe running a batch file. In any case, check
- that your link.exe is not infected with virus. If it has been, then you
- need to check/clean the whole system and re-install link.exe.
-
- Another possibility is that you are using different data files, and one or
- some of the data are illegal to the program. Try to use the original data
- file your collegue has used and see what happens.
-
- The error number is dependant on the compiler you are using and you may
- check the manual which came with the compiler to find out the meaning.
-
- Hope this helps.
-
- W. Hu
-