Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!clyde!cbatt!ihnp4!houxm!mtuxo!mtgzz!rosen From: rosen@mtgzz.UUCP (t.rosenfeld) Newsgroups: net.micro.pc Subject: MS LINK- fixup error Message-ID: <2250@mtgzz.UUCP> Date: Tue, 4-Nov-86 10:37:54 EST Article-I.D.: mtgzz.2250 Posted: Tue Nov 4 10:37:54 1986 Date-Received: Thu, 6-Nov-86 01:05:16 EST Organization: AT&T Information Systems Labs, Holmdel NJ Lines: 29 I'm having a terrible problem linking my program! I am using Microsoft C and Assembler. I am trying to link in an assembly module with my C modules and I keep getting "Fixup overflow ..." errors when I link. After much barking up the wrong tree I had the compiler generate the .ASM via the "-Fa" option, then assemble the .ASM file with MASM then link-- and I still got the same error. Mind you If I did not use "-Fa" and compiled and linked in one step I got no link errors. I am thinking that the compiler passes some secret options to the assembler that I don't know about to make things work. The options I used were: masm /MX /ML I also added the "/A",but that didn't help either. My compile command line is: cl -Alfu -K -Od Any suggestions??? -- ---------------- Thomas Rosenfeld @ AT&T Information Systems Labs, Middletown, NJ (201) 957-5867 UUCP: {harpo,ihnp4,burl,akgua}!mtgzz!rosen Disclaimer: I don't claim anything.