Date: Sun, 30 Jun 1996 10:32:20 +0200 (IST) From: Eli Zaretskii To: Jun Choi Cc: djgpp AT delorie DOT com Subject: Re: Libraries? In-Reply-To: <31D5AD84.31EA@mail.erols.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sat, 29 Jun 1996, Jun Choi wrote: > I have a question to all the experts on C programming plus Djgpp. If > you have a library, for example (game.lib) could their be a way to make > it a djgpp library without the source. Short answer: no, you can't (libraries and object files from different compilers don't mix). Long answer: get the DJGPP FAQ list (faq200b.zip from the same place you get DJGPP) and read section 17.5 there.