From: hackeroc3 AT aol DOT com (HackerOC3) Newsgroups: comp.os.msdos.djgpp Subject: Libraries Date: 1 Apr 1998 00:03:09 GMT Lines: 9 Message-ID: <1998040100030900.TAA22192@ladder03.news.aol.com> NNTP-Posting-Host: ladder03.news.aol.com Organization: AOL http://www.aol.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I'm pretty sure this is a stupid question, but as they say on south park, there are no stupid questions, only stupid people who ask the questions. I guess that would make me...er, nevermind. Anyways, I'm trying to make a library. I have 4 .c files with functions in them and 1 .h file with all the defines, prototypes, structs, typedefs, etc. When I try to compile everything into library.a, it doesn't use the stuff from my header file. How do you go about making libraries? You'll probably tell me to look in the FAQ, which I already have, but I'm still having problems