Date: Fri, 16 Mar 2001 11:24:31 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Tom Hunt" Message-Id: <2110-Fri16Mar2001112431+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: <98rmam$a67$1@jake.esu.edu> (thunt1@falcon.lhup.edu) Subject: Re: Linking DJGPP programs with MASM generated COFF files References: <98ra9f$9rh$1 AT jake DOT esu DOT edu> <98rl6g$3922o$1 AT ID-57378 DOT news DOT dfncis DOT de> <98rmam$a67$1 AT jake DOT esu DOT edu> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Tom Hunt" > Newsgroups: comp.os.msdos.djgpp > Date: Thu, 15 Mar 2001 19:22:51 -0500 > > I checked the FAQ right after I posted the first time. Nothing in there on > linking C and Assembler modules apart from. Did you overlook section 17.4? > The problem does not seem to be with the COFF file itself. It's just that > the medium between the C module and the > assembled coff is not getting set up right. I'm asking how that should be > done correctly. Is it possible to post here the command line you used to link the program and the error message(s) you got? An example of the source of an assembly function you are trying to link would be also nice. It's really hard to tell what might be the problem without knowing that much.