From: Andrew Crabtree Message-Id: <199704072312.AA212404777@typhoon.rose.hp.com> Subject: Re: How do I create a Library ? To: abarak AT iil DOT intel DOT com (Amit Barak) Date: Mon, 07 Apr 1997 16:12:57 PDT Cc: djgpp AT delorie DOT com In-Reply-To: <5i8tor$33ah$1@www.iil.intel.com>; from "Amit Barak" at Apr 6, 97 7:32 pm Try "info binutils ar" You probably can run with something like the following "ar r libfoo.a bar.o whatever.o" Note, you need to compile your files to .o files before you use ar on them. Andrew