Date: Thu, 7 Nov 1996 08:37:34 +0200 (IST) From: Eli Zaretskii To: "B. Utt Munch" Cc: djgpp AT delorie DOT com Subject: Re: header files In-Reply-To: <3280EC3D.7CEB@milkylicker.sizzlechest.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 6 Nov 1996, B. Utt Munch wrote: > im am just staring on djgpp and i cant figure out how to build the > programs with the header files i need namely math.h (C++) Just #include them in your program, that's it. If it doesn't work, please post the shortest source that exhibits the problem, the gcc command line you used to compile it and the exact error message(s) that you get when compiling/linking/running it. It is very hard to debug problems without even seeing the problem symptoms.