public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Newbie question
@ 2001-12-16 14:07 Robert White
  2001-12-16 14:46 ` Gerrit P. Haase
  0 siblings, 1 reply; 48+ messages in thread
From: Robert White @ 2001-12-16 14:07 UTC (permalink / raw)
  To: cygwin

All

I have been using cygwin for some time now, as a replacement shell
basically on various flavours on Windows machines.

I only joined this list about a week ago however, and have noticed that
some of the mail is to do with server side networking, such as imetd.

I am very interested in setting something like this up, which from what
I infer from the questions allows telneting on to a box running cygwin.

I have checked the archives, and the user guide, but cannot find
anything about how to set up these daemons.

Could someone please provide some pointers?

Thank you in advance.

Rob White


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Newbie question
  2001-12-16 14:07 Newbie question Robert White
@ 2001-12-16 14:46 ` Gerrit P. Haase
  2001-12-16 15:36   ` hongxun lee
  0 siblings, 1 reply; 48+ messages in thread
From: Gerrit P. Haase @ 2001-12-16 14:46 UTC (permalink / raw)
  To: Robert White; +Cc: cygwin

Hallo Robert,

Am 2001-12-16 um 21:27 schriebst du:

> I have been using cygwin for some time now, as a replacement shell
> basically on various flavours on Windows machines.

> I only joined this list about a week ago however, and have noticed that
> some of the mail is to do with server side networking, such as imetd.

> I am very interested in setting something like this up, which from what
> I infer from the questions allows telneting on to a box running cygwin.

> I have checked the archives, and the user guide, but cannot find
> anything about how to set up these daemons.

> Could someone please provide some pointers?

Most information is in /usr/doc/Cygwin/
in the various README's, like for inetutils, openssh, cygrunsrv which
probably are the first you're looking for now.
There are also a lot of 'recipes' in the mailing list archives.
Maybe you need to install some of the packages first if there are no docs.
Let me suggest also that it is probably more interesting to run sshd and
connect with ssh to your box than it is with telnet;)

Gerrit
-- 
=^..^=                                        mailto:gp@familiehaase.de


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Newbie question
  2001-12-16 14:46 ` Gerrit P. Haase
@ 2001-12-16 15:36   ` hongxun lee
  2001-12-17  4:41     ` Gerrit P. Haase
  0 siblings, 1 reply; 48+ messages in thread
From: hongxun lee @ 2001-12-16 15:36 UTC (permalink / raw)
  To: cygwin

Same question.

What i have done:
    under /etc, run 'iu-config' to generate some files.

What to do next ??
    inetutils..README says: login

but where? what should have been done before 'login'?

Thanks

----- Original Message -----

> Hallo Robert,
>
> Am 2001-12-16 um 21:27 schriebst du:
>
> > I have been using cygwin for some time now, as a replacement shell
> > basically on various flavours on Windows machines.
>
> > I only joined this list about a week ago however, and have noticed that
> > some of the mail is to do with server side networking, such as imetd.
>
> > I am very interested in setting something like this up, which from what
> > I infer from the questions allows telneting on to a box running cygwin.
>
> > I have checked the archives, and the user guide, but cannot find
> > anything about how to set up these daemons.
>
> > Could someone please provide some pointers?
>
> Most information is in /usr/doc/Cygwin/
> in the various README's, like for inetutils, openssh, cygrunsrv which
> probably are the first you're looking for now.
> There are also a lot of 'recipes' in the mailing list archives.
> Maybe you need to install some of the packages first if there are no docs.
> Let me suggest also that it is probably more interesting to run sshd and
> connect with ssh to your box than it is with telnet;)
>
> Gerrit
> --
> =^..^=                                        mailto:gp@familiehaase.de
>



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Newbie question
  2001-12-16 15:36   ` hongxun lee
@ 2001-12-17  4:41     ` Gerrit P. Haase
  2001-12-17  5:16       ` hongxun lee
  0 siblings, 1 reply; 48+ messages in thread
From: Gerrit P. Haase @ 2001-12-17  4:41 UTC (permalink / raw)
  To: hongxun lee; +Cc: cygwin

Hallo,

2001-12-17 12:03:22, du schriebst:

> What i have done:
>     under /etc, run 'iu-config' to generate some files.

iu-config asks if you want to install inetd as a service.
If you said NO here you need to install it manually.
$ inetd --install-as-service

> What to do next ??
>     inetutils..README says: login

> but where? what should have been done before 'login'?

Start the inetd service, then:

$ telnet localhost

login now with your username and password.

BTW, which Windows are you on?
I don't know how it works on Win98, search the docs and archives please
for information about this if needed.

Gerrit
-- 
convey Information Systems GmbH                   http://www.convey.de/
                                                  Vitalisstraße 326-328
Gerrit P. Haase                                   D-50933 Köln
gerrit.haase@convey.de                            Fon: ++49 221 6903922


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Newbie question
  2001-12-17  4:41     ` Gerrit P. Haase
@ 2001-12-17  5:16       ` hongxun lee
  2001-12-17  6:02         ` Gerrit P. Haase
  0 siblings, 1 reply; 48+ messages in thread
From: hongxun lee @ 2001-12-17  5:16 UTC (permalink / raw)
  To: Gerrit P. Haase; +Cc: cygwin

Thank you Gerrit Give me some more light pls.

I'm on win2k professional.
I again ran 'iu-config' under /etc, and the response was (i didn't see the
prompt if install inetd as a service)

Administrator@ALLELUJA /cygdrive/c/cygwin/etc
$ iu-config
Overwrite existing /etc/ftpusers file? (yes/no) yes
Creating default /etc/ftpusers file
Overwrite existing /etc/ftpwelcome file? (yes/no) yes
Creating default /etc/ftpwelcome file
Overwrite existing /etc/inetd.conf file? (yes/no) yes
Creating default /etc/inetd.conf file
Overwrite existing /etc/motd file? (yes/no) yes
Creating default /etc/motd file
Overwrite existing /etc/shells file? (yes/no) yes
Creating default /etc/shells file

Configuration finished. Have fun!

Administrator@ALLELUJA /cygdrive/c/cygwin/etc
$ inetd --install-as-service
bash: inetd: command not found

Administrator@ALLELUJA /cygdrive/c/cygwin/etc
$

What do they really mean? I haven't installed 'inetd' yet or other required
packages?

> Start the inetd service, then:
how to start it? (under which folder, and what command)

> login now with your username and password.
my windows usrname/passwd or something else?

Regards

----- Original Message -----

> Hallo,
>
> 2001-12-17 12:03:22, du schriebst:
>
> > What i have done:
> >     under /etc, run 'iu-config' to generate some files.
>
> iu-config asks if you want to install inetd as a service.
> If you said NO here you need to install it manually.
> $ inetd --install-as-service
>
> > What to do next ??
> >     inetutils..README says: login
>
> > but where? what should have been done before 'login'?
>
> Start the inetd service, then:
>
> $ telnet localhost
>
> login now with your username and password.
>
> BTW, which Windows are you on?
> I don't know how it works on Win98, search the docs and archives please
> for information about this if needed.
>
> Gerrit
> --
> convey Information Systems GmbH                   http://www.convey.de/
>                                                   Vitalisstraße 326-328
> Gerrit P. Haase                                   D-50933 Köln
> gerrit.haase@convey.de                            Fon: ++49 221 6903922
>
>
>


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Newbie question
  2001-12-17  5:16       ` hongxun lee
@ 2001-12-17  6:02         ` Gerrit P. Haase
  2001-12-17  6:49           ` hongxun lee
  0 siblings, 1 reply; 48+ messages in thread
From: Gerrit P. Haase @ 2001-12-17  6:02 UTC (permalink / raw)
  To: hongxun lee; +Cc: cygwin

Hallo hongxun,

2001-12-17 14:19:27, du schriebst:

> Thank you Gerrit Give me some more light pls.

> I'm on win2k professional.
> I again ran 'iu-config' under /etc, and the response was (i didn't see the
> prompt if install inetd as a service)

> Administrator@ALLELUJA /cygdrive/c/cygwin/etc
> $ iu-config
> Overwrite existing /etc/ftpusers file? (yes/no) yes
> Creating default /etc/ftpusers file
> Overwrite existing /etc/ftpwelcome file? (yes/no) yes
> Creating default /etc/ftpwelcome file
> Overwrite existing /etc/inetd.conf file? (yes/no) yes
> Creating default /etc/inetd.conf file
> Overwrite existing /etc/motd file? (yes/no) yes
> Creating default /etc/motd file
> Overwrite existing /etc/shells file? (yes/no) yes
> Creating default /etc/shells file

> Configuration finished. Have fun!

Hmm, I thought iu-config does the install, maybe I am wrong.

> Administrator@ALLELUJA /cygdrive/c/cygwin/etc
> $ inetd --install-as-service
> bash: inetd: command not found

> Administrator@ALLELUJA /cygdrive/c/cygwin/etc
> $

> What do they really mean? I haven't installed 'inetd' yet or other required
> packages?

inetd is in /usr/sbin which isn't in PATH included by default.
Type:
$ /usr/sbin/inetd --install-as-service

Gerrit
-- 
begin  signature:
=^..^=
end


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Newbie question
  2001-12-17  6:02         ` Gerrit P. Haase
@ 2001-12-17  6:49           ` hongxun lee
  0 siblings, 0 replies; 48+ messages in thread
From: hongxun lee @ 2001-12-17  6:49 UTC (permalink / raw)
  To: Gerrit P. Haase; +Cc: cygwin

I did move ahead a little, but it sticks at login:

$ net start inetd
The requested service has already been started.

More help is available by typing NET HELPMSG 2182.

$ telnet localhost
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused

Administrator@ALLELUJA /cygdrive/d
$ login
login: Administrator
Password:
Login incorrect
login:

BTW, i use Road runner


----- Original Message ----- 
> inetd is in /usr/sbin which isn't in PATH included by default.
> Type:
> $ /usr/sbin/inetd --install-as-service
> 
> 


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* RE: newbie question
  2007-07-03 11:57 newbie question Murali Vemuri
@ 2007-07-03 12:01 ` Dave Korn
  0 siblings, 0 replies; 48+ messages in thread
From: Dave Korn @ 2007-07-03 12:01 UTC (permalink / raw)
  To: cygwin

On 03 July 2007 12:57, Murali Vemuri wrote:

> Hello there,
> 
> I was trying to compile Cscope for Cygwin.
> My cygcheck output is attached here.
> Also, when I try to ./configure for cscope, the output appears to be normal.
> Please find the configure output below.
> 
> And when I try to compile, I get the following error:
> $ make
> /cygdrive/c/DOCUME~1/mvemuri/LOCALS~1/Temp/make38162.sh: line 2: syntax
> error: unexpected end of file
> C:\Program Files\NetworkSimplicity\ssh\make.exe: *** [config.h] Error 2
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


  Looks like you're using the wrong make because you have some non-cygwin
'make.exe' earlier in your $PATH than the cygwin one.  Make sure /bin comes
first.

    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] 48+ messages in thread

