Date: Fri, 14 Oct 1994 22:31:12 -0400 (EDT) From: Kimberley Burchett Subject: combining .o files - nevermind To: DJGPP Mailing List I'm not so interested in making .a files anymore since I realized that putting "*.o" on the command line works great. Now I have a different question. How can I make my library functions so that I can redefine them? For instance, the math library sin() can be redefined in a program and it'll use the one you wrote instead. But if I have a function in my graph lib called WaitRetrace and I try to compile a program that re-did WaitRetrace(), it'll error at linking. Kim