public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* A question on cygcheck
@ 2007-12-21  1:53 Angelo Graziosi
  2007-12-21 11:38 ` Dave Korn
  0 siblings, 1 reply; 9+ messages in thread
From: Angelo Graziosi @ 2007-12-21  1:53 UTC (permalink / raw)
  To: cygwin

I have noted that the command

    $ cygcheck -cv > check.out

creates the check.out file in DOS (CR+LF) style.

Is this correct?


Cheers,

    Angelo.


---
http://www.webalice.it/angelo.graziosi

    Facesti come quei che va di notte,
    che porta il lume dietro e se' non giova,
    ma dopo se' fa le persone dotte.

                      DANTE, Purgatorio, xxii 67-69

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: A question on cygcheck
  2007-12-21  1:53 A question on cygcheck Angelo Graziosi
@ 2007-12-21 11:38 ` Dave Korn
  2007-12-21 12:41   ` Brian Dessent
  0 siblings, 1 reply; 9+ messages in thread
From: Dave Korn @ 2007-12-21 11:38 UTC (permalink / raw)
  To: cygwin

On 20 December 2007 22:41, Angelo Graziosi wrote:

> I have noted that the command
> 
>     $ cygcheck -cv > check.out
> 
> creates the check.out file in DOS (CR+LF) style.
> 
> Is this correct?

  Same reason as strace, I would assume: it's a DOS-based program, not a cygwin one.

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: A question on cygcheck
  2007-12-21 11:38 ` Dave Korn
@ 2007-12-21 12:41   ` Brian Dessent
  2007-12-21 14:38     ` Jeff
  0 siblings, 1 reply; 9+ messages in thread
From: Brian Dessent @ 2007-12-21 12:41 UTC (permalink / raw)
  To: cygwin

Dave Korn wrote:

>   Same reason as strace, I would assume: it's a DOS-based program, not a cygwin one.

I think you mean "it's a MSVCRT-based program" since DOS hasn't existed
in Windows in the last approx. 7 years.

(And now if I could only get people to stop incorrectly referring to a
NT/2k/XP/Vista command prompt a DOS prompt... and I also want a pony.)

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: A question on cygcheck
  2007-12-21 12:41   ` Brian Dessent
@ 2007-12-21 14:38     ` Jeff
  2007-12-22 10:00       ` Robert Pendell
  0 siblings, 1 reply; 9+ messages in thread
From: Jeff @ 2007-12-21 14:38 UTC (permalink / raw)
  To: cygwin

On Thu, 20 Dec 2007 19:35:53 -0800,
Brian Dessent <brian[at]dessent[dot]net> wrote:

>Dave Korn wrote:
>
>>   Same reason as strace, I would assume: it's a DOS-based program,
>>   not a cygwin one.
>
>I think you mean "it's a MSVCRT-based program" 

I guess that's one way to describe them. I've heard them described as
"native Win32 console-mode" programs-- I do not know if any of those
exist which are /not/ based on msvcrt so, perhaps these descriptions
are synonymous.

>since DOS hasn't existed in Windows in the last approx. 7 years.

I don't know about the 7 years part (are you saying they no longer
support ME?), but DOS /support/ still exists in XP by way of ntvdm.exe,
the "NT Virtual DOS Machine." I still use a few DOS (full screen
curses-like) utilities that have regretably not been ported to Win32.

I've heard that DOS support is completely discontinued in Vista,
though-- only one of many reasons not to "upgrade."

>(And now if I could only get people to stop incorrectly referring to a
>NT/2k/XP/Vista command prompt a DOS prompt... and I also want a pony.)

You don't think big enough. :) I want a percheron-thoroughbred cross
like my last good buddy of that lineage-- 2,000 lbs. worth of quiet
friendship...

-- 
"Sorry, my life is still in beta, and nowhere near stable enough for a
release."

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: A question on cygcheck
  2007-12-21 14:38     ` Jeff
@ 2007-12-22 10:00       ` Robert Pendell
  2007-12-23  0:16         ` Jeff
  0 siblings, 1 reply; 9+ messages in thread