* newbie question
@ 2007-07-03 11:57 Murali Vemuri
  2007-07-03 12:01 ` Dave Korn
  0 siblings, 1 reply; 48+ messages in thread
From: Murali Vemuri @ 2007-07-03 11:57 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 4063 bytes --]

Hello there,

I was trying to compile Cscope for Cygwin.
My cygcheck output is attached here. 
Also, when I try to ./configure for cscope, the output appears to be normal.
Please find the configure output below.

And when I try to compile, I get the following error:
$ make
/cygdrive/c/DOCUME~1/mvemuri/LOCALS~1/Temp/make38162.sh: line 2: syntax
error: unexpected end of file
C:\Program Files\NetworkSimplicity\ssh\make.exe: *** [config.h] Error 2


./configure output:
MVemuri@MuraliKrishna /cygdrive/d/installs/cscope-15.6
$ ./configure
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for a BSD-compatible install... /usr/local/bin/install -c
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... none
checking dependency style of gcc... none
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
configure: checking "location of ncurses.h file"...
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for regcomp in -lregex... no
checking for gnome-config... true
checking for pkg-config... no
./configure: line 4614: pkg-config: command not found
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/window.h usability... no
checking sys/window.h presence... no
checking for sys/window.h... no
checking sys/termios.h usability... yes
checking sys/termios.h presence... yes
checking for sys/termios.h... yes
checking for unistd.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking floss.h usability... no
checking floss.h presence... no
checking for floss.h... no
checking io.h usability... yes
checking io.h presence... yes
checking for io.h... yes
checking for an ANSI C-conforming const... yes
checking for mode_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for sighandler_t... no
checking for sigsetjmp... yes
checking return type of signal handlers... void
checking for strchr... yes
checking for memcpy... yes
checking for memset... yes
checking for setmode... yes
checking for _setmode... yes
checking for getcwd... yes
checking for regcmp... no
checking for regcomp... yes
checking for strerror... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for lstat... yes
checking for fixkeypad... no
checking whether lstat dereferences a symlink specified with a trailing
slash... yes
checking whether lstat accepts an empty string... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating contrib/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands


[-- Attachment #2: cygcheck.out --]
[-- Type: application/octet-stream, Size: 57144 bytes --]


Cygwin Configuration Diagnostics
Current System Time: Tue Jul 03 17:12:55 2007

Windows XP Professional Ver 5.1 Build 2600 Service Pack 2

Path:	C:\Program Files\NetworkSimplicity\ssh
	C:\Program Files\NetworkSimplicity\ssh
	C:\Program Files\NetworkSimplicity\ssh
	D:\cygwin\usr\X11R6\bin
	C:\Program Files\NetworkSimplicity\ssh
	C:\Program Files\NetworkSimplicity\ssh
	C:\Program Files\NetworkSimplicity\ssh
	D:\cygwin\usr\X11R6\bin
	C:\Program Files\NetworkSimplicity\ssh
	C:\Program Files\NetworkSimplicity\ssh
	c:\WINDOWS\system32
	c:\WINDOWS
	c:\WINDOWS\System32\Wbem
	c:\Program Files\ESTsoft\ALZip\
	c:\Program Files\cvsnt
	c:\Program Files\ESTsoft\ALZip\
	c:\Program Files\ESTsoft\ALZip\
	c:\Program Files\QuickTime\QTSystem\
	c:\Program Files\ESTsoft\ALZip\
	D:\cygwin\lib\lapack

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

USER = 'MVemuri'
PWD = '/cygdrive/d/installs/cscope-15.6'
CYGWIN = 'tty'
HOME = '/usr/local/bin'
MAKE_MODE = 'unix'

HOMEPATH = '\Documents and Settings\mvemuri'
APPDATA = 'C:\Documents and Settings\mvemuri\Application Data'
MANPATH = '/usr/local/man:/usr/share/man:/usr/man:/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man:/usr/ssl/man'
HOSTNAME = 'MuraliKrishna'
XKEYSYMDB = '/usr/X11R6/lib/X11/XKeysymDB'
PROCESSOR_IDENTIFIER = 'x86 Family 15 Model 6 Stepping 5, GenuineIntel'
TERM = 'xterm'
WINDIR = 'C:\WINDOWS'
WINDOWID = '10485774'
OLDPWD = '/cygdrive/d'
USERDOMAIN = 'WMC_DOMAIN'
ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'
OS = 'Windows_NT'
XAPPLRESDIR = '/usr/X11R6/lib/X11/app-defaults'
XTERM_SHELL = '/usr/bin/bash'
XCMSDB = '/usr/X11R6/lib/X11/Xcms.txt'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
DEFLOGDIR = 'C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection'
TEMP = '/cygdrive/c/DOCUME~1/mvemuri/LOCALS~1/Temp'
XNLSPATH = '/usr/X11R6/lib/X11/locale'
TERMCAP = 'xterm-r6|xterm|xterm X11R6 version:am:km:mi:ms:xn:co#80:it#8:li#24:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:im=\E[4h:is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:ue=\E[m:up=\E[A:us=\E[4m:kb=\010:'
QTJAVA = 'C:\Program Files\Java\jre1.6.0_01\lib\ext\QTJava.zip'
USERNAME = 'MVemuri'
PROCESSOR_LEVEL = '15'
FP_NO_HOST_CHECK = 'NO'
SYSTEMDRIVE = 'C:'
CLIENTNAME = 'Console'
USERPROFILE = 'C:\Documents and Settings\mvemuri'
PS1 = '\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ '
LOGONSERVER = '\\INDC-01'
!C: = 'C:\Documents and Settings\mvemuri\Desktop'
PROCESSOR_ARCHITECTURE = 'x86'
XTERM_VERSION = 'Cygwin 6.8.2.0(202)'
SHLVL = '3'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
USERDNSDOMAIN = 'CORP.PROXIM.COM'
!D: = 'D:\'
HOMEDRIVE = 'C:'
COMSPEC = 'C:\WINDOWS\system32\cmd.exe'
PROMPT = '$P$G'
LOGNAME = 'MVemuri'
SYSTEMROOT = 'C:\WINDOWS'
TMP = '/cygdrive/c/DOCUME~1/mvemuri/LOCALS~1/Temp'
PROCESSOR_REVISION = '0605'
CVS_RSH = '/bin/ssh'
PRINTER = 'HP LaserJet 3050 Series PCL 6'
CLASSPATH = '.;C:\Program Files\Java\jre1.6.0_01\lib\ext\QTJava.zip'
PKG_CONFIG_PATH = '/usr/X11R6/lib/pkgconfig'
PROGRAMFILES = 'C:\Program Files'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:/usr/local/info:/usr/share/info:/usr/info:'
DISPLAY = ':0.0'
NUMBER_OF_PROCESSORS = '2'
VSEDEFLOGDIR = 'C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection'
SESSIONNAME = 'Console'
COMPUTERNAME = 'MURALIKRISHNA'
XAUTHORITY = '/usr/local/bin/.Xauthority'
SONICCENTRAL = 'C:\Program Files\Common Files\Sonic Shared\Sonic Central\'
_ = '/usr/local/bin/cygcheck'
POSIXLY_CORRECT = '1'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\00
  (default) = '\\.\tape1:'
  unix = '/dev/st1'
  fbinary = 0x00000000
  fsilent = 0x00000001
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\01
  (default) = '\\.\tape0:'
  unix = '/dev/st0'
  fbinary = 0x00000000
  fsilent = 0x00000001
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\02
  (default) = '\\.\b:'
  unix = '/dev/fd1'
  fbinary = 0x00000000
  fsilent = 0x00000001
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\03
  (default) = '\\.\a:'
  unix = '/dev/fd0'
  fbinary = 0x00000000
  fsilent = 0x00000001
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\04
  (default) = 'C:'
  unix = '/'
  fbinary = 0x00000000
  fsilent = 0x00000000
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
  (default) = '/cygdrive'
  cygdrive flags = 0x00000022
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = 'D:\cygwin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/bin
  (default) = 'C:\Program Files\NetworkSimplicity\ssh'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/etc
  (default) = 'C:\Program Files\NetworkSimplicity\etc'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ssh
  (default) = 'C:\Program Files\NetworkSimplicity\ssh'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = 'C:\Program Files\NetworkSimplicity\ssh'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = 'D:\cygwin/lib'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/local/bin
  (default) = 'C:\Program Files\NetworkSimplicity\ssh'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/local/etc
  (default) = 'C:\Program Files\NetworkSimplicity\ssh'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/var
  (default) = 'C:\Program Files\NetworkSimplicity\var'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\00
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\01
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\02
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\03
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\04
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\05
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\06
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\07
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\08
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\09
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0A
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0B
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0C
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0D
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0E
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0F
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\10
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\11
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\12
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\13
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\14
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\15
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\16
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\17
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\18
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\19
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1A
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1B
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1C
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1D

a:  fd             N/A    N/A                    
c:  hd  NTFS     61443Mb  15% CP CS UN PA FC     
d:  hd  NTFS     91095Mb   5% CP CS UN PA FC     
e:  cd             N/A    N/A                    
z:  net NTFS    426836Mb   7% CP CS UN PA FC     Vol2

D:\cygwin                               /               system  binmode
C:\Program Files\NetworkSimplicity\ssh  /bin            system  binmode
C:\Program Files\NetworkSimplicity\etc  /etc            system  binmode
C:\Program Files\NetworkSimplicity\ssh  /ssh            system  binmode
C:\Program Files\NetworkSimplicity\ssh  /usr/bin        system  binmode
D:\cygwin/lib                           /usr/lib        system  binmode
C:\Program Files\NetworkSimplicity\ssh  /usr/local/bin  system  binmode
C:\Program Files\NetworkSimplicity\ssh  /usr/local/etc  system  binmode
C:\Program Files\NetworkSimplicity\var  /var            system  binmode
.                                       /cygdrive       system  binmode,cygdrive

Found: C:\Program Files\NetworkSimplicity\ssh\awk.exe
Found: C:\Program Files\NetworkSimplicity\ssh\bash.exe
Found: C:\Program Files\NetworkSimplicity\ssh\cat.exe
Found: C:\Program Files\NetworkSimplicity\ssh\cp.exe
Found: C:\Program Files\NetworkSimplicity\ssh\cpp.exe
Found: C:\Program Files\NetworkSimplicity\ssh\crontab.exe
Found: C:\Program Files\NetworkSimplicity\ssh\find.exe
Found: C:\Program Files\NetworkSimplicity\ssh\gcc.exe
Found: C:\Program Files\NetworkSimplicity\ssh\gdb.exe
Found: C:\Program Files\NetworkSimplicity\ssh\grep.exe
Found: C:\Program Files\NetworkSimplicity\ssh\kill.exe
Found: C:\Program Files\NetworkSimplicity\ssh\ld.exe
Found: C:\Program Files\NetworkSimplicity\ssh\ls.exe
Found: C:\Program Files\NetworkSimplicity\ssh\make.exe
Found: C:\Program Files\NetworkSimplicity\ssh\mv.exe
Found: C:\Program Files\NetworkSimplicity\ssh\patch.exe
Found: C:\Program Files\NetworkSimplicity\ssh\perl.exe
Found: C:\Program Files\NetworkSimplicity\ssh\rm.exe
Found: C:\Program Files\NetworkSimplicity\ssh\sed.exe
Found: C:\Program Files\NetworkSimplicity\ssh\ssh.exe
Found: C:\Program Files\NetworkSimplicity\ssh\sh.exe
Found: C:\Program Files\NetworkSimplicity\ssh\tar.exe
Found: C:\Program Files\NetworkSimplicity\ssh\test.exe
Not Found: vi
Found: C:\Program Files\NetworkSimplicity\ssh\vim.exe

   80k 2006/02/20 C:\Program Files\NetworkSimplicity\ssh\cygaa-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygaa-1.dll" v0.0 ts=2006/2/21 2:46
   25k 2005/08/15 C:\Program Files\NetworkSimplicity\ssh\cygao-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygao-2.dll" v0.0 ts=2005/8/15 14:52
  103k 2007/04/06 C:\Program Files\NetworkSimplicity\ssh\cygapr-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygapr-1-0.dll" v0.0 ts=2007/4/7 2:40
   70k 2007/03/23 C:\Program Files\NetworkSimplicity\ssh\cygaprutil-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygaprutil-1-0.dll" v0.0 ts=2007/3/23 7:04
   52k 2005/11/10 C:\Program Files\NetworkSimplicity\ssh\cygart_lgpl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygart_lgpl-2.dll" v0.0 ts=2005/11/11 2:03
   76k 2005/07/30 C:\Program Files\NetworkSimplicity\ssh\cygart_lgpl_2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygart_lgpl_2-2.dll" v0.0 ts=2005/7/30 16:16
  802k 2003/09/15 C:\Program Files\NetworkSimplicity\ssh\cygaspell-15.dll - os=4.0 img=1.0 sys=4.0
                  "cygaspell-15.dll" v0.0 ts=2003/9/15 18:02
  280k 2006/10/23 C:\Program Files\NetworkSimplicity\ssh\cygasprintf-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygasprintf-0.dll" v0.0 ts=2006/10/23 5:41
   87k 2006/02/16 C:\Program Files\NetworkSimplicity\ssh\cygatk-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygatk-1.0-0.dll" v0.0 ts=2006/2/7 2:43
  145k 2004/09/02 C:\Program Files\NetworkSimplicity\ssh\cygaudiofile-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygaudiofile-0.dll" v0.0 ts=2004/9/2 9:08
  329k 2006/04/27 C:\Program Files\NetworkSimplicity\ssh\cygbonobo-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygbonobo-2-0.dll" v0.0 ts=2006/4/28 3:51
   68k 2006/04/27 C:\Program Files\NetworkSimplicity\ssh\cygbonobo-activation-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygbonobo-activation-4.dll" v0.0 ts=2006/4/28 3:46
  334k 2005/09/27 C:\Program Files\NetworkSimplicity\ssh\cygbonoboui-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygbonoboui-2-0.dll" v0.0 ts=2005/9/28 2:56
  351k 2007/01/03 C:\Program Files\NetworkSimplicity\ssh\cygboost_date_time-gcc-mt-1_33_1.dll - os=4.0 img=1.33 sys=4.0
                  "cygboost_date_time-gcc-mt-1_33_1.dll" v0.0 ts=2007/1/4 3:16
  120k 2007/01/03 C:\Program Files\NetworkSimplicity\ssh\cygboost_filesystem-gcc-mt-1_33_1.dll - os=4.0 img=1.33 sys=4.0
                  "cygboost_filesystem-gcc-mt-1_33_1.dll" v0.0 ts=2007/1/4 3:17
   79k 2007/01/03 C:\Program Files\NetworkSimplicity\ssh\cygboost_iostreams-gcc-mt-1_33_1.dll - os=4.0 img=1.33 sys=4.0
                  "cygboost_iostreams-gcc-mt-1_33_1.dll" v0.0 ts=2007/1/4 3:18
  526k 2007/01/03 C:\Program Files\NetworkSimplicity\ssh\cygboost_program_options-gcc-mt-1_33_1.dll - os=4.0 img=1.33 sys=4.0
                  "cygboost_program_options-gcc-mt-1_33_1.dll" v0.0 ts=2007/1/4 3:22
  563k 2007/01/03 C:\Program Files\NetworkSimplicity\ssh\cygboost_python-gcc-mt-1_33_1.dll - os=4.0 img=1.33 sys=4.0
                  "cygboost_python-gcc-mt-1_33_1.dll" v0.0 ts=2007/1/4 3:26
  678k 2007/01/03 C:\Program Files\NetworkSimplicity\ssh\cygboost_regex-gcc-mt-1_33_1.dll - os=4.0 img=1.33 sys=4.0
                  "cygboost_regex-gcc-mt-1_33_1.dll" v0.0 ts=2007/1/4 3:32
  621k 2007/01/03 C:\Program Files\NetworkSimplicity\ssh\cygboost_serialization-gcc-mt-1_33_1.dll - os=4.0 img=1.33 sys=4.0
                  "cygboost_serialization-gcc-mt-1_33_1.dll" v0.0 ts=2007/1/4 3:44
  118k 2007/01/03 C:\Program Files\NetworkSimplicity\ssh\cygboost_signals-gcc-mt-1_33_1.dll - os=4.0 img=1.33 sys=4.0
                  "cygboost_signals-gcc-mt-1_33_1.dll" v0.0 ts=2007/1/4 3:45
   91k 2007/01/03 C:\Program Files\NetworkSimplicity\ssh\cygboost_thread-gcc-mt-1_33_1.dll - os=4.0 img=1.33 sys=4.0
                  "cygboost_thread-gcc-mt-1_33_1.dll" v0.0 ts=2007/1/4 3:46
   32k 2007/06/05 C:\Program Files\NetworkSimplicity\ssh\cygbrlapi-0.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygbrlapi-0.5.dll" v0.0 ts=2007/6/5 7:00
   61k 2006/11/10 C:\Program Files\NetworkSimplicity\ssh\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2006/11/11 5:12
   54k 2002/01/27 C:\Program Files\NetworkSimplicity\ssh\cygbz21.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz21.0.dll" v0.0 ts=2002/1/27 6:37
  317k 2005/10/07 C:\Program Files\NetworkSimplicity\ssh\cygcairo-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-2.dll" v0.0 ts=2005/10/8 3:19
    7k 2006/10/22 C:\Program Files\NetworkSimplicity\ssh\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2006/10/23 5:13
   23k 2006/05/08 C:\Program Files\NetworkSimplicity\ssh\cygcheck-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcheck-0.dll" v0.0 ts=2006/5/8 8:12
  477k 2007/06/16 C:\Program Files\NetworkSimplicity\ssh\cygclamav-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygclamav-2.dll" v0.0 ts=2007/6/16 22:23
   16k 2005/10/11 C:\Program Files\NetworkSimplicity\ssh\cygcompface-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcompface-0.dll" v0.0 ts=2005/10/11 19:28
  529k 2004/06/27 C:\Program Files\NetworkSimplicity\ssh\cygcppunit-1-9-14.dll - os=4.0 img=1.0 sys=4.0
                  "cygcppunit-1-9-14.dll" v0.0 ts=2004/6/27 6:59
  192k 2006/03/08 C:\Program Files\NetworkSimplicity\ssh\cygcroco-0.6-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygcroco-0.6-3.dll" v0.0 ts=2006/3/8 6:34
    7k 2003/10/19 C:\Program Files\NetworkSimplicity\ssh\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2003/10/19 13:27
 1059k 2007/03/29 C:\Program Files\NetworkSimplicity\ssh\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.8.dll" v0.0 ts=2007/3/29 15:43
  625k 2002/07/30 C:\Program Files\NetworkSimplicity\ssh\cygcrypto.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto.dll" v0.0 ts=2002/7/30 21:02
  194k 2006/06/12 C:\Program Files\NetworkSimplicity\ssh\cygcurl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-3.dll" v0.0 ts=2006/6/12 14:30
  380k 2002/07/24 C:\Program Files\NetworkSimplicity\ssh\cygdb-3.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-3.1.dll" v0.0 ts=2002/7/24 21:54
  831k 2003/09/20 C:\Program Files\NetworkSimplicity\ssh\cygdb-4.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.1.dll" v0.0 ts=2003/9/21 3:21
  895k 2004/04/28 C:\Program Files\NetworkSimplicity\ssh\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.2.dll" v0.0 ts=2004/4/27 21:01
  965k 2005/05/14 C:\Program Files\NetworkSimplicity\ssh\cygdb-4.3.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.3.dll" v0.0 ts=2005/5/14 18:07
  326k 2002/06/26 C:\Program Files\NetworkSimplicity\ssh\cygdb2.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb2.dll" v0.0 ts=2002/6/26 23:18
  487k 2002/07/24 C:\Program Files\NetworkSimplicity\ssh\cygdb_cxx-3.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-3.1.dll" v0.0 ts=2002/7/24 21:55
 1080k 2003/09/20 C:\Program Files\NetworkSimplicity\ssh\cygdb_cxx-4.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.1.dll" v0.0 ts=2003/9/21 3:23
 1156k 2004/04/28 C:\Program Files\NetworkSimplicity\ssh\cygdb_cxx-4.2.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.2.dll" v0.0 ts=2004/4/27 21:05
 1240k 2005/05/14 C:\Program Files\NetworkSimplicity\ssh\cygdb_cxx-4.3.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.3.dll" v0.0 ts=2005/5/14 18:11
   48k 2006/06/06 C:\Program Files\NetworkSimplicity\ssh\cygecpg.dll - os=4.0 img=1.0 sys=4.0
                  "cygecpg.dll" v0.0 ts=2006/6/6 12:06
  507k 2005/10/10 C:\Program Files\NetworkSimplicity\ssh\cygEMF-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygEMF-1.dll" v0.0 ts=2005/10/10 10:41
   27k 2005/08/21 C:\Program Files\NetworkSimplicity\ssh\cygesd-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygesd-0.dll" v0.0 ts=2005/8/22 4:34
   94k 2004/06/07 C:\Program Files\NetworkSimplicity\ssh\cygexif-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygexif-10.dll" v0.0 ts=2004/6/7 14:23
  107k 2005/08/08 C:\Program Files\NetworkSimplicity\ssh\cygexif-12.dll - os=4.0 img=1.0 sys=4.0
                  "cygexif-12.dll" v0.0 ts=2005/8/8 17:20
  118k 2007/04/06 C:\Program Files\NetworkSimplicity\ssh\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-0.dll" v0.0 ts=2007/4/7 2:13
  286k 2006/08/06 C:\Program Files\NetworkSimplicity\ssh\cygfcgi++-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfcgi++-0.dll" v0.0 ts=2006/8/7 1:39
   30k 2006/08/06 C:\Program Files\NetworkSimplicity\ssh\cygfcgi-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfcgi-0.dll" v0.0 ts=2006/8/7 1:39
  509k 2006/01/11 C:\Program Files\NetworkSimplicity\ssh\cygfftw3-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3-3.dll" v0.0 ts=2006/1/11 7:54
   69k 2006/01/11 C:\Program Files\NetworkSimplicity\ssh\cygfftw3_threads-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3_threads-3.dll" v0.0 ts=2006/1/11 18:57
  214k 2005/08/13 C:\Program Files\NetworkSimplicity\ssh\cygFLAC++-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygFLAC++-5.dll" v0.0 ts=2005/8/13 13:39
  274k 2005/08/13 C:\Program Files\NetworkSimplicity\ssh\cygFLAC-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygFLAC-7.dll" v0.0 ts=2005/8/13 13:34
  520k 2007/01/31 C:\Program Files\NetworkSimplicity\ssh\cygfltknox-1.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfltknox-1.1.dll" v0.0 ts=2007/2/1 1:52
   34k 2007/01/31 C:\Program Files\NetworkSimplicity\ssh\cygfltknox_forms-1.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfltknox_forms-1.1.dll" v0.0 ts=2007/2/1 1:52
   41k 2007/01/31 C:\Program Files\NetworkSimplicity\ssh\cygfltknox_gl-1.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfltknox_gl-1.1.dll" v0.0 ts=2007/2/1 1:52
   70k 2007/01/31 C:\Program Files\NetworkSimplicity\ssh\cygfltknox_images-1.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfltknox_images-1.1.dll" v0.0 ts=2007/2/1 1:52
  161k 2007/03/28 C:\Program Files\NetworkSimplicity\ssh\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontconfig-1.dll" v0.0 ts=2007/3/28 16:46
   40k 2006/11/15 C:\Program Files\NetworkSimplicity\ssh\cygform-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-8.dll" v0.0 ts=2006/11/15 12:36
   48k 2003/08/09 C:\Program Files\NetworkSimplicity\ssh\cygform7.dll - os=4.0 img=1.0 sys=4.0
                  "cygform7.dll" v0.0 ts=2003/8/9 14:55
  859k 2005/08/08 C:\Program Files\NetworkSimplicity\ssh\cygfpx-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfpx-1.dll" v0.0 ts=2005/8/9 3:05
  462k 2007/05/31 C:\Program Files\NetworkSimplicity\ssh\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-6.dll" v0.0 ts=2007/5/31 9:04
   23k 2005/11/30 C:\Program Files\NetworkSimplicity\ssh\cyggailutil-17.dll - os=4.0 img=1.0 sys=4.0
                  "cyggailutil-17.dll" v0.0 ts=2005/12/1 2:41
  176k 2006/05/30 C:\Program Files\NetworkSimplicity\ssh\cyggconf-2-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggconf-2-4.dll" v0.0 ts=2006/5/30 4:54
  323k 2005/07/10 C:\Program Files\NetworkSimplicity\ssh\cyggcrypt-11.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcrypt-11.dll" v0.0 ts=2005/7/10 5:40
  225k 2007/04/04 C:\Program Files\NetworkSimplicity\ssh\cyggd-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyggd-2.dll" v0.0 ts=2007/4/4 13:23
   28k 2003/07/20 C:\Program Files\NetworkSimplicity\ssh\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-3.dll" v0.0 ts=2003/7/20 13:28
   19k 2006/11/19 C:\Program Files\NetworkSimplicity\ssh\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2006/11/19 13:48
   19k 2003/03/22 C:\Program Files\NetworkSimplicity\ssh\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm.dll" v0.0 ts=2002/2/20 8:35
   15k 2003/07/20 C:\Program Files\NetworkSimplicity\ssh\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-3.dll" v0.0 ts=2003/7/20 13:30
    8k 2006/11/19 C:\Program Files\NetworkSimplicity\ssh\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2006/11/19 13:48
  195k 2004/09/02 C:\Program Files\NetworkSimplicity\ssh\cyggdk-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk-1-2-0.dll" v0.0 ts=2004/9/3 0:01
  451k 2005/12/27 C:\Program Files\NetworkSimplicity\ssh\cyggdk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk-x11-2.0-0.dll" v0.0 ts=2005/12/26 16:50
  128k 2005/08/02 C:\Program Files\NetworkSimplicity\ssh\cyggdk_imlib-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk_imlib-1.dll" v0.0 ts=2005/8/2 6:06
   77k 2005/12/27 C:\Program Files\NetworkSimplicity\ssh\cyggdk_pixbuf-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk_pixbuf-2.0-0.dll" v0.0 ts=2005/12/26 16:41
   72k 2005/11/16 C:\Program Files\NetworkSimplicity\ssh\cyggdk_pixbuf-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk_pixbuf-2.dll" v0.0 ts=2005/11/17 3:10
   54k 2005/12/27 C:\Program Files\NetworkSimplicity\ssh\cyggdk_pixbuf_xlib-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk_pixbuf_xlib-2.0-0.dll" v0.0 ts=2005/12/26 17:33
  105k 2005/11/16 C:\Program Files\NetworkSimplicity\ssh\cyggdk_pixbuf_xlib-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk_pixbuf_xlib-2.dll" v0.0 ts=2005/11/17 3:11
   23k 2006/02/14 C:\Program Files\NetworkSimplicity\ssh\cygGeoIP-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGeoIP-1.dll" v0.0 ts=2006/2/7 2:43
   21k 2006/02/14 C:\Program Files\NetworkSimplicity\ssh\cygGeoIPUpdate-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygGeoIPUpdate-0.dll" v0.0 ts=2006/2/14 12:57
  135k 2005/03/16 C:\Program Files\NetworkSimplicity\ssh\cygglib-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglib-1-2-0.dll" v0.0 ts=2005/3/16 7:46
  515k 2006/06/06 C:\Program Files\NetworkSimplicity\ssh\cygglib-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglib-2.0-0.dll" v0.0 ts=2006/6/6 4:02
   12k 2005/03/16 C:\Program Files\NetworkSimplicity\ssh\cyggmodule-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmodule-1-2-0.dll" v0.0 ts=2005/3/16 7:48
   10k 2006/06/06 C:\Program Files\NetworkSimplicity\ssh\cyggmodule-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmodule-2.0-0.dll" v0.0 ts=2006/6/6 4:06
  219k 2006/11/04 C:\Program Files\NetworkSimplicity\ssh\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-3.dll" v0.0 ts=2006/11/4 19:24
  287k 2006/11/04 C:\Program Files\NetworkSimplicity\ssh\cyggmpxx-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmpxx-3.dll" v0.0 ts=2006/11/4 19:24
   35k 2006/02/28 C:\Program Files\NetworkSimplicity\ssh\cyggnome-keyring-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnome-keyring-0.dll" v0.0 ts=2006/3/1 3:40
  332k 2005/12/06 C:\Program Files\NetworkSimplicity\ssh\cyggnomevfs-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnomevfs-2-0.dll" v0.0 ts=2005/12/6 3:31
  222k 2006/06/06 C:\Program Files\NetworkSimplicity\ssh\cyggobject-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggobject-2.0-0.dll" v0.0 ts=2006/6/6 4:05
   12k 2005/07/09 C:\Program Files\NetworkSimplicity\ssh\cyggpg-error-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggpg-error-0.dll" v0.0 ts=2005/7/10 4:04
 1516k 2007/02/22 C:\Program Files\NetworkSimplicity\ssh\cyggsl-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggsl-0.dll" v0.0 ts=2007/2/22 4:23
  186k 2007/02/22 C:\Program Files\NetworkSimplicity\ssh\cyggslcblas-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggslcblas-0.dll" v0.0 ts=2007/2/22 3:58
   10k 2005/03/16 C:\Program Files\NetworkSimplicity\ssh\cyggthread-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggthread-1-2-0.dll" v0.0 ts=2005/3/16 7:48
   14k 2006/06/06 C:\Program Files\NetworkSimplicity\ssh\cyggthread-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggthread-2.0-0.dll" v0.0 ts=2006/6/6 4:06
 1293k 2004/09/02 C:\Program Files\NetworkSimplicity\ssh\cyggtk-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggtk-1-2-0.dll" v0.0 ts=2004/9/3 0:14
 2764k 2005/12/27 C:\Program Files\NetworkSimplicity\ssh\cyggtk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggtk-x11-2.0-0.dll" v0.0 ts=2005/12/26 17:13
  528k 2005/10/09 C:\Program Files\NetworkSimplicity\ssh\cygguile-12.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-12.dll" v0.0 ts=2005/10/9 18:55
   18k 2005/10/09 C:\Program Files\NetworkSimplicity\ssh\cygguile-ltdl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-ltdl-1.dll" v0.0 ts=2005/10/9 18:54
   68k 2005/10/09 C:\Program Files\NetworkSimplicity\ssh\cygguile-srfi-srfi-13-14-v-1-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-13-14-v-1-1.dll" v0.0 ts=2005/10/9 18:55
   31k 2005/10/09 C:\Program Files\NetworkSimplicity\ssh\cygguile-srfi-srfi-4-v-1-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-4-v-1-1.dll" v0.0 ts=2005/10/9 18:55
   12k 2005/10/09 C:\Program Files\NetworkSimplicity\ssh\cygguilereadline-v-12-12.dll - os=4.0 img=1.0 sys=4.0
                  "cygguilereadline-v-12-12.dll" v0.0 ts=2005/10/9 18:55
   25k 2007/05/02 C:\Program Files\NetworkSimplicity\ssh\cyghistory6.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory6.dll" v0.0 ts=2007/5/2 6:31
  336k 2007/04/06 C:\Program Files\NetworkSimplicity\ssh\cyghttpd2core.dll - os=4.0 img=1.0 sys=4.0
                  "cyghttpd2core.dll" v0.0 ts=2007/4/7 3:39
  976k 2006/10/22 C:\Program Files\NetworkSimplicity\ssh\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2006/10/23 5:14
  155k 2005/08/02 C:\Program Files\NetworkSimplicity\ssh\cygImlib-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygImlib-1.dll" v0.0 ts=2005/8/2 6:07
    9k 2005/08/02 C:\Program Files\NetworkSimplicity\ssh\cygimlib-bmp.dll - os=4.0 img=1.0 sys=4.0
                  "cygimlib-bmp.dll" v0.0 ts=2005/8/2 6:08
    6k 2005/08/02 C:\Program Files\NetworkSimplicity\ssh\cygimlib-gif.dll - os=4.0 img=1.0 sys=4.0
                  "cygimlib-gif.dll" v0.0 ts=2005/8/2 6:08
    7k 2005/08/02 C:\Program Files\NetworkSimplicity\ssh\cygimlib-jpeg.dll - os=4.0 img=1.0 sys=4.0
                  "cygimlib-jpeg.dll" v0.0 ts=2005/8/2 6:08
   11k 2005/08/02 C:\Program Files\NetworkSimplicity\ssh\cygimlib-png.dll - os=4.0 img=1.0 sys=4.0
                  "cygimlib-png.dll" v0.0 ts=2005/8/2 6:09
    8k 2005/08/02 C:\Program Files\NetworkSimplicity\ssh\cygimlib-ppm.dll - os=4.0 img=1.0 sys=4.0
                  "cygimlib-ppm.dll" v0.0 ts=2005/8/2 6:08
    7k 2005/08/02 C:\Program Files\NetworkSimplicity\ssh\cygimlib-ps.dll - os=4.0 img=1.0 sys=4.0
                  "cygimlib-ps.dll" v0.0 ts=2005/8/2 6:08
    6k 2005/08/02 C:\Program Files\NetworkSimplicity\ssh\cygimlib-tiff.dll - os=4.0 img=1.0 sys=4.0
                  "cygimlib-tiff.dll" v0.0 ts=2005/8/2 6:09
   10k 2005/08/02 C:\Program Files\NetworkSimplicity\ssh\cygimlib-xpm.dll - os=4.0 img=1.0 sys=4.0
                  "cygimlib-xpm.dll" v0.0 ts=2005/8/2 6:08
   22k 2001/12/13 C:\Program Files\NetworkSimplicity\ssh\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-1.dll" v0.0 ts=2001/12/13 14:58
   37k 2003/08/10 C:\Program Files\NetworkSimplicity\ssh\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-2.dll" v0.0 ts=2003/8/11 3:20
   31k 2005/11/20 C:\Program Files\NetworkSimplicity\ssh\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-3.dll" v0.0 ts=2005/11/20 7:34
   31k 2006/10/23 C:\Program Files\NetworkSimplicity\ssh\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2006/10/23 5:42
   12k 2003/02/17 C:\Program Files\NetworkSimplicity\ssh\cygioperm-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygioperm-0.dll" v0.0 ts=2003/2/18 1:28
  241k 2004/08/06 C:\Program Files\NetworkSimplicity\ssh\cygjasper-1-701-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjasper-1-701-1.dll" v0.0 ts=2004/8/6 20:47
  124k 2006/11/09 C:\Program Files\NetworkSimplicity\ssh\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-62.dll" v0.0 ts=2006/11/9 14:32
   41k 2005/08/29 C:\Program Files\NetworkSimplicity\ssh\cyglber-2-2-7.dll - os=4.0 img=1.0 sys=4.0
                  "cyglber-2-2-7.dll" v0.0 ts=2005/8/14 23:18
  156k 2005/08/08 C:\Program Files\NetworkSimplicity\ssh\cyglcms-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyglcms-1.dll" v0.0 ts=2005/8/8 15:45
  176k 2005/08/29 C:\Program Files\NetworkSimplicity\ssh\cygldap-2-2-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap-2-2-7.dll" v0.0 ts=2005/8/29 16:44
  188k 2005/08/29 C:\Program Files\NetworkSimplicity\ssh\cygldap_r-2-2-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap_r-2-2-7.dll" v0.0 ts=2005/8/29 16:44
   83k 2007/06/06 C:\Program Files\NetworkSimplicity\ssh\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2007/6/6 16:11
   21k 2006/11/15 C:\Program Files\NetworkSimplicity\ssh\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-8.dll" v0.0 ts=2006/11/15 12:35
   29k 2003/08/09 C:\Program Files\NetworkSimplicity\ssh\cygmenu7.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu7.dll" v0.0 ts=2003/8/9 14:55
   20k 2006/12/21 C:\Program Files\NetworkSimplicity\ssh\cygminires.dll - os=4.0 img=1.1 sys=4.0
                  "cygminires.dll" v0.0 ts=2006/12/21 10:37
  121k 2006/11/04 C:\Program Files\NetworkSimplicity\ssh\cygmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmp-3.dll" v0.0 ts=2006/11/4 19:22
   67k 2006/11/15 C:\Program Files\NetworkSimplicity\ssh\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-8.dll" v0.0 ts=2006/11/15 12:43
  237k 2006/11/15 C:\Program Files\NetworkSimplicity\ssh\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-8.dll" v0.0 ts=2006/11/15 12:32
  224k 2003/08/09 C:\Program Files\NetworkSimplicity\ssh\cygncurses7.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses7.dll" v0.0 ts=2003/8/9 14:54
   12k 2006/11/15 C:\Program Files\NetworkSimplicity\ssh\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-8.dll" v0.0 ts=2006/11/15 12:34
   19k 2003/08/09 C:\Program Files\NetworkSimplicity\ssh\cygpanel7.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel7.dll" v0.0 ts=2003/8/9 14:54
  198k 2005/07/18 C:\Program Files\NetworkSimplicity\ssh\cygpango-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpango-1.0-0.dll" v0.0 ts=2005/7/18 16:56
  134k 2005/07/18 C:\Program Files\NetworkSimplicity\ssh\cygpangoft2-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangoft2-1.0-0.dll" v0.0 ts=2005/7/18 16:58
   33k 2005/07/18 C:\Program Files\NetworkSimplicity\ssh\cygpangowin32-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangowin32-1.0-0.dll" v0.0 ts=2005/7/18 16:59
   36k 2005/07/18 C:\Program Files\NetworkSimplicity\ssh\cygpangox-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangox-1.0-0.dll" v0.0 ts=2005/7/18 16:57
   22k 2005/07/18 C:\Program Files\NetworkSimplicity\ssh\cygpangoxft-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangoxft-1.0-0.dll" v0.0 ts=2005/7/18 16:59
  119k 2007/04/25 C:\Program Files\NetworkSimplicity\ssh\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2007/4/25 10:09
  303k 2007/04/25 C:\Program Files\NetworkSimplicity\ssh\cygpcrecpp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcrecpp-0.dll" v0.0 ts=2007/4/25 10:09
    7k 2007/04/25 C:\Program Files\NetworkSimplicity\ssh\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2007/4/25 10:09
 1249k 2005/12/30 C:\Program Files\NetworkSimplicity\ssh\cygperl5_8.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_8.dll" v0.0 ts=2005/12/30 7:18
   52k 2006/06/06 C:\Program Files\NetworkSimplicity\ssh\cygpgtypes.dll - os=4.0 img=1.0 sys=4.0
                  "cygpgtypes.dll" v0.0 ts=2006/6/6 12:06
  226k 2006/11/05 C:\Program Files\NetworkSimplicity\ssh\cygpng12.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng12.dll" v0.0 ts=2006/11/6 5:02
   22k 2002/06/09 C:\Program Files\NetworkSimplicity\ssh\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/9 11:15
  154k 2007/05/02 C:\Program Files\NetworkSimplicity\ssh\cygreadline6.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline6.dll" v0.0 ts=2007/5/2 6:31
   78k 2004/10/13 C:\Program Files\NetworkSimplicity\ssh\cygsasl2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsasl2-2.dll" v0.0 ts=2004/10/14 4:20
  217k 2007/03/29 C:\Program Files\NetworkSimplicity\ssh\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.8.dll" v0.0 ts=2007/3/29 15:43
  312k 2006/11/10 C:\Program Files\NetworkSimplicity\ssh\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff-5.dll" v0.0 ts=2006/11/10 13:39
  282k 2003/08/11 C:\Program Files\NetworkSimplicity\ssh\cygtiff4.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff4.dll" v0.0 ts=2003/8/11 8:02
   27k 2005/10/23 C:\Program Files\NetworkSimplicity\ssh\cygungif-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygungif-4.dll" v0.0 ts=2005/10/24 1:41
   65k 2006/10/16 C:\Program Files\NetworkSimplicity\ssh\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2006/10/16 6:40
 1830k 2007/01/31 C:\Program Files\NetworkSimplicity\ssh\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2007/1/31 15:28
    Cygwin DLL version info:
        DLL version: 1.5.24
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 156
        Shared data: 4
        DLL identifier: cygwin1
        Mount registry: 2
        Cygnus registry name: Cygnus Solutions
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Cygwin mount registry name: mounts v2
        Cygdrive flags: cygdrive flags
        Cygdrive prefix: cygdrive prefix
        Cygdrive default prefix: 
        Build date: Wed Jan 31 10:57:51 CET 2007
        CVS tag: cr-0x5f1
        Shared id: cygwin1S4

   26k 2005/09/21 D:\cygwin\usr\X11R6\bin\cygDtPrint-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygDtPrint-1.dll" v0.0 ts=2005/9/22 5:01
   20k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontenc-1.dll" v0.0 ts=2005/10/27 0:44
   34k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygFS-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygFS-6.dll" v0.0 ts=2005/10/26 23:22
  357k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGL-1.dll" v0.0 ts=2005/10/27 0:00
  441k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGLU-1.dll" v0.0 ts=2005/10/27 0:18
  140k 2004/08/06 D:\cygwin\usr\X11R6\bin\cygglut-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygglut-3.dll" v0.0 ts=2004/8/6 20:13
   74k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygICE-6.dll" v0.0 ts=2005/10/26 22:41
   74k 2005/09/21 D:\cygwin\usr\X11R6\bin\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygMrm-2.dll" v0.0 ts=2005/9/22 5:00
    8k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygoldX-6.dll" v0.0 ts=2005/10/26 22:39
 1662k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygOSMesa-4.dll" v0.0 ts=2005/10/27 0:02
   28k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygSM-6.dll" v0.0 ts=2005/10/26 22:42
   63k 2005/09/21 D:\cygwin\usr\X11R6\bin\cygUil-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygUil-2.dll" v0.0 ts=2005/9/22 5:01
  884k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2005/10/26 22:37
    8k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXau-6.dll" v0.0 ts=2005/10/26 22:01
  250k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-6.dll" v0.0 ts=2005/10/26 23:03
  354k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-7.dll" v0.0 ts=2005/10/26 23:09
  360k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-8.dll" v0.0 ts=2005/10/26 23:15
    7k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcomposite-1.dll" v0.0 ts=2005/10/27 0:34
   30k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcursor-1.dll" v0.0 ts=2005/10/27 0:33
    8k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdamage-1.dll" v0.0 ts=2005/10/27 0:32
   16k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdmcp-6.dll" v0.0 ts=2005/10/26 22:04
    7k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygXevie-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXevie-1.dll" v0.0 ts=2005/10/27 0:31
   50k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXext-6.dll" v0.0 ts=2005/10/26 22:44
   15k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygXfixes-3.dll" v0.0 ts=2005/10/27 0:32
   56k 2004/03/11 D:\cygwin\usr\X11R6\bin\cygXft-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-1.dll" v0.0 ts=2003/11/18 7:12
   63k 2004/03/23 D:\cygwin\usr\X11R6\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-2.dll" v0.0 ts=2004/3/24 3:50
   26k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXi-6.dll" v0.0 ts=2005/10/26 23:18
  121k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxkbfile-1.dll" v0.0 ts=2005/10/26 23:24
   11k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygxkbui-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxkbui-1.dll" v0.0 ts=2005/10/26 23:24
 1185k 2005/09/21 D:\cygwin\usr\X11R6\bin\cygXm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXm-2.dll" v0.0 ts=2005/9/22 4:57
   74k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmu-6.dll" v0.0 ts=2005/10/26 22:52
   10k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmuu-1.dll" v0.0 ts=2005/10/26 22:53
   26k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXp-6.dll" v0.0 ts=2005/10/26 22:57
   54k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-4.dll" v0.0 ts=2005/10/26 22:56
   10k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrandr-2.dll" v0.0 ts=2005/10/27 0:28
   30k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrender-1.dll" v0.0 ts=2005/10/27 0:22
    7k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygXRes-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXRes-1.dll" v0.0 ts=2005/10/27 0:30
   38k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygxrx-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygxrx-6.dll" v0.0 ts=2005/10/27 1:43
   24k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygxrxnest-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygxrxnest-6.dll" v0.0 ts=2005/10/27 1:44
  283k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXt-6.dll" v0.0 ts=2005/10/26 22:49
   27k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXTrap-6.dll" v0.0 ts=2005/10/27 0:30
   17k 2005/10/27 D:\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXtst-6.dll" v0.0 ts=2005/10/26 23:19
  578k 2006/03/24 D:\cygwin\lib\lapack\cygblas.dll - os=4.0 img=1.0 sys=4.0
                  "cygblas.dll" v0.0 ts=2006/3/24 11:00
 4887k 2006/03/24 D:\cygwin\lib\lapack\cyglapack.dll - os=4.0 img=1.0 sys=4.0
                  "cyglapack.dll" v0.0 ts=2006/3/24 11:00

The version of cygrunsrv installed is too old to dump service info.


Cygwin Package Information
Last downloaded files to: D:\installs\cygwin
Last downloaded files from: ftp://ftp.iitm.ac.in/cygwin

Package              Version
_update-info-dir     00524-1
a2ps                 4.13-1
aalib                1.4rc5-1
aalib-devel          1.4rc5-1
alternatives         1.3.29a-1
antiword             0.34-2
apache               1.3.33-2
apache2              2.2.4-1
apache2-devel        2.2.4-1
apache2-manual       2.2.4-1
apr1                 1.2.8-2
aprutil1             1.2.8-1
asciidoc             8.2.1-2
ash                  20040127-3
aspell               0.50.3-1
aspell-de            0.50.2-1
aspell-dev           0.50.3-1
aspell-doc           0.50.3-1
aspell-en            0.51.0-1
aspell-pl            0.50.2-1
aspell-sv            0.50.2-2
astyle               1.20.2-1
atk                  1.10.3-1
atk-devel            1.10.3-1
atk-doc              1.10.3-1
atk-runtime          1.10.3-1
audiofile            0.2.6-2
autoconf             4-1
autoconf2.1          2.13-3
autoconf2.5          2.61-1
automake             2-1
automake1.10         1.10-1
automake1.4          1.4p6-4
automake1.5          1.5-2
automake1.6          1.6.3-3
automake1.7          1.7.9-3
automake1.8          1.8.5-3
automake1.9          1.9.6-2
autossh              1.4a-1
base-files           3.7-1
base-passwd          2.2-1
bash                 3.2.17-15
bash-completion      20060301-2
bashdb               3.1_0.08-1
bc                   1.06-2
binutils             20060817-1
bison                2.3-1
boost                1.33.1-3
boost-devel          1.33.1-3
brltty               3.8-1
bsdiff               4.3-4
bsflite              0.82-2
byacc                1.9-1
bzip2                1.0.3-2
bzr                  0.8.2-1
c-client             2002e-3
c3270                3.3.4p7-1
cabextract           1.1-1
cadaver              0.22.5-1
cairo                1.0.2-1
cairo-doc            1.0.2-1
catdoc               0.94.2-2
catgets              1.0-1
ccache               2.2-1
ccdoc                0.8.41-2
ccrypt               1.7-1
cgoban               1.9.14-2
check                0.9.2-2
checkx               0.2.0-2
chere                0.7-1
chkconfig            1.2.24h-1
clamav               0.90.3-1
clisp                2.41-2
cmake                2.4.6-1
cocom                0.995-1
cogito               0.18.2-1
compface             1.5.2-1
coreutils            6.9-3
cpio                 2.7-2
cppunit              1.9.14-1
cramfs               1.1-1
cron                 4.1-5
crypt                1.1-1
ctags                5.6-1
ctetris              0.30-1
curl                 7.15.4-1
curl-devel           7.15.4-1
cvs                  1.11.22-1
cvsps                2.1-1
cvsutils             0.2.3-1
cygport              0.2.10-1
cygrunsrv            1.17-1
cygutils             1.3.1-1
cygwin               1.5.24-2
cygwin-doc           1.4-4
cygwin-x-doc         1.0.4-1
cyrus-sasl           2.1.19-3
d                    1.2.0-1
db2                  2.7.7-4
db3.1                3.1.17-2
db4.1                4.1.25-1
db4.2                4.2.52-1
db4.3                4.3.28-1
ddd                  3.3.9-1
ddrescue             1.4-1
dejagnu              20021217-2
desktop-file-utils   0.10-1
diffstat             1.43-1
diffutils            2.8.7-1
distcc               2.18.3-1
dmalloc              5.4.2-2
docbook-xml412       4.1.2-1
docbook-xml42        4.2-3
docbook-xml43        4.3-1
docbook-xml44        4.4-1
docbook-xsl          1.69.1-1
doxygen              1.5.1-1
e2fsimage            0.2.0-2
e2fsprogs            1.35-3
ec-fonts-mftraced    1.0.8-4
ed                   0.2-1
editrights           1.01-1
ELFIO                1.0.2-1
emacs                21.2-13
emacs-el             21.2-13
emacs-X11            21.2-13
email                2.5.0-1
enscript             1.6.4-1
epstool              3.08-1
esound               0.2.36-1
exif                 0.6.9-2
exim                 4.66-1
expat                1.95.8-2
expect               20030128-1
fcgi                 2.4.0-2
fetchmail            6.3.8-1
fftw3                3.0.1-2
fftw3-dev            3.0.1-2
fftw3-doc            3.0.1-2
figlet               2.2-1
file                 4.21-1
findutils            4.3.8-1
flac                 1.1.2-1
flac-devel           1.1.2-1
flex                 2.5.4a-3
fltk                 1.1.8r5648-1
fltk-demos           1.1.8r5648-1
fltk-devel           1.1.8r5648-1
fltk-doc             1.1.8r5648-1
fontconfig           2.4.1-5
fortune              1.99.1-2
freeglut             2.2.0-1
freetype2            2.3.4-2
fvwm                 2.4.7-3
gail                 1.8.8-1
gawk                 3.1.5-4
gcc                  3.4.4-3
gcc-ada              3.4.4-3
gcc-core             3.4.4-3
gcc-g++              3.4.4-3
gcc-g77              3.4.4-3
gcc-gdc              3.4.4-3
gcc-gpc              3.4.4-3
gcc-java             3.4.4-3
gcc-mingw            20040810-1
gcc-mingw-ada        20050522-1
gcc-mingw-core       20050522-1
gcc-mingw-g++        20050522-1
gcc-mingw-g77        20050522-1
gcc-mingw-gdc        20050522-1
gcc-mingw-gpc        20040810-1
gcc-mingw-java       20050522-1
gcc-mingw-objc       20050522-1
gcc-objc             3.4.4-3
gcc-testsuite        3.4.4-3
GConf2               2.14.0-2
GConf2-devel         2.14.0-2
GConf2-doc           2.14.0-2
gd                   2.0.34-1
gdb                  20060706-2
gdbm                 1.8.3-8
gdk-pixbuf           0.22.0-4
gdk-pixbuf-devel     0.22.0-4
gdk-pixbuf-doc       0.22.0-4
geoip                1.3.14-1
gettext              0.15-1
gettext-devel        0.15-1
ghostscript          8.50-1
ghostscript-base     8.50-1
ghostscript-x11      8.50-1
git                  1.5.1.3-1
glib                 1.2.10-3
glib-devel           1.2.10-3
glib2                2.10.3-1
glib2-devel          2.10.3-1
glib2-doc            2.10.3-1
glib2-runtime        2.10.3-1
glitz                0.4.4-2
gmp                  4.2.1-1
gnome-common         2.12.0-1
gnome-icon-theme     2.14.2-1
gnome-keyring        0.4.8-1
gnome-libs           1.4.2-3
gnome-libs-devel     1.4.2-3
gnome-libs-doc       1.4.2-3
gnome-mime-data      2.4.2-1
gnome-themes         2.14.2-1
gnome-vfs2           2.12.2-1
gnome-vfs2-devel     2.12.2-1
gnome-vfs2-doc       2.12.2-1
gnubg                0.14.3-1
gnugo                3.7.10-1
gnupg                1.4.5-1
gnuplot              4.2.0-1
gnutls               1.0.25-2
gnutls-devel         1.0.25-2
gnutls-doc           1.0.25-2
gperf                3.0.3-1
grace                5.1.19-1
GraphicsMagick       1.0.6-1
grep                 2.5.1a-4
groff                1.18.1-2
gsl                  1.9-1
gsl-apps             1.9-1
gsl-devel            1.9-1
gsl-doc              1.9-1
gtk+                 1.2.10-2
gtk+-devel           1.2.10-2
gtk-doc              1.5-1
gtk-engines          0.12-2
gtk2-x11             2.6.10-1
gtk2-x11-devel       2.6.10-1
gtk2-x11-doc         2.6.10-1
gtk2-x11-engines     2.6.7-1
gtk2-x11-runtime     2.6.10-1
gtypist              2.7-2
guile                1.8.1-6
guile-devel          1.8.1-6
guile-doc            1.8.1-6
gv                   3.6.1-2
gvim                 7.1.002-1
gzip                 1.3.12-1
hdparm               6.9-1
help2man             1.35.1-1
hexedit              1.2.10-1
hicolor-icon-theme   0.5-1
httptunnel           3.3-1
ImageMagick          6.3.0.1-2
imlib                1.9.14-3
indent               2.2.9-1
inetutils            1.3.2-35
initscripts          0.9-1
intltool             0.35.0-1
ioperm               0.4-1
irc                  20010101-3
jasper               1.701.0-1
jbigkit              1.6-1
jgraph               8.3-1
jikes                1.22-1
joe                  3.5-1
jpeg                 6b-12
keychain             2.6.8-1
lablgtk2             2.4.0-2
lapack               3.0-5
lcms                 1.14-1
less                 381-1
lesstif              0.94.4-1
lftp                 3.5.9-1
libaa1               1.4rc5-1
libao                0.8.6-1
libao-devel          0.8.6-1
libao2               0.8.6-1
libapr1              1.2.8-2
libaprutil1          1.2.8-1
libart_lgpl          1.4.2-3
libart_lgpl2         2.3.17-1
libaspell15          0.50.3-1
libasprintf0         0.15-1
libaudiofile-devel   0.2.6-2
libaudiofile0        0.2.6-2
libbonobo2           2.14.0-1
libbonobo2-devel     2.14.0-1
libbonobo2-doc       2.14.0-1
libbonoboui2         2.10.1-1
libboost             1.33.1-3
libbz2-devel         1.0.3-2
libbz2_0             1.0.2-1
libbz2_1             1.0.3-2
libcairo2            1.0.2-1
libcharset1          1.11-1
libclamav-devel      0.90.3-1
libclamav2           0.90.3-1
libcroco06           0.6.1-1
libcroco06-devel     0.6.1-1
libcurl3             7.15.4-1
libdb2               2.7.7-4
libdb2-devel         2.7.7-4
libdb3.1             3.1.17-2
libdb3.1-devel       3.1.17-2
libdb4.1             4.1.25-1
libdb4.1-devel       4.1.25-1
libdb4.2             4.2.52-1
libdb4.2-devel       4.2.52-1
libdb4.3             4.3.28-1
libdb4.3-devel       4.3.28-1
libecpg5             8.1.4-2
libEMF               1.0.3-1
libEMF-devel         1.0.3-1
libEMF1              1.0.3-1
libesound-devel      0.2.36-1
libesound0           0.2.36-1
libexif              0.6.12-1
libexif10            0.6.9-2
libexpat0            1.95.8-2
libfcgi-devel        2.4.0-2
libfcgi0             2.4.0-2
libFLAC++5           1.1.2-1
libFLAC7             1.1.2-1
libfontconfig-devel  2.4.1-5
libfontconfig1       2.4.1-5
libfpx               1.2.0.12-1
libfreetype2-devel   2.3.4-2
libfreetype26        2.3.4-2
libgc                6.4-1
libgcrypt            1.2.1-1
libgd-devel          2.0.34-1
libgd2               2.0.34-1
libgdbm              1.8.0-5
libgdbm-devel        1.8.3-8
libgdbm3             1.8.3-3
libgdbm4             1.8.3-8
libgmp3              4.2.1-1
libgpg-error         1.1-1
libguile12           1.6.7-4
libiconv             1.11-1
libiconv2            1.11-1
libintl1             0.10.40-1
libintl2             0.12.1-3
libintl3             0.14.5-1
libintl8             0.15-1
libjpeg-devel        6b-12
libjpeg62            6b-12
libncurses7          5.3-4
libncurses8          5.5-3
libopenldap2_2_7     2.2.26-2
libpcre0             7.1-1
libpgtypes2          8.1.4-2
libpng12             1.2.12-1
libpng12-devel       1.2.12-1
libpopt0             1.6.4-4
libreadline6         5.2.4-8
libsasl2             2.1.19-3
libtiff4             3.6.0-5
libtiff5             3.8.2-3
libungif             4.1.4-1
libungif4            4.1.4-1
libXft               2.1.6-1
libXft-devel         2.1.6-1
libXft1              1.0.0-1
libXft2              2.1.6-1
libxml2-python       2.6.26-1
login                1.9-7
man                  1.6e-1
minires              1.01-1
minires-devel        1.01-1
mktemp               1.5-4
Numeric              24.2-1
openssl              0.9.8e-3
openssl-devel        0.9.8e-3
pango                1.8.1-1
pango-runtime        1.8.1-1
pcre                 7.1-1
perl                 5.8.7-5
popt                 1.6.4-4
pylibxml2            2.6.26-1
python               2.5.1-2
rebase               2.4.3-1
run                  1.1.10-1
sed                  4.1.5-2
sysvinit             2.84-4
tar                  1.17-1
tcltk                20060202-1
tcp_wrappers         7.6-1
termcap              20050421-1
terminfo             5.5_20061104-1
texinfo              4.8a-1
vim                  7.1-1
which                1.7-1
X-startup-scripts    1.0.11-1
xorg-x11-base        6.8.99.901-1
xorg-x11-bin         6.8.99.901-1
xorg-x11-bin-dlls    6.8.99.901-1
xorg-x11-bin-lndir   6.8.99.901-1
xorg-x11-devel       6.8.99.901-1
xorg-x11-etc         6.8.99.901-1
xorg-x11-fenc        6.8.99.901-1
xorg-x11-fnts        6.8.99.901-1
xorg-x11-libs-data   6.8.99.901-1
xorg-x11-xwin        6.8.99.901-1
xterm                202-1
zlib                 1.2.3-2
Use -h to see help about each section


[-- Attachment #3: Type: text/plain, Size: 218 bytes --]

--
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] 48+ messages in thread

* Re: newbie question
  2007-07-03  6:37 Murali Vemuri
@ 2007-07-03  7:00 ` Carlo Florendo
  0 siblings, 0 replies; 48+ messages in thread
