Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site bubba.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!decwrl!pyramid!ut-sally!utastro!cositex!bubba!vomlehn From: vomlehn@bubba.UUCP Newsgroups: net.micro.mac Subject: Re: Megamax C problems Message-ID: <167@bubba.UUCP> Date: Thu, 30-Jan-86 21:48:33 EST Article-I.D.: bubba.167 Posted: Thu Jan 30 21:48:33 1986 Date-Received: Mon, 3-Feb-86 05:42:29 EST References: <97200002@siemens.UUCP> Organization: COSI Texas, Austin, Texas Lines: 17 > Additionally, a few of my compiled modules won't link at all. When I > add them to the list of modules to link I receive a message like: > Couldn't find (some) label(s) > $19 $27 $56 > Press RETURN to continue > Removing these modules from the list of modules to link stops this error > from occurring but doesn't really solve my problem. Surprise! Some of the object modules in the C library won't link. I ran into that problem with setjmp/longjmp. I used the librarian to extract the module, turned it into a compilable form and compiled it. I didn't bother to put this back in the library, but when I linked with the .o file, it linked correctly. I haven't actually verified that it works yet because I only overcame this hurdle last week and haven't touched the code yet, but it looks like it works. David M. VomLehn ...ihnp4!ut-sally!cositex!vomlehn