To: djgpp AT delorie DOT com
Subject: Re: Help! Djgpp Newbie!
References: <01bf86a2$f75f38e0$7567868b AT tfboles>
From: Prashant TR
Date: 05 Mar 2000 19:57:42 +0500
In-Reply-To: "Jonathan Boles"'s message of "Sun, 05 Mar 2000 13:08:46 GMT"
Message-ID:
Lines: 24
X-Mailer: Gnus v5.7/Emacs 20.4
Reply-To: djgpp AT delorie DOT com
"Jonathan Boles" 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.