Date : Thu, 24 Jan 1985 09:50:34 EST
From : Michael Barker <mbarker@BBNZ.ARPA>
Subject: Re: Microsoft L80 question
>I believe the problem is in the order of your modules. I am just
>guessing but this happened to me once, so I ordered the modules
>so the linker doesn't have to back-up. If a function in one module
>calls a function in another module, the caller must come before the
>called function. Good luck, you'll need it.
>{allegra,ihnp4}!convex!ctvax!uokvax!uok!mpackard
There is another temporary fix... just ask L80 to search the library twice (or
more) by doing "foolib/s,foolib/s". L80 doesn't know how to backup, but you
can tell it to search as many times as necessary to pick up backward
references.
mike