www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2008/08/05/13:20:59

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: <dfd97ba40808050951g1387a906r76689b66a6bc63d0@mail.gmail.com>
Date: Tue, 5 Aug 2008 22:21:06 +0530
From: "sandeep patra" <kernel32 DOT dll1981 AT gmail DOT com>
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: <dfd97ba40808050942j31faac57gbdc2666a21dbcb19@mail.gmail.com>
MIME-Version: 1.0
References: <dfd97ba40808050003n61dbc93fqb438b6b7aa85d04b AT mail DOT gmail DOT com>
<ebydnRYutIuE9AXVnZ2dnUVZ_uOdnZ2d AT earthlink DOT com>
<7EE47CBC907B433098EE8BAC9A013459 AT broadpark DOT no>
<dfd97ba40808050942j31faac57gbdc2666a21dbcb19 AT mail DOT gmail DOT com>
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

------=_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
<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
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

<div dir="ltr">small update.<br><br>batch file is not running on &quot;<a href="http://command.com">command.com</a>&quot; but when i tried with &quot;cmd.exe&quot;. it&#39;s working :)<br>and i am able to make.<br>today my &quot;cmd.exe&quot; window sticks to some smaller size [even though i tried to change the window size, its not working]. but the blinking problem disappears.&nbsp; [i don&#39;t know what i did, but working fine now].<br>
<br>thanks all :)<br><br>-sandy <br><br><br><div class="gmail_quote">On Tue, Aug 5, 2008 at 10:12 PM, sandeep patra <span dir="ltr">&lt;<a href="mailto:kernel32 DOT dll1981 AT gmail DOT com">kernel32 DOT dll1981 AT gmail DOT com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div dir="ltr">Hi All,<br><br>First of all thanks to all.<br><br>even i tried with <a href="http://command.com" target="_blank">command.com</a>. if i run the &quot;ls&quot; command size of my <a href="http://command.com" target="_blank">command.com</a> windows changes and same blinking problem happens.<br>

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

chdir c:\djgpp\sandy<br><br>but it&#39;s not able to set environment variables.<br><br>and when i do make following errors comming<br><br>C:\DJGPP\SANDY&gt;make second<br>gcc&nbsp;&nbsp;&nbsp;&nbsp; second.c&nbsp;&nbsp; -o second<br>gcc.exe: environment variable DJGPP not defined<br>

make.exe: *** [second] Error 1<br><br>C:\DJGPP\SANDY&gt;<br><br>help would be greatly appreciated.<br><br>-sandy<div><div></div><div class="Wj3C7c"><br><br><div class="gmail_quote">On Tue, Aug 5, 2008 at 8:56 PM, Gisle Vanem <span dir="ltr">&lt;<a href="mailto:gvanem AT broadpark DOT no" target="_blank">gvanem AT broadpark DOT no</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>&quot;Charles Sandmann&quot; &lt;<a href="mailto:cwsdpmi AT earthlink DOT net" target="_blank">cwsdpmi AT earthlink DOT net</a>&gt; wrote:<br>


<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
DJGPP images run under a DOS virtual session, and it only supports<br>
certain screen sizes. &nbsp;Try a standard DOS screen size (25x80, 43x80,<br>
50x80) and see if the flicker is more tolerable. &nbsp;The blink happens<br>
when the scroll-back screen buffer is cleared. <br>
</blockquote>
<br></div>
Or run all DOS-programs in a <a href="http://command.com" target="_blank">command.com</a> (or 4dos) window.<br><font color="#888888">
<br>
--gv<br>
</font></blockquote></div><br></div></div></div>
</blockquote></div><br></div>

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019