From: Robert Pendell @ 2007-12-22 10:00 UTC (permalink / raw)
  To: cygwin

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jeff wrote:
> On Thu, 20 Dec 2007 19:35:53 -0800,
> Brian Dessent <brian[at]dessent[dot]net> wrote:
> 
>> Dave Korn wrote:
>>
>>>   Same reason as strace, I would assume: it's a DOS-based program,
>>>   not a cygwin one.
>> I think you mean "it's a MSVCRT-based program" 
> 
> I guess that's one way to describe them. I've heard them described as
> "native Win32 console-mode" programs-- I do not know if any of those
> exist which are /not/ based on msvcrt so, perhaps these descriptions
> are synonymous.
> 
>> since DOS hasn't existed in Windows in the last approx. 7 years.
> 
> I don't know about the 7 years part (are you saying they no longer
> support ME?), but DOS /support/ still exists in XP by way of ntvdm.exe,
> the "NT Virtual DOS Machine." I still use a few DOS (full screen
> curses-like) utilities that have regretably not been ported to Win32.
> 
> I've heard that DOS support is completely discontinued in Vista,
> though-- only one of many reasons not to "upgrade."

I should rephrase for him.  TRUE dos support is non-existant anymore.
This started with Windows XP.  ntvdm as you described is a virtual dos
machine which means it emulates dos.  Windows ME restricted access to it
(you couldn't actually get to a true dos mode).  The whole original
Windows NT line was without any dos support at all.  Not even emulated.
 Check cmd versus command sometime in XP.  You will note that even the
dir command is slower in the ntvdm than it is in a native prompt.

> 
>> (And now if I could only get people to stop incorrectly referring to a
>> NT/2k/XP/Vista command prompt a DOS prompt... and I also want a pony.)
> 
> You don't think big enough. :) I want a percheron-thoroughbred cross
> like my last good buddy of that lineage-- 2,000 lbs. worth of quiet
> friendship...
> 

Wha?  I'll take a dragon thank you.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHa/1Is1pR2j1qW+sRAqAnAJ4qOPkD6GjSaJdFC+PElEWEoxEcOACfVIeW
8vCoraMARNf5c5CCj1FotsI=
=kzhp
-----END PGP SIGNATURE-----


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: A question on cygcheck
  2007-12-22 10:00       ` Robert Pendell
@ 2007-12-23  0:16         ` Jeff
  0 siblings, 0 replies; 9+ messages in thread
From: Jeff @ 2007-12-23  0:16 UTC (permalink / raw)
  To: cygwin

On Fri, 21 Dec 2007 12:52:08 -0500,
Robert Pendell <shinji+gmane[at]elite-systems[dot]org> wrote:

>> Brian Dessent <brian[at]dessent[dot]net> wrote:
>> 
>>> since DOS hasn't existed in Windows in the last approx. 7 years.
>
>I should rephrase for him.  TRUE dos support is non-existant anymore.
>This started with Windows XP.  ntvdm as you described is a virtual dos
>machine which means it emulates dos.

Gotcha, I think: "support"=="TRUE" support==native (not emulated)
support.

>               Windows ME restricted access to it
>(you couldn't actually get to a true dos mode).

I recall reading about that, in the context of "here's how you work
around those annoying restrictions." I used to know how to make 9x both
boot and shut down to a DOS prompt. This was very handy, because even
DOS 7.1 (on which Win 98 was built) still supported many features of
DOS 6, including the config.sys syntax for defining custom boot menus.
There was also a way to disable the startup splash screen in Win 9x so
that you could actually see how your system was booting up... jeez,
listen to me getting all nostalgic... :D

>  The whole original
>Windows NT line was without any dos support at all.  Not even emulated.

I think I heard that, too. I might've liked to try it, but didn't know
where to get a copy. (I might've liked to try OS/2, for that matter.) I
was new to PC's, and doing well to learn my way around DOS/Win 3.1.

> Check cmd versus command sometime in XP.  You will note that even the
>dir command is slower in the ntvdm than it is in a native prompt.

Sure, emulators are usually slower. But it's great to have the
capability to run old familiar comfortable apps for which no suitable
replacement seems available. If I ever decide to bite the bullet and
migrate to Linux/X11, I will definitely want dosemu, and perhaps even
WINE.

>>>    and I also want a pony.)
>> 
>> You don't think big enough. :) I want a percheron-thoroughbred cross
>> like my last good buddy of that lineage-- 2,000 lbs. worth of quiet
>> friendship...
>
>Wha?  I'll take a dragon thank you.

BWAHAHAHAHAHAAAHAAAHAAAA... Thanks, I needed that laugh. Sure, why not?
At this point in my life, a dragon seems to be about as much a virtual
creature as a horse. Dogs and cats are good company, until you've been
around horses...

Jeff
-- 
"Sorry, my life is still in beta, and nowhere near stable enough for a
release."

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: A question on cygcheck
@ 2007-12-22  3:13 Angelo Graziosi
  0 siblings, 0 replies; 9+ messages in thread
From: Angelo Graziosi @ 2007-12-22  3:13 UTC (permalink / raw)
  To: cygwin

Eric Lilja wrote:

 > Of course it's native windows program without any dependency
 > on cygwin1.dll

Oh yes! only now I have realized:

$ cygcheck /bin/cygcheck.exe
C:\cygwin\bin/cygcheck.exe
   C:\WINDOWS\system32\msvcrt.dll
     C:\WINDOWS\system32\KERNEL32.dll
       C:\WINDOWS\system32\ntdll.dll
   C:\WINDOWS\system32\ADVAPI32.DLL
     C:\WINDOWS\system32\RPCRT4.dll
       C:\WINDOWS\system32\Secur32.dll
   C:\WINDOWS\system32\USER32.dll
     C:\WINDOWS\system32\GDI32.dll


Thanks,

    Angelo.

---
http://www.webalice.it/angelo.graziosi

Tu proverai si' come sa di sale
lo pane altrui, e come e' duro calle
lo scendere e 'l salir per l'altrui scale.

                   DANTE, Paradiso, xvii 58-60

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: A question on cygcheck
  2007-12-21 13:22 Angelo Graziosi
@ 2007-12-21 15:23 ` Eric Lilja
  0 siblings, 0 replies; 9+ messages in thread
From: Eric Lilja @ 2007-12-21 15:23 UTC (permalink / raw)
  To: cygwin

Angelo, think about. Of course it's native windows program without any 
dependency on cygwin1.dll. It's supposed to be able to inspect your 
cygwin installation even when it's so hosed that you can't even launch a 
bash shell. Thus, it's a pure windows program and generates line breaks 
the way all windows programs do.

- Eric


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: A question on cygcheck
@ 2007-12-21 13:22 Angelo Graziosi
  2007-12-21 15:23 ` Eric Lilja
  0 siblings, 1 reply; 9+ messages in thread
From: Angelo Graziosi @ 2007-12-21 13:22 UTC (permalink / raw)
  To: cygwin

Dave Korn wrote:

 > Same reason as strace, I would assume: it's a DOS-based program,
 > not a cygwin one.

I only use 'cygcheck' that comes with Cygwin!



Brian Dessent wrote:

 > I think you mean "it's a MSVCRT-based program"


Does this mean that the 'cygcheck' has used MSVCRT-based program
to build it?



Cheers,

    Angelo.


---
Tu proverai si' come sa di sale
lo pane altrui, e come e' duro calle
lo scendere e 'l salir per l'altrui scale.

                   DANTE, Paradiso, xvii 58-60


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-12-22 19:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-21  1:53 A question on cygcheck Angelo Graziosi
2007-12-21 11:38 ` Dave Korn
2007-12-21 12:41   ` Brian Dessent
2007-12-21 14:38     ` Jeff
2007-12-22 10:00       ` Robert Pendell
2007-12-23  0:16         ` Jeff
2007-12-21 13:22 Angelo Graziosi
2007-12-21 15:23 ` Eric Lilja
2007-12-22  3:13 Angelo Graziosi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).