home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.hp
- Path: sparky!uunet!usc!rpi!ghost.dsi.unimi.it!cdc835.cdc.polimi.it!tghe337
- From: tghe337@cdc835.cdc.polimi.it ()
- Subject: Need help with Fortran and C
- Date: Tue, 1 Sep 1992 15:23:45 GMT
- Nntp-Posting-Host: cdc835.cdc.polimi.it
- Organization: C.d.C., Politecnico di Milano
- Keywords: libU77 fortran C
- Sender: netnews@cdc835.cdc.polimi.it (News Admin)
- Message-ID: <tghe337.715361025@cdc835>
- Lines: 25
-
- I'm tryng to call Fortran routines from a C program.
- The message I receive from the loader is :
-
- /bin/ld: Unsatisfied symbols:
- FTN_WS_STOP (code)
- FTN_E_WSFE (code)
- FTN_DO_CHIO (code)
- U_dDrelease (code)
- FTN_DO_I4IO (code)
- FTN_DMOD$ (code)
- FTN_DO_CHIOA (code)
- FTN_S_WSFE (code)
- F77_INDEX (code)
- FTN_ISIGN (code)
- STOREIMAGE (code)
- U_dDget (code)
-
- I've notice that some of this symbols are defined in libU77.a but even
- adding the switch -lU77 to the cc command line, the problem remains
- unresolved ( just like the symbols :-))
-
- Can anyone out there help me ?
-
- Thanks a lot...
-
-