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