From: quintero AT swbell DOT net Newsgroups: comp.os.msdos.djgpp Subject: Re: Installing DJGPP Date: Fri, 10 Oct 1997 23:41:13 -0700 Organization: Southwestern Bell Internet Services, Richardson, TX Lines: 33 Message-ID: <343F13AF.7495@swbell.net> References: <343E7BE4 DOT D2D769B1 AT mail DOT pcmagic DOT net> <61m0hg$28i$2 AT news DOT ox DOT ac DOT uk> Reply-To: quintero AT swbell DOT net NNTP-Posting-Host: ppp-207-193-28-60.snantx.swbell.net Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello, I recently installed DJGPP from the simtel mirror sites (DJGPP v 2.01) and have had problems trying to compile stuff afterwards such as allegro, cheap programs (mine) etc...Every time I run it, it gives me hell about the #include header file it says "file not found or it's non-existant (ENOENT)" here is an example of one of the programs: /* Just prints out a few words */ #include int main() { clrscr(); cout<<"If this does not work, I am throwing my computer "; cout<<"out the window!!!"<<'\n'; return 0; } it also says "Implicit use of clrscr(...)" (something like that). I have used RHIDE 1.3b,1.3c and it also gives me an error compiling about not finding the file "crt0.o". And when I compile Allegro using the makefile, it says something about "badtarget". I'm getting quite pissed at my computer. I have set up DJ a few times thinking it was just an error installing. I have set up my dj environments and stuff, but nothing seems to work. My Dj compiler and everythingis in e:\dj. Someone please help me!! I'm desperate! Many thanks, Sergio Peņa (quintero AT swbell DOT net) P.S. I am also a novice c++ programmer, and I'm willing to learn anything about c++. THanks again!