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=p9fWdD5SY3Npf5u7ahCDXU1cOZ9lJSTh1OcCMuYnAzo=; b=U0lxuJ09cpaj5XT30kWIwQrz9IKMA8BAZzweQDwcWCuPfRPA005w2rWvNk5MlIrMWW lq5ZRUcUneMs73NfdsyXL5ebw+bgo/300KD2oROogvVpaVStnfX2x9W+2ZJ84xV3BJfe jz3GSpb5qHyfvDvW/evcVkWwYuqUSX5z1H1S4= 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=qjGJlaWgxOVyBWPDkQ8uguyPVYYlSn8PxY6NJHTvVPELOHXLRSgnzIuUL+RjmGBlxh EGbbvDb1KI06+8cWTKs15GUpLbs4me93nyHYnM5pLwpJP59Z5WSWUt8hlswpYOZ4YJ2n F2J6VQr2SDveYFbpRQuHa3lLAPrCn8Bh5FORI= Message-ID: Date: Tue, 5 Aug 2008 22:12:08 +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: <7EE47CBC907B433098EE8BAC9A013459@broadpark.no> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_33822_27963468.1217954528621" 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_33822_27963468.1217954528621 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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_33822_27963468.1217954528621 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
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_33822_27963468.1217954528621--