home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / c / 20343 < prev    next >
Encoding:
Text File  |  1993-01-28  |  925 b   |  21 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!ferkel.ucsb.edu!taco!gatech!rpi!batcomputer!cornell!uw-beaver!news.tek.com!psgrain!ee.und.ac.za!hippo!ruchem.ru.ac.za!ROBIN
  3. From: robin@ruchem.ru.ac.za
  4. Subject: f2c
  5. Message-ID: <1993Jan28.094601.14840@hippo.ru.ac.za>
  6. Sender: news@hippo.ru.ac.za (Usenet News Admin)
  7. Reply-To: robin@ruchem.ru.ac.za
  8. Organization: Rhodes University, Grahamstown, SA
  9. Date: Thu, 28 Jan 1993 09:48:10 GMT
  10. Lines: 9
  11.  
  12. I'm trying to translate a simple Jacobi eigen-value/vector routine from
  13. Fortran. f2c bombs: it complains about RETURN if i try to translate the
  14. jacobi sub by itself, and if i append it to a short driver prog f2c
  15. complains about the words SUBROUTINE and RETURN, and mentions an error
  16. insegmentation. I'm doing this on a SUN but i want C code compatibble 
  17. with Turbo C 1.0. looking at the manual (man f2c) does *not* help, can
  18. anyone tell me what i'm doing wrong?
  19. Robin
  20. robin@ruchem.ru.ac.za
  21.