X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=GdpOQa1mFoIY/j1e5rT06k/lMe+Sxw2LBHOoXfIhJ7Y=; b=KGAcM3ATXnTgulQSzzgv6i1dHGJlQk97jMiegikqJco7iMEGf7Mch7exS2ZMOsmg0f 5OBMT69BZaefqzD/f/0MUgjM4NA/GoTvKaD0Ej+OrhYFiu+GaDPkswTYukHpO2xHOBLB 7sdBiZQtZ16JHUz7iSA34TWQKcuOs75p/BHww= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=fOd2UjM+2QaMzoltntfYQnAmOyLRdk5UcEIdzuB1+9VdqXxYb6W/QFjZenfT/gvQIB 4mLN9UzGwd63FGQi5+DGguxPSn09RZUz2s1X2XflzdditS1EStgnFcMdh+Q4lT3y05lD lZs78IPKS9Fi3m4jI1zLWHYz7FdUVWk7TsgwY= Message-ID: Date: Tue, 5 Aug 2008 22:21:06 +0530 From: "sandeep patra" To: djgpp AT delorie DOT com Subject: Re: window blinks every time when i run the linux commands (like gcc/make/ls, etc) using DJGPP In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_33968_12674938.1217955066643" References: <7EE47CBC907B433098EE8BAC9A013459 AT broadpark DOT no> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk ------=_Part_33968_12674938.1217955066643 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline small update. batch file is not running on "command.com" but when i tried with "cmd.exe". it's working :) and i am able to make. today my "cmd.exe" window sticks to some smaller size [even though i tried to change the window size, its not working]. but the blinking problem disappears. [i don't know what i did, but working fine now]. thanks all :) -sandy On Tue, Aug 5, 2008 at 10:12 PM, sandeep patra wrote: > Hi All, > > First of all thanks to all. > > even i tried with command.com. if i run the "ls" command size of my > command.com windows changes and same blinking problem happens. > > SOME NEW PROBLEM > ================== > i created a batch file and name it djgpp.bat. whose contents are as > following > set > PATH=c:\djgpp;C:\DJGPP\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem > set DJGPP=c:\djgpp\djgpp.env > chdir c:\djgpp\sandy > > but it's not able to set environment variables. > > and when i do make following errors comming > > C:\DJGPP\SANDY>make second > gcc second.c -o second > gcc.exe: environment variable DJGPP not defined > make.exe: *** [second] Error 1 > > C:\DJGPP\SANDY> > > help would be greatly appreciated. > > -sandy > > > On Tue, Aug 5, 2008 at 8:56 PM, Gisle Vanem wrote: > >> "Charles Sandmann" wrote: >> >> DJGPP images run under a DOS virtual session, and it only supports >>> certain screen sizes. Try a standard DOS screen size (25x80, 43x80, >>> 50x80) and see if the flicker is more tolerable. The blink happens >>> when the scroll-back screen buffer is cleared. >>> >> >> Or run all DOS-programs in a command.com (or 4dos) window. >> >> --gv >> > > ------=_Part_33968_12674938.1217955066643 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
small update.

batch file is not running on "command.com" but when i tried with "cmd.exe". it's working :)
and i am able to make.
today my "cmd.exe" window sticks to some smaller size [even though i tried to change the window size, its not working]. but the blinking problem disappears.  [i don't know what i did, but working fine now].

thanks all :)

-sandy


On Tue, Aug 5, 2008 at 10:12 PM, sandeep patra <kernel32 DOT dll1981 AT gmail DOT com> wrote:
Hi All,

First of all thanks to all.

even i tried with command.com. if i run the "ls" command size of my command.com windows changes and same blinking problem happens.

SOME NEW PROBLEM
==================
i created a batch file and name it djgpp.bat. whose contents are as following
set PATH=c:\djgpp;C:\DJGPP\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
set DJGPP=c:\djgpp\djgpp.env
chdir c:\djgpp\sandy

but it's not able to set environment variables.

and when i do make following errors comming

C:\DJGPP\SANDY>make second
gcc     second.c   -o second
gcc.exe: environment variable DJGPP not defined
make.exe: *** [second] Error 1

C:\DJGPP\SANDY>

help would be greatly appreciated.

-sandy


On Tue, Aug 5, 2008 at 8:56 PM, Gisle Vanem <gvanem AT broadpark DOT no> wrote:
"Charles Sandmann" <cwsdpmi AT earthlink DOT net> wrote:

DJGPP images run under a DOS virtual session, and it only supports
certain screen sizes.  Try a standard DOS screen size (25x80, 43x80,
50x80) and see if the flicker is more tolerable.  The blink happens
when the scroll-back screen buffer is cleared.

Or run all DOS-programs in a command.com (or 4dos) window.

--gv


------=_Part_33968_12674938.1217955066643--