Mail Archives: djgpp/1998/08/28/08:48:09
Meola111 AT aol DOT com wrote:
> [HELLO.C]
> #include <iostream.h>
> #include <stdio.h>
>
> int main()
> {printf("Hello World");
> return 0;}
>
> When i type the previous code in i get an error like so:
> Hello.c(1)Error: can't find file iostream.h
>
> Why doesnt RHIDE find iostream.h even though its in D:/DJGPP/include folder?
First: I guess it must be HELLO.CC, no?
I renamed it to p.cc and compiled perfectly.
Does the following work ok in your system?:
gcc -o hello.exe hello.c
Are you using LFN=Y?
Did you uncompressed with long names?
SET
------------------------------------ 0 --------------------------------
Visit my home page: http://set-soft.home.ml.org/
or
http://www.geocities.com/SiliconValley/Vista/6552/
Salvador Eduardo Tropea (SET). (Electronics Engineer)
Alternative e-mail: set-soft AT usa DOT net set AT computer DOT org
ICQ: 2951574
Address: Curapaligue 2124, Caseros, 3 de Febrero
Buenos Aires, (1678), ARGENTINA
TE: +(541) 759 0013
- Raw text -