home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!news.univie.ac.at!scsing.switch.ch!univ-lyon1.fr!ghost.dsi.unimi.it!rpi!usc!howland.reston.ans.net!spool.mu.edu!hri.com!noc.near.net!bigboote.WPI.EDU!yoyodyne.WPI.EDU!bugsy
- From: bugsy@yoyodyne.WPI.EDU (Christopher Sean Moran)
- Newsgroups: comp.lang.fortran
- Subject: compiling FORTRAN IV on Unix f77
- Message-ID: <1k6e6cINNmqo@bigboote.WPI.EDU>
- Date: 27 Jan 93 16:45:00 GMT
- Organization: Worcester Polytechnic Institute
- Lines: 13
- NNTP-Posting-Host: yoyodyne.wpi.edu
-
- Help me... I have a program called VORLAX which I need to compile.
- It was written and compiled originally on CDC FORTRAN IV. All
- I have access to is Unix f77. I have tried to compile it, but
- its a no go. One problem is the first line
-
- PROGRAM VORLAX(INPUT,OUTPUT, etc)
-
- the compiler doesnt like the parenthesis after the program
- declaration. Past that there are no other problems.
-
- I do get an executable after compiling if I take the stuff
- in the parenthesis out. But UNIX dumps my core every time
- I run the program. Can anyone help me?
-