From: Carlo Florendo @ 2007-07-03  7:00 UTC (permalink / raw)
  To: cygwin

Murali Vemuri wrote:
> Hi 

Murali,

It would be best if you first read

 > Problem reports:       http://cygwin.com/problems.html

and note the part that talks about cygcheck.   Otherwise, we will just end 
up guessing what's wrong with your system.

> -luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc
> /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot
> find -luser32

It seems that you don't have the w32api package.  you will have to install 
this package to the the -luser32 to work.

> Problem No: 2
> 
> When I am in insert mode of VIM editor on Cygwin, UP Arrow is not moving the
> cursor to the line above
> But inserting some a blank line with "D" as the only character above the
> current line.
> Am I missing something TERMINAL TYPE here ?

Perhaps not.  Where are you invoking vim, from rxvt or from a DOS-type 
command window?

You probably have to set up the vim config file /usr/share/vim/vimrc and 
add the following:

set nocompatible

HTH.

Best Regards,

Carlo


-- 
Carlo Florendo
Softare Engineer/Network Co-Administrator
Astra Philippines Inc.
UP-Ayala Technopark, Diliman 1101, Quezon City
Philippines
http://www.astra.ph

--
The Astra Group of Companies
5-3-11 Sekido, Tama City
Tokyo 206-0011, Japan
http://www.astra.co.jp

