home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / fortran / 4294 < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.1 KB  |  29 lines

  1. Newsgroups: comp.lang.fortran
  2. Path: sparky!uunet!cs.utexas.edu!wupost!cs.uiuc.edu!sparc0b!proth
  3. From: proth@cs.uiuc.edu (Philip Roth)
  4. Subject: Multiple passes for Absoft linker
  5. Message-ID: <BxLIzw.CzA@cs.uiuc.edu>
  6. Summary: I want to perform more than one pass at a time, can I?
  7. Sender: news@cs.uiuc.edu
  8. Organization: University of Illinois at Urbana-Champaign
  9. Date: Thu, 12 Nov 1992 09:14:20 GMT
  10. Lines: 17
  11.  
  12. The class I TA for is using the Absoft FORTRAN compiler on 
  13. Macintoshes.  I am trying to link some self-made subroutine libraries 
  14. with a main program, but am having trouble with the linker ( 'link' ).
  15. It performs only one pass over the input at a time,
  16. meaning that there are always loads of unresolved references, which would
  17. be resolved by a multiple pass linker.  I can't find any documentation 
  18. for this linker at the instructional computer labs ( where the software is )
  19. here on campus.
  20.  
  21. My question: is there a way to force the linker to attempt multiple
  22. passes to resolve references, or am I stuck with just one at a time?
  23.  
  24. E-mail replies are fine,
  25. Thanks,
  26. Phil Roth
  27.  
  28.  
  29.