Message-ID: <000701bde2cd$c20f5640$63806fc6@dhopp> From: "Dennis B. Hopp" To: Subject: DJGPP isn't working Date: Fri, 18 Sep 1998 02:29:57 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BDE2AC.3A0377C0" Precedence: bulk This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BDE2AC.3A0377C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Ok I recently downloaded DJGPP and I unzipped everything, used make to = build allegro and I went to make a simple test program: #include main() { cout<<"test"<
Ok I recently downloaded DJGPP and I = unzipped=20 everything, used make to build allegro and I went to make a simple test=20 program:
 
#include = <iostream.h>
 
main()
{
cout<<"test"<<endl;
return 0;
}
 
But the compiler says that streambuf.h doesn't exist = but yet=20 when I going into
c:/djgpp/lang/cxx it's there.  I have done = everything the=20 FAQ says to do with long file names with no luck. 
 
I have these lines in my autoexec.bat related to=20 DJGPP:
 
set DJGPP=3DC:\DJGPP\DJGPP.ENV
set=20 PATH=3DC:\DJGPP\BIN;%PATH%
and in my config.sys is:
 
FILES=3D15
 
I even tried to do set LFN=3Dy but that failed on a = call to=20 ld.exe.
 
Can somebody help me please?
 
Thanks,
Dennis
------=_NextPart_000_0004_01BDE2AC.3A0377C0--