--
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] 48+ messages in thread

* newbie question
@ 2007-07-03  6:37 Murali Vemuri
  2007-07-03  7:00 ` Carlo Florendo
  0 siblings, 1 reply; 48+ messages in thread
From: Murali Vemuri @ 2007-07-03  6:37 UTC (permalink / raw)
  To: cygwin

Hi 

I am a newbie using Cygwin and I have 2 problems:

Problem 1:

I am trying to compile CSCOPE for Cygwin (essentially for windows) and when
I try "./configure",
I am getting this error:
"checking for C compiler default output file name... configure: error: C
compiler cannot create executables
See `config.log' for more details."

I googled on this error and found that if I put down a simple C file with
"gcc -v" I would be able to find 
More details on what kind of error it is, the "gcc -v" output is:

$ gcc -v -o myname myname.c
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /usr/build/package/orig/test.respin/gcc-3.4.4-3/configure
--verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc
--libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man
--infodir=/usr/share/info
--enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls
--without-included-gettext --enable-version-specific-runtime-libs
--without-x --enable-libgcj --disable-java-awt --with-system-zlib
--enable-interpreter --disable-libgcj-debug --enable-threads=posix
--enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions
--enable-hash-synchronization --enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1.exe -quiet -v -iprefix
/usr/local/bin/../lib/gcc/i686-pc-cygwin/3.4.4/ -D__CYGWIN32__ -D__CYGWIN__
-Dunix -D__unix__ -D__unix -idirafter ../include/w32api -idirafter
../../include/w32api myname.c -quiet -dumpbase myname.c -mtune=pentiumpro
-auxbase myname -version -o
/cygdrive/c/DOCUME~1/mvemuri/LOCALS~1/Temp/cclafM0O.s
ignoring nonexistent directory
"/usr/local/bin/../lib/gcc/i686-pc-cygwin/3.4.4/include"
ignoring nonexistent directory
"/usr/local/bin/../lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/i
nclude"
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory
"/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/include"
ignoring nonexistent directory "../include/w32api"
ignoring nonexistent directory "../../include/w32api"
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/include
 /usr/include
