Date: Sat, 18 Jan 1997 16:29:01 -0600 (CST) From: Andrew Deren To: djgpp Subject: makeing .a files Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII I know it was already posted on this news group, but I want to know how to build library files from several .o files. I tried "ar ra libmylib.a file1.o file2.o..." and I get a message "file format not recognized." Is there some flag I have to compile my files with? Thanks in advance!