Date: Tue, 23 Jan 1996 12:53:27 +0100 (MET) From: Werner Drescher To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Liberies I wrote some own class-functions in C++ and now I want to make a libery-file out of them. I have the C++ file *.cc the header-file *.h and I want now the *.a file so that I can link it with the -l option. How can I do this ?