home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / hp / 9927 < prev    next >
Encoding:
Text File  |  1992-09-01  |  1.0 KB  |  38 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!usc!rpi!ghost.dsi.unimi.it!cdc835.cdc.polimi.it!tghe337
  3. From: tghe337@cdc835.cdc.polimi.it ()
  4. Subject: Need help with Fortran and C
  5. Date: Tue, 1 Sep 1992 15:23:45 GMT
  6. Nntp-Posting-Host: cdc835.cdc.polimi.it
  7. Organization: C.d.C., Politecnico di Milano
  8. Keywords: libU77 fortran C
  9. Sender: netnews@cdc835.cdc.polimi.it (News Admin)
  10. Message-ID: <tghe337.715361025@cdc835>
  11. Lines: 25
  12.  
  13. I'm tryng to call Fortran routines from a C program.
  14. The message I receive from the loader is : 
  15.  
  16. /bin/ld: Unsatisfied symbols:
  17.    FTN_WS_STOP (code)
  18.    FTN_E_WSFE (code)
  19.    FTN_DO_CHIO (code)
  20.    U_dDrelease (code)
  21.    FTN_DO_I4IO (code)
  22.    FTN_DMOD$ (code)
  23.    FTN_DO_CHIOA (code)
  24.    FTN_S_WSFE (code)
  25.    F77_INDEX (code)
  26.    FTN_ISIGN (code)
  27.    STOREIMAGE (code)
  28.    U_dDget (code)
  29.  
  30. I've notice that some of this symbols are defined in libU77.a but even
  31. adding the switch -lU77 to the cc command line, the problem remains
  32. unresolved ( just like the symbols :-)) 
  33.  
  34. Can anyone out there help me ?
  35.  
  36. Thanks a lot...
  37.  
  38.