Date: Fri, 27 Jul 2001 11:53:39 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <7263-Fri27Jul2001115339+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 In-reply-to: <3B60BD40.475957DD@hotmail.nospam.com> (message from Ian Rees on Thu, 26 Jul 2001 21:00:48 -0400) Subject: Re: .mak files References: <996140448 DOT 528135 AT queeg DOT ludd DOT luth DOT se> <3B607842 DOT 1350BDEA AT hotmail DOT nospam DOT com> <3B60BD40 DOT 475957DD AT hotmail DOT nospam DOT com> 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: Ian Rees > Newsgroups: comp.os.msdos.djgpp > Date: Thu, 26 Jul 2001 21:00:48 -0400 > > Never mind, I discovered that that file is in fact used for borland, > as you both suspected. Now I have this other file, wrap_g.s I DO > need to use this file, it is the irq wrapper for djgpp. The file > has many instructions which look like asm to me like popl, movl, > orl, jz, etc. I assume that there is a seperate program that I will > have to use to add this to my project. No, this is not necessarily a correct assumption: GCC already knows how to compile *.s files (see section 8.5 of the DJGPP FAQ for details). So I suggest to compile that file as usual. If you see error messages which you cannot figure out, post them here.