Date: Sun, 13 Oct 1996 12:31:58 +0200 (IST) From: Eli Zaretskii To: David L Clayton Cc: "'DJGPP mail place'" Subject: Re: IPX asm woes! In-Reply-To: <01BBB6EA.A5115680@gw2-136.pool.dircon.co.uk> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 10 Oct 1996, David L Clayton wrote: > Anyone fancy converting a whole bunch of MASM code into DJGPP inline? > > Included is an .ASM file, which compiles with MASM to form IPX.lib = > (compatible with TC 1.5). I can't seem to get it to compile with DJGPP, = > as it keeps saying that none of the commands are recognised.=20 > I've tried putting it as inline, and even creating a makefile, but to no = > avail. Any suggestions? Suggestion: read the DJGPP FAQ list (available as v2/faq201b.zip from the same place you get DJGPP). It explains in section 17.1 that the assembler used by GCC uses an entirely different syntax. You will have to convert your assembly source before it will accept it.