From: "Tony O'Bryan" Newsgroups: comp.os.msdos.djgpp Subject: Re: parse error Date: Sun, 07 Dec 1997 20:19:28 -0600 Organization: Southwest Missouri State University Lines: 9 Message-ID: <348B5930.4AA7@nic.smsu.edu> References: <65o5te$cd9 AT camel20 DOT mindspring DOT com> <19971207213201 DOT QAA14323 AT ladder02 DOT news DOT aol DOT com> Reply-To: aho450s AT nic DOT smsu DOT edu NNTP-Posting-Host: marie.a09.smsu.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk CIAaagent wrote: > I, too, am getting a lot of parse errors, due to (I believe) my attempted use > of LIB files. For whatever reason, DJGPP uses libraries ending with the ".a" > extension, NOT ".lib". I have yet to be able to figure out how to use LIB > files (such as FastGraph graphics libraries) with DJGPP. 16-bit .LIB files are not compatible with DJGPP. You will need to use a library compiled for DJGPP.