home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!UB.com!pacbell.com!ames!olivea!charnel!psgrain!ee.und.ac.za!hippo!ruchem.ru.ac.za!ROBIN
- From: robin@ruchem.ru.ac.za
- Newsgroups: comp.lang.fortran
- Subject: f2c
- Message-ID: <1993Jan28.093725.14271@hippo.ru.ac.za>
- Date: 28 Jan 93 09:39:33 GMT
- Sender: news@hippo.ru.ac.za (Usenet News Admin)
- Reply-To: robin@ruchem.ru.ac.za
- Organization: Rhodes University, Grahamstown, SA
- Lines: 8
-
- I'm using f2c (for the first time!) to translate a simple Jacobi
- eigen-value/-vector routine to C (TurboC to be exact, that's what
- I've got on my PC. It won't work, if I try translate *just* the
- jacobi subroutine f2c complains about finding RETURN; if I translate
- a short prog which calls jacobi then f2c moans about finding SUBROUTINE
- and RETURN as well as mentioning segmentation errors. I'm doing
- all this on a SUN. man f2c does not help. What am I doing wrong?
- Robin
-