Reply-To: From: "Arthur" To: "DJGPP Mailing List" Subject: RE: Date: Fri, 11 Sep 1998 16:30:14 +0100 Message-ID: <000c01bddd99$12622a80$664d08c3@arthur> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit In-Reply-To: Importance: Normal Precedence: bulk > To someone who can help me. > > My name is Peter. Currently I'm learning C programming. I recently > installed djgpp onto my computer. The problem I have is that my lecturer > has made his own libraries to help us along. Can you please tell me where > I can store them so the GCC can access them. > > Thanks for your support and a great product, In the lib directory. You'll need to place any .h files that come with the library in the include directory. To link with the library, the library must be named lib*.a then add -l* to your command line (where the * is the name of the library). If the library is not created with DJGPP, then it may not work. Ask him for the source to the library, and compile it yourself - instructions in the FAQ. James Arthur jaa AT arfa DOT clara DOT net ICQ#15054819