Mail Archives: djgpp/1997/10/12/12:17:19
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<iostream.h> 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<iostream.h>
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!
- Raw text -