Date: Fri, 14 Oct 1994 16:56:06 -0400 (EDT) From: Kimberley Burchett Subject: combining .o files? To: DJGPP Mailing List I can't find this in the comp.lang.c faq, my C book or the documentation for DJGPP. I want to combine about five .o files into one library file that I can specify to be linked in. I think the libs end with .a? I can work around it by just specifying all five .o files, but I'd like to know how to do this just because it's something I don't know. Kim