Date: Wed, 12 Nov 1997 17:20:14 -0800 (PST) Message-Id: <199711130120.RAA04255@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: ok AT thanks DOT com, djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: AR Utility Precedence: bulk At 10:42 11/11/1997 -0800, ok AT thanks DOT com wrote: >where can i find the utility "ar" to create my own c/c++ libraries using >DJGPP's GXX and GCC? any input is apreciated. It's included with the Binutils package, so most likely you have it already. Look in your DJGPP `bin' directory for `ar.exe'. For info on how to use it, see the Binutils info docs, section "ar". Nate Eldredge eldredge AT ap DOT net