End of search list.
GNU C version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
(i686-pc-cygwin)
        compiled by GNU C version 3.4.4 (cygming special, gdc 0.12, using
dmd 0.125).
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/as.exe -o
/cygdrive/c/DOCUME~1/mvemuri/LOCALS~1/Temp/ccYYIndS.o
/cygdrive/c/DOCUME~1/mvemuri/LOCALS~1/Temp/cclafM0O.s
 /usr/lib/gcc/i686-pc-cygwin/3.4.4/collect2.exe -Bdynamic
--dll-search-prefix=cyg -o myname.exe
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../crt0.o
-L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -L/usr/lib/gcc/i686-pc-cygwin/3.4.4
-L/usr/local/bin/../lib/gcc/i686-pc-cygwin/3.4.4/../../..
-L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../..
/cygdrive/c/DOCUME~1/mvemuri/LOCALS~1/Temp/ccYYIndS.o -lgcc -lcygwin
-luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot
find -luser32
collect2: ld returned 1 exit status

Problem No: 2

When I am in insert mode of VIM editor on Cygwin, UP Arrow is not moving the
cursor to the line above
But inserting some a blank line with "D" as the only character above the
current line.
Am I missing something TERMINAL TYPE here ?

Can anybody help me with these problems?

Regards
MKV

