Date: Sat, 20 Aug 1994 05:53:15 -0700 (PDT) From: "Frederick W. Reimer" Subject: Re: Borland Libraries To: "Chendi Zhang (Guest)" Cc: djgpp AT sun DOT soe DOT clarkson DOT edu On Fri, 19 Aug 1994, Chendi Zhang (Guest) wrote: > Having spent most of my time with Turbo C++ 3.1 Visual Edition before I found > DJGPP, I do not know how to incorporate .lib files into my djgpp programs. > Is there anyway to convert between these formats? I believe you will have to recompile all of your source files into object files in the format that DJGPP uses, and then use ranlib or something similar to create a Unix style library (ending in .a). You can't use a DOS type .lib file with DJGPP (Unles things have changed drastically!). Fred Reimer +-------------------------------------------------------------+ | The views expressed in the above are solely my own, and are | | not necessarily the views of my employer. Have a nice day! | | PGP2.6 public key available via `finger fwreimer AT crl DOT com` | +-------------------------------------------------------------+