home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / fortran / 5224 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.0 KB

  1. 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
  2. From: bugsy@yoyodyne.WPI.EDU (Christopher Sean Moran)
  3. Newsgroups: comp.lang.fortran
  4. Subject: compiling FORTRAN IV on Unix f77
  5. Message-ID: <1k6e6cINNmqo@bigboote.WPI.EDU>
  6. Date: 27 Jan 93 16:45:00 GMT
  7. Organization: Worcester Polytechnic Institute
  8. Lines: 13
  9. NNTP-Posting-Host: yoyodyne.wpi.edu
  10.  
  11. Help me... I have a program called VORLAX which I need to compile.
  12. It was written and compiled originally on CDC FORTRAN IV.  All
  13. I have access to is Unix f77.  I have tried to compile it, but
  14. its a no go.  One problem is the first line
  15.  
  16. PROGRAM VORLAX(INPUT,OUTPUT, etc)
  17.  
  18. the compiler doesnt like the parenthesis after the program 
  19. declaration.  Past that there are no other problems.
  20.  
  21. I do get an executable after compiling if I take the stuff
  22. in the parenthesis out. But UNIX dumps my core every time
  23. I run the program.  Can anyone help me?
  24.