--
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] 48+ messages in thread

* newbie question
@ 2002-09-25 23:00 Ony S Darmawan
  0 siblings, 0 replies; 48+ messages in thread
From: Ony S Darmawan @ 2002-09-25 23:00 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 33 bytes --]

how to activate cron in cygwin?


[-- Attachment #2: Card for Ony S Darmawan --]
[-- Type: text/x-vcard, Size: 381 bytes --]

begin:vcard 
n:Darmawan;Ony Sixta
tel;fax:+62 21 39836545
tel;work:+62 21 39836556
x-mozilla-html:TRUE
url:http://www.dagang2000.com
org:PT. Indosatcom Adimarga;Development
version:2.1
email;internet:ony6d@indosatcom.net
note:-\|/-
adr;quoted-printable:;;Menara Kebon Sirih lt. 15=0D=0AJl. Kebon Sirih 17 - 19;Jakarta Pusat;DKI Jakarta;10340;Indonesia
fn:Ony S Darmawan
end:vcard


[-- Attachment #3: Type: text/plain, Size: 214 bytes --]

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Newbie Question
  2002-01-10 10:55   ` Paul Johnson
@ 2002-01-10 11:43     ` Charles Wilson
  0 siblings, 0 replies; 48+ messages in thread
From: Charles Wilson @ 2002-01-10 11:43 UTC (permalink / raw)
  To: Paul Johnson; +Cc: Dylan Cuthbert, cygwin

Paul Johnson wrote:

> To the best of my knowledge, there is no way to set >25 lines on a DOS box
> using Win98.  I was hoping that Cygwin itself had such a mechanism, or that
> there was a third party tool in use.


consize, and win95cmd or ReactOS-cmd.  See here:

http://www.neuro.gatech.edu/users/cwilson/cygutils/unversioned/consize.

Disclaimer: provided as is, no guarantees, etc etc..

--Chuck


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* RE: Newbie Question
  2002-01-09 22:24       ` Christopher Faylor
@ 2002-01-10 10:58         ` Paul Johnson
  0 siblings, 0 replies; 48+ messages in thread
From: Paul Johnson @ 2002-01-10 10:58 UTC (permalink / raw)
  To: cygwin

> What would really be nice is if "newbies" actually read the message that
> they get when they subscribe to the list which contains the following:
>
>   Before posting, please check out following links:
>
>   The Cygwin Web Site            http://cygwin.com/
>   The Cygwin FAQ                 http://cygwin.com/faq/
>   Cygwin Bug Reporting           http://cygwin.com/bugs.html
>   The Mailing List Archive       http://cygwin.com/lists.html
>   Generic Web Searching          http://google.com/
>   (type in cygwin plus your search term)

I did all of the above before asking my question.  I checked the FAQ and
documentation and did several searches.  I did not find an answer to my
question, and have still not seen an answer to my question.

Paul


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* RE: Newbie Question
  2002-01-09 18:05 ` Dylan Cuthbert
  2002-01-09 20:46   ` Gary R. Van Sickle
@ 2002-01-10 10:55   ` Paul Johnson
  2002-01-10 11:43     ` Charles Wilson
  1 sibling, 1 reply; 48+ messages in thread
From: Paul Johnson @ 2002-01-10 10:55 UTC (permalink / raw)
  To: Dylan Cuthbert, cygwin

To the best of my knowledge, there is no way to set >25 lines on a DOS box
using Win98.  I was hoping that Cygwin itself had such a mechanism, or that
there was a third party tool in use.

Best Regards,

Paul

> -----Original Message-----
> From: Dylan Cuthbert [mailto:dylan@q-games.com]
> Sent: Wednesday, January 09, 2002 6:06 PM
> To: Paul Johnson; cygwin@cygwin.com
> Subject: Re: Newbie Question
>
>
> Just right click on the cygwin shell icon and click Properties, then alter
> the settings just as you would for a DOS box.
>
> Regards
> ---------------------------------
> Q-Games, Dylan Cuthbert.
> http://www.q-games.com
>
> ----- Original Message -----
> From: "Paul Johnson" <paul@lynxrobotics.com>
> To: <cygwin@cygwin.com>
> Sent: Thursday, January 10, 2002 10:52 AM
> Subject: Newbie Question
>
>
> > Having just installed Cygwin under Win98, I'm curious to know if I can
> > change the screen height to 50 lines (or some other, larger, number).
> >
> > TIA,
> >
> > Paul
> >
> >
> > --
> > Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> > Bug reporting:         http://cygwin.com/bugs.html
> > Documentation:         http://cygwin.com/docs.html
> > FAQ:                   http://cygwin.com/faq/
> >
>
>


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Newbie Question
  2002-01-09 21:55     ` Dylan Cuthbert
@ 2002-01-09 22:24       ` Christopher Faylor
  2002-01-10 10:58         ` Paul Johnson
  0 siblings, 1 reply; 48+ messages in thread
From: Christopher Faylor @ 2002-01-09 22:24 UTC (permalink / raw)
  To: cygwin

On Thu, Jan 10, 2002 at 02:55:45PM +0900, Dylan Cuthbert wrote:
>
>I didn't know you could do that - thanks for the tip! :-)
>
>It would be nice if Cygwin didn't install those standard command.com bash
>icons on the desktop or at least gave a few more pointers (suggestions)  to
>using the rxvt package as a replacement - I just had a play with it and it
>seems to be rather good indeed... gone are my msdos'd bash days...

What would really be nice is if "newbies" actually read the message that
they get when they subscribe to the list which contains the following:

  Before posting, please check out following links:

  The Cygwin Web Site            http://cygwin.com/
  The Cygwin FAQ                 http://cygwin.com/faq/
  Cygwin Bug Reporting           http://cygwin.com/bugs.html
  The Mailing List Archive       http://cygwin.com/lists.html
  Generic Web Searching          http://google.com/
  (type in cygwin plus your search term)

Or, even if they read the email for the last week where this particular
subject had already been done to death.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Newbie Question
  2002-01-09 20:46   ` Gary R. Van Sickle
@ 2002-01-09 21:55     ` Dylan Cuthbert
  2002-01-09 22:24       ` Christopher Faylor
  0 siblings, 1 reply; 48+ messages in thread
From: Dylan Cuthbert @ 2002-01-09 21:55 UTC (permalink / raw)
  To: Gary R. Van Sickle, cygwin


I didn't know you could do that - thanks for the tip! :-)

It would be nice if Cygwin didn't install those standard command.com bash
icons on the desktop or at least gave a few more pointers (suggestions)  to
using the rxvt package as a replacement - I just had a play with it and it
seems to be rather good indeed... gone are my msdos'd bash days...

Regards

---------------------------------
Q-Games, Dylan Cuthbert.
http://www.q-games.com

----- Original Message -----
From: "Gary R. Van Sickle" <g.r.vansickle@worldnet.att.net>
To: <cygwin@cygwin.com>
Sent: Thursday, January 10, 2002 1:46 PM
Subject: RE: Newbie Question


> > -----Original Message-----
> > From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com]On Behalf
> > Of Dylan Cuthbert
> >
> >
> > Just right click on the cygwin shell icon and click Properties, then
alter
> > the settings just as you would for a DOS box.
> >
>
> *Way* better than that, use rxvt instead of... ugh... command.com, and you
can
> just resize the window at will, while it's running.  Check the FAQ and the
last
> day or so on this list on how to set that up.
>
> --
> Gary R. Van Sickle
> Brewer.  Patriot.
>
>
>
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* RE: Newbie Question
  2002-01-09 18:05 ` Dylan Cuthbert
@ 2002-01-09 20:46   ` Gary R. Van Sickle
  2002-01-09 21:55     ` Dylan Cuthbert
  2002-01-10 10:55   ` Paul Johnson
  1 sibling, 1 reply; 48+ messages in thread
From: Gary R. Van Sickle @ 2002-01-09 20:46 UTC (permalink / raw)
  To: cygwin

> -----Original Message-----
> From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com]On Behalf
> Of Dylan Cuthbert
>
>
> Just right click on the cygwin shell icon and click Properties, then alter
> the settings just as you would for a DOS box.
>

*Way* better than that, use rxvt instead of... ugh... command.com, and you can
just resize the window at will, while it's running.  Check the FAQ and the last
day or so on this list on how to set that up.

--
Gary R. Van Sickle
Brewer.  Patriot.




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Newbie Question
  2002-01-09 17:52 Newbie Question Paul Johnson
@ 2002-01-09 18:05 ` Dylan Cuthbert
  2002-01-09 20:46   ` Gary R. Van Sickle
  2002-01-10 10:55   ` Paul Johnson
  0 siblings, 2 replies; 48+ messages in thread
From: Dylan Cuthbert @ 2002-01-09 18:05 UTC (permalink / raw)
  To: Paul Johnson, cygwin

Just right click on the cygwin shell icon and click Properties, then alter
the settings just as you would for a DOS box.

Regards
---------------------------------
Q-Games, Dylan Cuthbert.
http://www.q-games.com

----- Original Message -----
From: "Paul Johnson" <paul@lynxrobotics.com>
To: <cygwin@cygwin.com>
Sent: Thursday, January 10, 2002 10:52 AM
Subject: Newbie Question


> Having just installed Cygwin under Win98, I'm curious to know if I can
> change the screen height to 50 lines (or some other, larger, number).
>
> TIA,
>
> Paul
>
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Newbie Question
@ 2002-01-09 17:52 Paul Johnson
  2002-01-09 18:05 ` Dylan Cuthbert
  0 siblings, 1 reply; 48+ messages in thread
From: Paul Johnson @ 2002-01-09 17:52 UTC (permalink / raw)
  To: cygwin

Having just installed Cygwin under Win98, I'm curious to know if I can
change the screen height to 50 lines (or some other, larger, number).

TIA,

Paul


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: newbie question
  2001-11-12 18:51 newbie question Yann.Le Guen
@ 2001-11-13  3:12 ` Gerrit P. Haase
  0 siblings, 0 replies; 48+ messages in thread
From: Gerrit P. Haase @ 2001-11-13  3:12 UTC (permalink / raw)
  To: Yann.Le Guen

Hallo Yann.Le,

2001-11-20 14:38:06, du schriebst:

> My purpose is to install gnustep in the cygwin directory tree. I got
> the gstep stuff, first install the Makefiles system (I'm using gstep
> on unix for long...).
> AT this point I've to set up the GNUSTEP_LOCAL_SYSTEM,
> GNUSTEP_ROOT_SYSTEM variables. As naive as I am, I did try to do that
> the same way as I've always done under unix... It seems these
> variables are not correctly set ?

You didn't tell us how you tried to do this.

> What did I miss there ?

In bash you set a variable like on unix too: $ export MYVAR=myvalue

Gerrit
-- 
convey Information Systems GmbH                   http://www.convey.de/
                                                  Vitalisstraße 326-328
Gerrit P. Haase                                   D-50933 Köln
gerrit.haase@convey.de                            Fon: ++49 221 6903922


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* newbie question
@ 2001-11-12 18:51 Yann.Le Guen
  2001-11-13  3:12 ` Gerrit P. Haase
  0 siblings, 1 reply; 48+ messages in thread
From: Yann.Le Guen @ 2001-11-12 18:51 UTC (permalink / raw)
  To: cygwin

Hi cygwin,

Well, I've download and install the whole stuff, it actually seems to
work correctly for me...
In fact I wery newbie to Windows and of course to Cygwin...
My purpose is to install gnustep in the cygwin directory tree. I got
the gstep stuff, first install the Makefiles system (I'm using gstep
on unix for long...).
AT this point I've to set up the GNUSTEP_LOCAL_SYSTEM,
GNUSTEP_ROOT_SYSTEM variables. As naive as I am, I did try to do that
the same way as I've always done under unix... It seems these
variables are not correctly set ?

What did I miss there ?

Thanks in advance

Yann



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* newbie question
@ 2001-03-09  2:23 Monroe, Grant Tyler
  0 siblings, 0 replies; 48+ messages in thread
From: Monroe, Grant Tyler @ 2001-03-09  2:23 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'

I am sure that you have heard this question a million times before, but here
it goes.  I am wanting to develop unix applications on windows under cygwin.
Can I set up the gcc to compile elf binaries for use on a unix platform?  if
so, could someone point me in the right direction on how to do so?  Thanks

grant monroe

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Newbie question
  2001-02-19  6:12 Newbie question Ton Machielsen
