Author |
Message |
Topic: Could you give me some examples of compiling under \FTN95 ? |
jkyun
Replies: 24
Views: 35083
|
Forum: Support Posted: Wed Aug 27, 2008 6:10 am Subject: |
Could anyone please let me know why the output file is not created even though I got the executable file??? |
Topic: Could you give me some examples of compiling under \FTN95 ? |
jkyun
Replies: 24
Views: 35083
|
Forum: Support Posted: Tue Aug 19, 2008 4:11 am Subject: Finally I could get to the level of executable file... |
Finally I could get to the level of executable file. But when I ran the file, I did not get the desired output file in the directory. Is there anyway I can find what went wrong? I do not understand ... |
Topic: Could you give me some examples of compiling under \FTN95 ? |
jkyun
Replies: 24
Views: 35083
|
Forum: Support Posted: Fri Aug 01, 2008 5:25 am Subject: |
I happened to be in success in the first step of compilation. Now I need to link the *.obj file and run the *.exe file.
Could anyone let me know the command line syntax of FTN95 in:
(1) LINK
(2) ... |
Topic: Installation notes |
jkyun
Replies: 9
Views: 9292
|
Forum: Support Posted: Thu Jul 31, 2008 3:38 pm Subject: |
Now initial compiling is successful. I can see the *.obj file has been created. Could anyone tell me the necessary syntax to link this *.obj file and run the *.exe file?? |
Topic: Could you give me some examples of compiling under \FTN95 ? |
jkyun
Replies: 24
Views: 35083
|
Forum: Support Posted: Wed Jul 30, 2008 4:49 pm Subject: For your better understanding.. |
I have used the following source code:
++++++++++++++++++++++++++++++++
C THIS PROGRAM IS DESIGNED TO CONSTRUCT THE BASIC DATA SET THAT IS
C MATCHING COMPANY ID (CIK) WITH CUSIP (9-DIG ... |
Topic: Could you give me some examples of compiling under \FTN95 ? |
jkyun
Replies: 24
Views: 35083
|
Forum: Support Posted: Wed Jul 30, 2008 5:26 am Subject: I am still getting an error message as follows: |
C:\Program Files\Silverfrost\FTN95>ftn95 /silent/fixed_format readcusip.for.txt
[FTN95/Win32 Ver. 5.21.0 Copyright (c) Silverfrost Ltd 1993-2008]
0017) OPEN(UNIT=10,FILE='COMPSTATCIKCUSIP. ... |
Topic: Could you give me some examples of compiling under \FTN95 ? |
jkyun
Replies: 24
Views: 35083
|
Forum: Support Posted: Thu Jul 24, 2008 11:33 pm Subject: Now I have found why I could not compile the source file |
Yet I am used to FORTRAN 77 language and all my source files are written in FORTRAN 77 acceptable language. Could you let me know where I need to look up tp learn the changes between FORTRAN 77 to FO ... |
Topic: Could you give me some examples of compiling under \FTN95 ? |
jkyun
Replies: 24
Views: 35083
|
Forum: Support Posted: Thu Jul 24, 2008 10:26 pm Subject: The source code file is in the same directory |
If:
(1) the source code file 'readcusip.for' is in the same directory
(2) the source code file 'readcusip.for' is written in ASCII text using notepad
then what would be the possible cause of erro ... |
Topic: Could you give me some examples of compiling under \FTN95 ? |
jkyun
Replies: 24
Views: 35083
|
Forum: Support Posted: Thu Jul 24, 2008 9:48 pm Subject: I still get a error message |
While I am doing the step (a), I am getting the error message as follows:
*** Source file 'readcusip.for' cannot be opened
'readcusip.for' is written in ASCII (notepad). Does this cause probl ... |
Topic: Could you give me some examples of compiling under \FTN95 ? |
jkyun
Replies: 24
Views: 35083
|
Forum: Support Posted: Thu Jul 24, 2008 2:58 pm Subject: Could you give me some examples of compiling under \FTN95 ? |
I used to use FORTRAN 77 under VAX and IBM. Several years ago I used COMPAQ made FORTRAN Compiler. I used to use the command as follows:
FORT Filename.for
LINK Filename
RUN Filename
But I ha ... |
|