Date: Sat, 6 Feb 1999 22:49:44 -0500 Message-Id: <199902070349.WAA25917@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <000301be524c$4bfb38e0$9aa2d6d1@jinx> (amkirk@eos.ncsu.edu) Subject: Re: Problems compiling References: <000301be524c$4bfb38e0$9aa2d6d1 AT jinx> Reply-To: djgpp AT delorie DOT com > I just recently downloaded gpp and was trying to compile a sample program. > I received a number of errors. One early one consisted of not being able to > find streambuf.h. I looked for it and found the file was name streambu.h. > I changed the name and got past that error. I also found that _g_config.h > was spelled _g_confi.h. Should these errors happen? These errors happen when you use the wrong program to unzip djgpp, resulting in truncated (dos 8.3 style) file names. Try reinstalling using the 32-bit version of winzip instead, and read the FAQ about other ways to avoid these problems.