@ 2001-02-19  6:53 ` Larry Hall (RFK Partners, Inc)
  0 siblings, 0 replies; 48+ messages in thread
From: Larry Hall (RFK Partners, Inc) @ 2001-02-19  6:53 UTC (permalink / raw)
  To: ton, Corinna Vinschen

At 09:12 AM 2/19/2001, Ton Machielsen wrote:
>I've checked that one. Also not too many tools to find there. Try to find MORE for example.


Use "less" instead, which comes with Cygwin.  In general, if you look around,
you'll find most, if not all, the tools you're looking for in Cygwin, with 
the few exceptions that you can find in Windows instead...




Larry Hall                              lhall@rfk.com
RFK Partners, Inc.                      http://www.rfk.com
118 Washington Street                   (508) 893-9779 - RFK Office
Holliston, MA 01746                     (508) 893-9889 - FAX



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Newbie question
@ 2001-02-19  6:12 Ton Machielsen
  2001-02-19  6:53 ` Larry Hall (RFK Partners, Inc)
  0 siblings, 1 reply; 48+ messages in thread
From: Ton Machielsen @ 2001-02-19  6:12 UTC (permalink / raw)
  To: Corinna Vinschen

I've checked that one. Also not too many tools to find there. Try to find MORE for example.

Please don't mind me being stupid.

--- Corinna Vinschen <cygwin@cygwin.com>
> wrote:
>On Mon, Feb 19, 2001 at 12:11:54AM -0800, Ton Machielsen wrote:
>> Hi all,
>> 
>> I just started using CygWin do have soe Unix commands available on my Win98 box.
>> I have downloaded the latest CygWin distribution and everything works OK.
>> 
>> However, i am missing a lot of Unix commands like nslookup, finger, etc. Where do i get the binaries or sources for these utilities. I've checked the web, but these simple tools are all included in standard distributions and therefore hardly available as source or binary.
>> 
>> Can anyone guide me in the right direction?
>
>nslookup is in C:\WINDOWS\SYSTEM on 9x systems. You can add a symbolic
>link for convenience:
>
>    ln -s /c/WINDOWS/SYSTEM/NSLOOKUP.EXE /usr/local/bin/nslookup
>
>All other tools _are_ available as source at least.
>Look at http://www.gnu.org for example.
>
>Corinna
>
>-- 
>Corinna Vinschen                  Please, send mails regarding Cygwin to
>Cygwin Developer                                mailto:cygwin@cygwin.com
>Red Hat, Inc.
>
>--
>Want to unsubscribe from this list?
>Check out: http://cygwin.com/ml/#unsubscribe-simple

==
Don't believe everything i say....

_____________________________________________________________
Sign up for FREE email from Ton Machielsen's homepage at http://www.machielsen.net

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

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

* Re: Newbie question
  2001-02-19  0:11 Ton Machielsen
@ 2001-02-19  0:37 ` Corinna Vinschen
  0 siblings, 0 replies; 48+ messages in thread
From: Corinna Vinschen @ 2001-02-19  0:37 UTC (permalink / raw)
  To: cygwin

On Mon, Feb 19, 2001 at 12:11:54AM -0800, Ton Machielsen wrote:
> Hi all,
> 
> I just started using CygWin do have soe Unix commands available on my Win98 box.
> I have downloaded the latest CygWin distribution and everything works OK.
> 
> However, i am missing a lot of Unix commands like nslookup, finger, etc. Where do i get the binaries or sources for these utilities. I've checked the web, but these simple tools are all included in standard distributions and therefore hardly available as source or binary.
> 
> Can anyone guide me in the right direction?

nslookup is in C:\WINDOWS\SYSTEM on 9x systems. You can add a symbolic
link for convenience:

    ln -s /c/WINDOWS/SYSTEM/NSLOOKUP.EXE /usr/local/bin/nslookup

All other tools _are_ available as source at least.
Look at http://www.gnu.org for example.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

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

* Newbie question
@ 2001-02-19  0:11 Ton Machielsen
  2001-02-19  0:37 ` Corinna Vinschen
  0 siblings, 1 reply; 48+ messages in thread
From: Ton Machielsen @ 2001-02-19  0:11 UTC (permalink / raw)
  To: cygwin

Hi all,

I just started using CygWin do have soe Unix commands available on my Win98 box.
I have downloaded the latest CygWin distribution and everything works OK.

However, i am missing a lot of Unix commands like nslookup, finger, etc. Where do i get the binaries or sources for these utilities. I've checked the web, but these simple tools are all included in standard distributions and therefore hardly available as source or binary.

Can anyone guide me in the right direction?

Thanks,

Ton.

==
Don't believe everything i say....

_____________________________________________________________
Sign up for FREE email from Ton Machielsen's homepage at http://www.machielsen.net

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

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

* newbie question
  1999-06-14 21:29 newbie question Seth A Putrelo
@ 1999-06-30 22:10 ` Seth A Putrelo
  0 siblings, 0 replies; 48+ messages in thread
From: Seth A Putrelo @ 1999-06-30 22:10 UTC (permalink / raw)
  To: cygwin

list members,
	i have recently downloaded and installed cygwin, and i became
overwhelmed immediately.  i am new to the world of programming and i am
very curious.  i am having a problem getting the software to work, i
think.  i have consulted the readme, and FAQ files many time to no avail.
 i have downloaded and installed the sourcecode (correctly i hope) and my
main use for this software is the C++ compiler.  so my question is, how
do i run it?  thanx for any help, and again, please understand i am
totally new to programming.  thank you............ Seth

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* newbie question
@ 1999-06-14 21:29 Seth A Putrelo
  1999-06-30 22:10 ` Seth A Putrelo
  0 siblings, 1 reply; 48+ messages in thread
From: Seth A Putrelo @ 1999-06-14 21:29 UTC (permalink / raw)
  To: cygwin

list members,
	i have recently downloaded and installed cygwin, and i became
overwhelmed immediately.  i am new to the world of programming and i am
very curious.  i am having a problem getting the software to work, i
think.  i have consulted the readme, and FAQ files many time to no avail.
 i have downloaded and installed the sourcecode (correctly i hope) and my
main use for this software is the C++ compiler.  so my question is, how
do i run it?  thanx for any help, and again, please understand i am
totally new to programming.  thank you............ Seth

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* newbie question
  1999-02-21 17:47 michael.easter
       [not found] ` < 919648004.7648.577@excite.com >
@ 1999-02-28 23:02 ` michael.easter
  1 sibling, 0 replies; 48+ messages in thread
From: michael.easter @ 1999-02-28 23:02 UTC (permalink / raw)
  To: cygwin

Hi,

How does one turn off the editing error beep on the command line of the
cygwin bash? 

I'm using bash version 2.02.1(2) on NT 4.0. I checked the FAQ etc and found
this question, but no answers!

thanks for your help... I'm delighted to have a real shell on NT, but this
beep is driving me nuts!

Michael
michael.easter@mailexcite.com




_______________________________________________________
Get your free, private email at http://mail.excite.com/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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

* Re: newbie question
  1999-02-22 10:15   ` Andreas Forsgren
@ 1999-02-28 23:02     ` Andreas Forsgren
  0 siblings, 0 replies; 48+ messages in thread
From: Andreas Forsgren @ 1999-02-28 23:02 UTC (permalink / raw)
  To: michael.easter; +Cc: Pierre.Humblet, cygwin

One idea; disconnect the speaker. No more bewps. ;-)

Andreas Forsgren		zap@arosnet.se

On Mon, 22 Feb 1999 michael.easter@excite.com wrote:

> 
> Pierre, and others,
> 
> There must be something I am missing. I have tried the following: "set
> bell-style none" in a .inputrc file in both the $HOME and / directories.
> Upon logging in again, the bell persists.
> 
> I have also tried using 'source' on the .inputrc file, and typing the set
> command to the shell directly. Also, I have replaced "none" above with
> "visible". No luck.
> 
> I am sorry to waste bandwidth, but the damn bell is still there! Any ideas?
> 
> thanks,
> Michael
> 
> ps. My $HOME directory is on the D: drive, in case that is relevant. I have
> mounted it to /d
> 
> 
> 
> 
> _______________________________________________________
> Get your free, private email at http://mail.excite.com/
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> 


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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

* Re: newbie question
  1999-02-22  6:49 michael.easter
       [not found] ` < 919694979.22128.458@excite.com >
  1999-02-26  3:16 ` Schumann AG
@ 1999-02-28 23:02 ` michael.easter
  2 siblings, 0 replies; 48+ messages in thread
From: michael.easter @ 1999-02-28 23:02 UTC (permalink / raw)
  To: Pierre.Humblet, cygwin

Pierre, and others,

There must be something I am missing. I have tried the following: "set
bell-style none" in a .inputrc file in both the $HOME and / directories.
Upon logging in again, the bell persists.

I have also tried using 'source' on the .inputrc file, and typing the set
command to the shell directly. Also, I have replaced "none" above with
"visible". No luck.

I am sorry to waste bandwidth, but the damn bell is still there! Any ideas?

thanks,
Michael

ps. My $HOME directory is on the D: drive, in case that is relevant. I have
mounted it to /d




_______________________________________________________
Get your free, private email at http://mail.excite.com/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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

* Re: newbie question
  1999-02-26  3:16 ` Schumann AG
@ 1999-02-28 23:02   ` Schumann AG
  0 siblings, 0 replies; 48+ messages in thread
From: Schumann AG @ 1999-02-28 23:02 UTC (permalink / raw)
  To: michael.easter; +Cc: cygwin

The .inputrc file must be unix-style. That fixed it for me.

michael.easter@excite.com wrote:

> Pierre, and others,
>
> There must be something I am missing. I have tried the following: "set
> bell-style none" in a .inputrc file in both the $HOME and / directories.
> Upon logging in again, the bell persists.
>
> I have also tried using 'source' on the .inputrc file, and typing the set
> command to the shell directly. Also, I have replaced "none" above with
> "visible". No luck.
>
> I am sorry to waste bandwidth, but the damn bell is still there! Any ideas?
>
> thanks,
> Michael
>
> ps. My $HOME directory is on the D: drive, in case that is relevant. I have
> mounted it to /d
>
> _______________________________________________________
> Get your free, private email at http://mail.excite.com/
>
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com




--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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

* Re: newbie question
  1999-02-21 20:28   ` Pierre A. Humblet
@ 1999-02-28 23:02     ` Pierre A. Humblet
  0 siblings, 0 replies; 48+ messages in thread
From: Pierre A. Humblet @ 1999-02-28 23:02 UTC (permalink / raw)
  To: michael.easter, cygwin

Try this, from the bash man (the default inputrc file is ~/.inputrc )

   Readline Variables
       Readline  has  variables  that can be used to further cus-
       tomize its behavior.  A variable may be set in the inputrc
       file with a statement of the form

              set variable-name value

       Except where noted, readline variables can take the values
       On or Off.  The variables and their default values are:

       bell-style (audible)
              Controls what happens when readline wants  to  ring
              the  terminal bell.  If set to none, readline never
              rings the bell.  If set to visible, readline uses a
              visible  bell if one is available.  If set to audi-
              ble, readline attempts to ring the terminal's bell.

At 05:46 PM 2/21/99 PST, michael.easter@excite.com wrote:
>
>Hi,
>
>How does one turn off the editing error beep on the command line of the
>cygwin bash? 
>
>I'm using bash version 2.02.1(2) on NT 4.0. I checked the FAQ etc and found
>this question, but no answers!
>
>thanks for your help... I'm delighted to have a real shell on NT, but this
>beep is driving me nuts!
>
>Michael
>michael.easter@mailexcite.com
>
>
>
>
>_______________________________________________________
>Get your free, private email at http://mail.excite.com/
>
>--
>Want to unsubscribe from this list?
>Send a message to cygwin-unsubscribe@sourceware.cygnus.com
>
>

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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

* Re: newbie question
  1999-02-22  6:49 michael.easter
       [not found] ` < 919694979.22128.458@excite.com >
@ 1999-02-26  3:16 ` Schumann AG
  1999-02-28 23:02   ` Schumann AG
  1999-02-28 23:02 ` michael.easter
  2 siblings, 1 reply; 48+ messages in thread
From: Schumann AG @ 1999-02-26  3:16 UTC (permalink / raw)
  To: michael.easter; +Cc: cygwin

The .inputrc file must be unix-style. That fixed it for me.

michael.easter@excite.com wrote:

> Pierre, and others,
>
> There must be something I am missing. I have tried the following: "set
> bell-style none" in a .inputrc file in both the $HOME and / directories.
> Upon logging in again, the bell persists.
>
> I have also tried using 'source' on the .inputrc file, and typing the set
> command to the shell directly. Also, I have replaced "none" above with
> "visible". No luck.
>
> I am sorry to waste bandwidth, but the damn bell is still there! Any ideas?
>
> thanks,
> Michael
>
> ps. My $HOME directory is on the D: drive, in case that is relevant. I have
> mounted it to /d
>
> _______________________________________________________
> Get your free, private email at http://mail.excite.com/
>
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com




--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: newbie question
       [not found] ` < 919694979.22128.458@excite.com >
@ 1999-02-22 10:15   ` Andreas Forsgren
  1999-02-28 23:02     ` Andreas Forsgren
  0 siblings, 1 reply; 48+ messages in thread
From: Andreas Forsgren @ 1999-02-22 10:15 UTC (permalink / raw)
  To: michael.easter; +Cc: Pierre.Humblet, cygwin

One idea; disconnect the speaker. No more bewps. ;-)

Andreas Forsgren		zap@arosnet.se

On Mon, 22 Feb 1999 michael.easter@excite.com wrote:

> 
> Pierre, and others,
> 
> There must be something I am missing. I have tried the following: "set
> bell-style none" in a .inputrc file in both the $HOME and / directories.
> Upon logging in again, the bell persists.
> 
> I have also tried using 'source' on the .inputrc file, and typing the set
> command to the shell directly. Also, I have replaced "none" above with
> "visible". No luck.
> 
> I am sorry to waste bandwidth, but the damn bell is still there! Any ideas?
> 
> thanks,
> Michael
> 
> ps. My $HOME directory is on the D: drive, in case that is relevant. I have
> mounted it to /d
> 
> 
> 
> 
> _______________________________________________________
> Get your free, private email at http://mail.excite.com/
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> 


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: newbie question
@ 1999-02-22  6:49 michael.easter
       [not found] ` < 919694979.22128.458@excite.com >
                   ` (2 more replies)
  0 siblings, 3 replies; 48+ messages in thread
From: michael.easter @ 1999-02-22  6:49 UTC (permalink / raw)
  To: Pierre.Humblet, cygwin

Pierre, and others,

There must be something I am missing. I have tried the following: "set
bell-style none" in a .inputrc file in both the $HOME and / directories.
Upon logging in again, the bell persists.

I have also tried using 'source' on the .inputrc file, and typing the set
command to the shell directly. Also, I have replaced "none" above with
"visible". No luck.

I am sorry to waste bandwidth, but the damn bell is still there! Any ideas?

