Date: Wed, 26 Jun 1996 16:08:57 +0200 (IST) From: Eli Zaretskii To: Jun Choi Cc: djgpp AT delorie DOT com Subject: Re: Libraries? In-Reply-To: <31D1156E.4700@mail.erols.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 26 Jun 1996, Jun Choi wrote: > I have some libraries from other sources and their were made from > Borland 3.1 or Turbo 3.0. Will it work with Djgpp if I link them. I do > I have to port them. I don't know how so is there anyway to do it. You cannot use them directly: linking them with DJGPP won't work. Check out sections 17.5 and 17.6 of the DJGPP FAQ list (v2/faq200b.zip from the same place you get DJGPP) for your options. The best is of course to get the C sources and port them to DJGPP.