Mail Archives: djgpp/2000/03/05/10:16:26
"Jonathan Boles" <mousewithglasses AT NO DOT CANNED DOT HAM DOT hotmail DOT com> writes:
> when ever i run a program even a hello world, it compiles
> perfectly but in the message window it ways bad command or file name!
Is the executable generated?
> does the gcc/gxx compiler automatically include code for dpmi support?
No. But it includes a startup program which it can use in case DPMI is present.
But CWSDPMI, which is a standard DPMI host with DJGPP should do. You should
have downloaded that.
> why
> is a hello world program >200k?!
Read the FAQ. You can't judge DJGPP by a simple program like that. More details
are in the FAQ.
> is there any other way to read info files,
> texinfo is so difficult to use!
Yeah. You can use the help in RHIDE. I think it is as user-friendly as the one
in Turbo C or any other compiler.
- Raw text -