thanks,
Michael

ps. My $HOME directory is on the D: drive, in case that is relevant. I have
mounted it to /d




_______________________________________________________
Get your free, private email at http://mail.excite.com/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: newbie question
       [not found] ` < 919648004.7648.577@excite.com >
@ 1999-02-21 20:28   ` Pierre A. Humblet
  1999-02-28 23:02     ` Pierre A. Humblet
  0 siblings, 1 reply; 48+ messages in thread
From: Pierre A. Humblet @ 1999-02-21 20:28 UTC (permalink / raw)
  To: michael.easter, cygwin

Try this, from the bash man (the default inputrc file is ~/.inputrc )

   Readline Variables
       Readline  has  variables  that can be used to further cus-
       tomize its behavior.  A variable may be set in the inputrc
       file with a statement of the form

              set variable-name value

       Except where noted, readline variables can take the values
       On or Off.  The variables and their default values are:

       bell-style (audible)
              Controls what happens when readline wants  to  ring
              the  terminal bell.  If set to none, readline never
              rings the bell.  If set to visible, readline uses a
              visible  bell if one is available.  If set to audi-
              ble, readline attempts to ring the terminal's bell.

At 05:46 PM 2/21/99 PST, michael.easter@excite.com wrote:
>
>Hi,
>
>How does one turn off the editing error beep on the command line of the
>cygwin bash? 
>
>I'm using bash version 2.02.1(2) on NT 4.0. I checked the FAQ etc and found
>this question, but no answers!
>
>thanks for your help... I'm delighted to have a real shell on NT, but this
>beep is driving me nuts!
>
>Michael
>michael.easter@mailexcite.com
>
>
>
>
>_______________________________________________________
>Get your free, private email at http://mail.excite.com/
>
>--
>Want to unsubscribe from this list?
>Send a message to cygwin-unsubscribe@sourceware.cygnus.com
>
>

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* newbie question
@ 1999-02-21 17:47 michael.easter
       [not found] ` < 919648004.7648.577@excite.com >
  1999-02-28 23:02 ` michael.easter
  0 siblings, 2 replies; 48+ messages in thread
From: michael.easter @ 1999-02-21 17:47 UTC (permalink / raw)
  To: cygwin

Hi,

How does one turn off the editing error beep on the command line of the
cygwin bash? 

I'm using bash version 2.02.1(2) on NT 4.0. I checked the FAQ etc and found
this question, but no answers!

thanks for your help... I'm delighted to have a real shell on NT, but this
beep is driving me nuts!

Michael
michael.easter@mailexcite.com




_______________________________________________________
Get your free, private email at http://mail.excite.com/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: newbie question
  1998-07-29 16:23 Theo Landgraf
@ 1998-07-31  2:45 ` Mumit Khan
  0 siblings, 0 replies; 48+ messages in thread
From: Mumit Khan @ 1998-07-31  2:45 UTC (permalink / raw)
  To: Theo Landgraf; +Cc: gnu-win32

On Wed, 29 Jul 1998, Theo Landgraf wrote:

> hi there,
> 
> just installed the required mingw32 sources +
> some extra gnu-utilities (like make)
> 
> now i want to compile V.

Then you should at the very least read the information provided on the 
ftp site! 

See ftp://ftp.objectcentral.com/README for starters.

Mumit

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

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

* newbie question
@ 1998-07-29 16:23 Theo Landgraf
  1998-07-31  2:45 ` Mumit Khan
  0 siblings, 1 reply; 48+ messages in thread
From: Theo Landgraf @ 1998-07-29 16:23 UTC (permalink / raw)
  To: gnu-win32

hi there,

just installed the required mingw32 sources +
some extra gnu-utilities (like make)

now i want to compile V.

and there it goes wrong.

just followed the instruction of the Mingw32 txt

at point 5, i must cd srcwin, well that goes.
then

C:\v\srcwin>make -f MAKEFILE
g++ -c -IC:/v/includew  -O2 -D_WIN32 -o C:/v/obj/mingw32/vbglcnv.o
vbglcnv.cpp
In file included from vbglcnv.cpp:13:
C:\v\includew\v/vbglcnv.h:20: GL/gl.h: No such file or directory
C:\v\includew\v/vbglcnv.h:21: GL/glu.h: No such file or directory
C:\MINGW32\BIN\MAKE.EXE: *** [C:/v/obj/mingw32/vbglcnv.o] Error 1


-- 
+----------------------------------------------------+
| Rather like Fairyland isn't it?                    |
| Except for the smell of gasoline and burning flesh |
|                                                    |
| Biosphere - The Fairyland                          |
+----------------------------------------------------+
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

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

* Re: newbie question
  1998-02-02 17:08 Isaac Kohn
@ 1998-02-03  6:28 ` Christopher Faylor
  0 siblings, 0 replies; 48+ messages in thread
From: Christopher Faylor @ 1998-02-03  6:28 UTC (permalink / raw)
  To: gnu-win32

In article < Pine.SOL.3.96.980202190622.24162A-100000@vertex.ucls.uchicago.edu >,
Isaac Kohn  <ikohn@vertex.ucls.uchicago.edu> wrote:
>hi all,
>
>forgive my stupidity, but what does it mean for cygwin.dll to not be
>"thread-safe"??
>
>I'm sure that if it really mattered for me i would understand completely,
>so this is mostly a question of curiosity.  thanks a lot.

It means that if you attempt to call cygwin functions from a process
which is employing multiple threads there is no guarantee that the
functions will work correctly.  The reason is that with multiple threads
it is possible for a function to be called twice from different threads
at nearly the same time.  If the function does not go to some effort to
ensure that its static or global variables are protected from multiple
access you will have situations where the value of the variable is
indeterminate because one thread could be incrementing it while another
is decrementing it, etc.

cygwin.dll does make some effort to prevent "simultaneous" access to
some data structures but some important functions (like malloc for instance)
do not currently work correctly with multiple threads.
-- 
http://www.bbc.com/	cgf@bbc.com			"Strange how unreal
VMS=>UNIX Solutions	Boston Business Computing	 the real can be."
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

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

* Re: newbie question
@ 1998-02-03  3:05 raf
  0 siblings, 0 replies; 48+ messages in thread
From: raf @ 1998-02-03  3:05 UTC (permalink / raw)
  To: gnu-win32

>forgive my stupidity, but what does it mean for cygwin.dll to not be
>"thread-safe"??

>I'm sure that if it really mattered for me i would understand completely,
>so this is mostly a question of curiosity.  thanks a lot.

correct. if you don't know what threads are, you're safe :)

most programs are written with only a single 'thread of execution'.
some are written with multiple threads of execution (this is like
pre-emptive multi-tasking but inside a single process - very cool).
when a program is 'multi-threaded', it is required that functions
be callable from more than one thread at the same time without barfing.
this requires any 'static' data to be 'thread-specific' rather then global
to the entire program. if a library is not 'thread-safe' then this condition
is not met.

this is simplistic. if you really need to know the answer, read some books
on thread programming.


seeya,
raf

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

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

* newbie question
@ 1998-02-02 17:08 Isaac Kohn
  1998-02-03  6:28 ` Christopher Faylor
  0 siblings, 1 reply; 48+ messages in thread
From: Isaac Kohn @ 1998-02-02 17:08 UTC (permalink / raw)
  To: gnu-win32

hi all,

forgive my stupidity, but what does it mean for cygwin.dll to not be
"thread-safe"??

I'm sure that if it really mattered for me i would understand completely,
so this is mostly a question of curiosity.  thanks a lot.

isaac

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

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

* Re: newbie question
  1997-03-08  8:38 Weiqi Gao
@ 1997-03-08 18:49 ` Jim Balter
  0 siblings, 0 replies; 48+ messages in thread
From: Jim Balter @ 1997-03-08 18:49 UTC (permalink / raw)
  To: Weiqi Gao; +Cc: 'gnu-win32 Mailing List'

Weiqi Gao wrote:

> Most TeX documents uses the LaTeX set of packages.  However the GNU system
> is stuck with a different package called Texinfo.  These two packages are
> orthogonal (mutually exclusive), and most TeX distributions are bundled
> with only the LaTeX packages.

"orthogonal" is not at all a synonym for "mutually exclusive";
quite the opposite, in fact.

GNU's texinfo was designed to generate output in *either* TeX format
for high-quality printing *or* .info format for hyperlinked on-line
reading.  If you have a .texi file but no .info file, just run
makeinfo on the .texi file to produce the .info files, then move
them into a directory on your infopath.  These .info files can then
be read with either ntemacs or with the standalone info reader.
My recommendation is to install ntemacs, read the info on info
by typing ctrl-H+i, and go from there.

Some of these pieces may not be in place in the cygwin distribution;
my setup has evolved to the point where it is too painful to retrace
these steps; perhaps someone else would care to fill in the gaps.

Also, since questions about texinfo are not specific to cygwin,
one of the GNU newsgroups might be a place to get informed comments.

--
<J Q B>
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

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

* Re: newbie question
@ 1997-03-08  8:38 Weiqi Gao
  1997-03-08 18:49 ` Jim Balter
  0 siblings, 1 reply; 48+ messages in thread
From: Weiqi Gao @ 1997-03-08  8:38 UTC (permalink / raw)
  To: 'gnu-win32 Mailing List'

Rich Adili <rich@inde.bc.ca> wrote:

>What's a Unix illiterate gotta do to read the .tex and .texinfo
>documentation under Win95?

Become Unix literate.  :)

TeX is a document preparation system written by Donald Knuth in the late
70's and early 80's.  It works much like the Java system: You write your
source file (filename.tex) with TeX commands, "\input"ing other packages at
the beginning if you want.  You then run the command "tex" over the source
(tex filename.tex) to produce a device independent file (.dvi).  This .dvi
file can then be interpreted by a dvi driver for a particular device---a
printer or a graphic monitor---to render the document on paper or on
screen.

Most TeX documents uses the LaTeX set of packages.  However the GNU system
is stuck with a different package called Texinfo.  These two packages are
orthogonal (mutually exclusive), and most TeX distributions are bundled
with only the LaTeX packages.

A TeX distribution for DOS called emTeX is available at CTAN:
ftp://www.cdrom.com/pub/tex/ctan/systems/msdos/emtex/ .  Make sure you also
get the font for your printer from the emtex-fonts directory.  Read through
the documentation (especially the quick installation guide) and you could
be up and running within hours.

Texinfo can be gotton from ftp://prep.ai.mit.edu .  It contains on file for
you to \input, and it's own index building utility called texindex.

There are other "Win32" versions of TeX at the CTAN site (the miktex) port
is a good one.  But the Windows 95 graphics system is very hostile towards
the fonts used in the TeX system (METAFONT fonts instead of True Type or
PostScript, METAFONT predates both), so non of these have excellent screen
previewers for TeX documents.  emTeX includes excellent screen previewers.

Incidentally, emTeX is compiled with another port of GNU C/C++.

--
Weiqi Gao
weiqigao@crl.com
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

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

* RE: newbie question
@ 1997-03-07  0:05 Sergey Okhapkin
  0 siblings, 0 replies; 48+ messages in thread
From: Sergey Okhapkin @ 1997-03-07  0:05 UTC (permalink / raw)
  To: 'gnu-win32 Mailing List', 'Rich Adili'

Rich Adili wrote:
> What's a Unix illiterate gotta do to read the .tex and .texinfo documentation under Win95?

I'm using NTemacs for texinfo files.

-- 
Sergey Okhapkin
Moscow, Russia
Looking for a job.


-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

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

* newbie question
@ 1997-03-06 13:27 Rich Adili
  0 siblings, 0 replies; 48+ messages in thread
From: Rich Adili @ 1997-03-06 13:27 UTC (permalink / raw)
  To: 'gnu-win32 Mailing List'

What's a Unix illiterate gotta do to read the .tex and .texinfo documentation under Win95?

-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

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

end of thread, other threads:[~2007-07-03 12:01 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-16 14:07 Newbie question Robert White
2001-12-16 14:46 ` Gerrit P. Haase
2001-12-16 15:36   ` hongxun lee
2001-12-17  4:41     ` Gerrit P. Haase
2001-12-17  5:16       ` hongxun lee
2001-12-17  6:02         ` Gerrit P. Haase
2001-12-17  6:49           ` hongxun lee
  -- strict thread matches above, loose matches on Subject: below --
2007-07-03 11:57 newbie question Murali Vemuri
2007-07-03 12:01 ` Dave Korn
2007-07-03  6:37 Murali Vemuri
2007-07-03  7:00 ` Carlo Florendo
2002-09-25 23:00 Ony S Darmawan
2002-01-09 17:52 Newbie Question Paul Johnson
2002-01-09 18:05 ` Dylan Cuthbert
2002-01-09 20:46   ` Gary R. Van Sickle
2002-01-09 21:55     ` Dylan Cuthbert
2002-01-09 22:24       ` Christopher Faylor
2002-01-10 10:58         ` Paul Johnson
2002-01-10 10:55   ` Paul Johnson
2002-01-10 11:43     ` Charles Wilson
2001-11-12 18:51 newbie question Yann.Le Guen
2001-11-13  3:12 ` Gerrit P. Haase
2001-03-09  2:23 Monroe, Grant Tyler
2001-02-19  6:12 Newbie question Ton Machielsen
2001-02-19  6:53 ` Larry Hall (RFK Partners, Inc)
2001-02-19  0:11 Ton Machielsen
2001-02-19  0:37 ` Corinna Vinschen
1999-06-14 21:29 newbie question Seth A Putrelo
1999-06-30 22:10 ` Seth A Putrelo
1999-02-22  6:49 michael.easter
     [not found] ` < 919694979.22128.458@excite.com >
1999-02-22 10:15   ` Andreas Forsgren
1999-02-28 23:02     ` Andreas Forsgren
1999-02-26  3:16 ` Schumann AG
1999-02-28 23:02   ` Schumann AG
1999-02-28 23:02 ` michael.easter
1999-02-21 17:47 michael.easter
     [not found] ` < 919648004.7648.577@excite.com >
1999-02-21 20:28   ` Pierre A. Humblet
1999-02-28 23:02     ` Pierre A. Humblet
1999-02-28 23:02 ` michael.easter
1998-07-29 16:23 Theo Landgraf
1998-07-31  2:45 ` Mumit Khan
1998-02-03  3:05 raf
1998-02-02 17:08 Isaac Kohn
1998-02-03  6:28 ` Christopher Faylor
1997-03-08  8:38 Weiqi Gao
1997-03-08 18:49 ` Jim Balter
1997-03-07  0:05 Sergey Okhapkin
1997-03-06 13:27 Rich Adili

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).