Re: Packages for upload: nasm (1.3.22 and 1.5.2)

2003-09-01 Thread Dean Scarff
On Sat, 30 Aug 2003 20:26:54 +0200, Gerrit P. Haase wrote:

Uploaded; removed 0.98.35-1.  Please send an announcement in a couple of
hours.  Let me know if you want me to remove 0.98.36-1, too.
Why not make it prev: for a while, it works well for me and one never
knows if the current: has bugs...?
Gerrit
I'd have no objections here.  Although the diff between .36 and .37 isn't 
very big, it's a good idea.

Cheers,
Dean Scarff


exim 4.22-1 available for upload

2003-09-01 Thread Pierre A. Humblet

exim 4.22-1 (which requires Cygwin 1.5) is available for upload:

http://mysite.verizon.net/phumblet/exim-4.22-1-src.tar.bz2
http://mysite.verizon.net/phumblet/exim-4.22-1.tar.bz2
http://mysite.verizon.net/phumblet/setup.hint

The requirements have changed, the new setup.hint appears below.

Pierre

# Exim-4.22-1 setup.hint 
sdesc: A Mail Transfer Agent. 
ldesc: Mail Transfer Agent with sendmail like command line 
arguments and a single configuration file. Features: flexible 
retry algorithms, header  envelope rewriting, multiple deliveries 
down single connection or multiple deliveries in parallel, regular 
expressions in configuration parameters, file lookups, supports 
sender and/or receiver verification, selective relaying, virtual 
domains and built-in mail filtering. See www.exim.org. This port 
is compiled with tls/ssl support. 
category: Mail 
requires: cygwin libgdbm4 libiconv2 openssl 


Re: Xwin remote calls to Solaris machines/ font server bug

2003-09-01 Thread Harold L Hunt II
I never looked into it... it isn't a problem for me.

Harold

Michael Sadd wrote:
Was this issue ever confirmed and/or resolved?  I find the same behavior when 
connecting
to a font server on a Red Hat 7.3 font server.
Thank you and best regards,
Mike
- Original Message - 
From: Harold L Hunt II huntharo at msu dot edu
To: cygwin-xfree at cygwin dot com
Sent: Mon, 11 Aug 2003 08:58:17 -0400
Subject: Re: Xwin remote calls to Solaris machines/ font server bug

Dr.D.J.Picton wrote:
I have two observations to make concerning the use of 'XWin -query' to
Solaris machines.
1.  Firstly, the FAQ states that Solaris can't cope with 24-bit colour
depths.  This may have been true for older releases, but all recent versions
of Solaris (and recent Sun hardware) support this depth!
2.  The FAQ refers to the 'hang' when you attempt to contact a remote Solaris
host using XWin -query e.g.
Xwin -query sunhost

The cure is to specify a Solaris font server on the command line, e.g.

XWin -query sunhost -fp tcp/sunhost:7100

However, this shouldn't be necessary for recent Solaris releases.  The XSetup
script on the Sun machine automatically adds the font server to the font
path, before the dtlogin window appears.


Okay, so people running newer versions of Solaris won't look at the FAQ. No problem there.

The real reason for the problem is a bug in XWin, which 'hangs' if I
try to mix local fonts with a Solaris font server.
The following procedures work OK:

1.  Start up an XWin server with normal local fonts, then replace them with
a Solaris font server:
xset fp= tcp/sunhost:7100
2. Start up an Xwin server with -fp tcp/sunhost:7100 on the command line.

3. Add a second Solaris font server when the fontpath already contains one.

The following procedures cause a 'hang':

1.  Start up an XWin server with normal local fonts, then append a Solaris
font server:
xset fp+ tcp/sunhost:7100

2.  Start up an XWin server with -fp tcp/sunhost:7100 on the command line,
then try to append a local font to the path:
xset fp+ /usr/X11R6/lib/X11/fonts/misc

I am inclined to believe you. However, I do not have a Solaris machine that I can test
this with. It would be most helpful if either yourself or someone with a similar setup
could build a debug version of XWin.exe and step through this until they find the hang.
Thanks,

Harold




RE: Running remote programs locally

2003-09-01 Thread Andrew Clarke
Thanks Harold.  This is a good link.  I'd looked at it at first but with
a bit more experience and context under my belt it made more sense the
second time around!

- Andrew.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Harold L Hunt II
Sent: Wednesday, August 27, 2003 09:26
To: [EMAIL PROTECTED]
Subject: Re: Running remote programs locally


Unless you *really* know what you are doing, in which case you are on 
your own, then you are doing the wrong thing with ssh and X clients. 
The proper procedure is described in the Cygwin/XFree86 User's Guide:

http://xfree86.cygwin.com/docs/ug/using-remote-apps.html#using-remote-ap
ps-ssh

Harold

Andrew Clarke wrote:

 Hi.  I'm new to cygwin although I've been using Unix/Linux on and off
 for several years.  I have the full cygwin-xfree package loaded and
I'm 
 trying to ssh into my Linux computer and run applications locally.
So, 
 this is the process I go through:
 
 Start bash shell
 Run 'xwin '
 When it comes up, I 'ssh linuxcomputer' and enter my password Through 
 vncserver at my root prompt of my linux computer, I type 'xhost
 +windowscomputer'.  I did the same with my windows computer's IP 
 +address
 just to be sure.
  From the xwin ssh window to my linux computer, I type something 
 simple
 like 'xterm -display windowscomputer:0' and I get the following error:
 
 Xlib: Connection to windowscomputer:0.0 refused by server
 Xlib: No protocol specified
 
 I think I got xterm to work once a few days ago but since I don't have
 it working now I'm not even sure about that.  I have never been able
to 
 get anything like Mozilla or Evolution to run though.
 
 This is supposed to work, right?  Does anybody have any ideas about 
 what
 I'm doing wrong?
 
 Thanks a lot,
 - Andrew Clarke.
 
 





RE: Running remote programs locally

2003-09-01 Thread Andrew Clarke
Thanks for the good explanation, Andrew.

- Andrew.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of andrew brian clegg
Sent: Wednesday, August 27, 2003 10:02
To: [EMAIL PROTECTED]
Subject: Re: Running remote programs locally




On Wed, 27 Aug 2003, Andrew Clarke wrote:

 Start bash shell
 Run 'xwin '
 When it comes up, I 'ssh linuxcomputer' and enter my password

You may need to include the -X parameter to ssh unless you've set it up
as a personal default.

 Through vncserver at my root prompt of my linux computer, I type 
 'xhost
 +windowscomputer'.  I did the same with my windows computer's IP 
 +address
 just to be sure.

I *believe* this only makes a difference to the machine the X server is
running on, in this case your Windows computer.

  From the xwin ssh window to my linux computer, I type something 
 simple
 like 'xterm -display windowscomputer:0' and I get the following error:
 
 Xlib: Connection to windowscomputer:0.0 refused by server
 Xlib: No protocol specified

The way ssh X forwarding works is by setting up a proxy X server on the
X client machine (your Linux box) that listens on localhost:n (where n
is greater than 0, starts at 10 usually I think). This accepts
connections from X clients e.g. xterms and tunnels them back through ssh
to the real X server at your desktop. The login process should set the
DISPLAY variable for you automatically. If it doesn't there's a sign
something else is up.

e.g. I ssh from home (my Cygwin machine) to college (a Redhat machine).
When I type 

setenv|fgrep DISPLAY

into the shell at college, it tells me

DISPLAY=localhost:10.0

This is the ssh proxy X server's display. If I'd set it manually myself
to say my-home-pc:0.0 then an xterm (or whatever) on starting would
attempt to open a normal, unencrypted TCP/IP connection straight to me
rather than going through ssh.

For the record, I am writing this mail in an xterm on my college server,
which is displaying on my home PC via an ssh tunnel; which is in turn
forwarding its entire desktop as a Terminal Services session via ssh to
my work PC where I sit typing -- because I can ;-)

Andrew.







RE: Running remote programs locally

2003-09-01 Thread Andrew Clarke
Thanks for your response.  After reading the others' responses, this was
the final clincher for me.  It also helps me for times like now when I'm
working on some random wireless link (Starbucks, in this instance) and
I'm behind a proxy server or for some other reason can't refer to myself
by my IP.  This way I don't have to type xterm -display
some.random.ip.number:0 which of course doesn't work in this instance.

I do have one question though: why do I set my DISPLAY environment
variable on the same line as my ssh call?  What's the deal with that?

Thanks again,
- Andrew.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alexander Gottwald
Sent: Wednesday, August 27, 2003 11:57
To: [EMAIL PROTECTED]
Subject: Re: Running remote programs locally


On Wed, 27 Aug 2003, Andrew Clarke wrote:

 Hi.  I'm new to cygwin although I've been using Unix/Linux on and off
 for several years.  I have the full cygwin-xfree package loaded and
I'm 
 trying to ssh into my Linux computer and run applications locally.
So, 
 this is the process I go through:
 
 Start bash shell
 Run 'xwin '
 When it comes up, I 'ssh linuxcomputer' and enter my password

try DISPLAY=localhost:0.0 ssh -X linuxcomputer. This enables encrypted
X11 communication over the ssh channel. You will not require the xhost
call anymore.

bye
ago




Re: Running remote programs locally

2003-09-01 Thread Harold L Hunt II
You don't set them on the same line.  He was typing in short-hand.  What 
he meant was:

export DISPLAY=127.0.0.1:0.0
ssh -X linuxcomputer
Now, you will notice that following the directions in the Cygwin/XFree86 
User's Guide (which says to do this in an xterm) does not require 
setting DISPLAY at all.  The reason for this is that the xterm already 
has DISPLAY set (or else it wouldn't have been able to connect to the X 
Server in the first place).  So, doing this from an xterm drops a step 
from the instructions and makes it a little more fool-proof.

Hope that helps,

Harold

Andrew Clarke wrote:
Thanks for your response.  After reading the others' responses, this was
the final clincher for me.  It also helps me for times like now when I'm
working on some random wireless link (Starbucks, in this instance) and
I'm behind a proxy server or for some other reason can't refer to myself
by my IP.  This way I don't have to type xterm -display
some.random.ip.number:0 which of course doesn't work in this instance.
I do have one question though: why do I set my DISPLAY environment
variable on the same line as my ssh call?  What's the deal with that?
Thanks again,
- Andrew.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alexander Gottwald
Sent: Wednesday, August 27, 2003 11:57
To: [EMAIL PROTECTED]
Subject: Re: Running remote programs locally
On Wed, 27 Aug 2003, Andrew Clarke wrote:


Hi.  I'm new to cygwin although I've been using Unix/Linux on and off
for several years.  I have the full cygwin-xfree package loaded and
I'm 

trying to ssh into my Linux computer and run applications locally.
So, 

this is the process I go through:

Start bash shell
Run 'xwin '
When it comes up, I 'ssh linuxcomputer' and enter my password


try DISPLAY=localhost:0.0 ssh -X linuxcomputer. This enables encrypted
X11 communication over the ssh channel. You will not require the xhost
call anymore.
bye
ago




display remote X client on cygwin machine's display?

2003-09-01 Thread cyggie
i have cygwin installed on my win2k box, and KDE-cygwin too, which work fine. When I 
ssh to my favorite linux-based server and run gnucash, I get Gtk-WARNING **: cannot 
open display:. Then I run KDE-cygwin and ssh to the same server from a Konsole, but I 
get the same error when I run gnucash. Yet this works when ssh'ing from my linux-based 
laptop, which runs KDE. Is there a way with cygwin to display X clients I launch on a 
remote machine on the local display?

thank you,
cyggie


src/winsup/cygwin ChangeLog net.cc

2003-09-01 Thread cgf
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-08-31 23:16:35

Modified files:
winsup/cygwin  : ChangeLog net.cc 

Log message:
Use dup_ent rather than specific dup_*_ptr functions throughout.
* (gen_ent): Delete.
(dup_ent): Subsume gen_ent functionality.
(dup_host_ptr): Delete.
(dup_proto_ptr): Ditto.
(dup_servent_ptr): Ditto.
* net.cc (gen_ent): Invert sense of null check so that debug output makes
sense.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.2028r2=1.2029
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/net.cc.diff?cvsroot=srcr1=1.150r2=1.151



winsup/utils ChangeLog Makefile.in kill.cc

2003-09-01 Thread cgf
CVSROOT:/cvs/uberbaum
Module name:winsup
Changes by: [EMAIL PROTECTED]   2003-09-01 01:57:44

Modified files:
utils  : ChangeLog Makefile.in kill.cc 

Log message:
* Makefile.in: Display ... when not-verbose.
* kill.cc (forcekill): Default to entered pid when pinfo fails.  Issue some
warnings when things don't work.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/utils/ChangeLog.diff?cvsroot=uberbaumr1=1.222r2=1.223
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/utils/Makefile.in.diff?cvsroot=uberbaumr1=1.44r2=1.45
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/utils/kill.cc.diff?cvsroot=uberbaumr1=1.17r2=1.18



src/winsup/cygwin ChangeLog cygheap.cc cygheap ...

2003-09-01 Thread cgf
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-09-01 02:05:32

Modified files:
winsup/cygwin  : ChangeLog cygheap.cc cygheap.h exceptions.cc 
 fhandler.cc fnmatch.c pinfo.h signal.cc 
 sigproc.cc sigproc.h 
winsup/cygwin/include/sys: cygwin.h 

Log message:
* cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.
* cygheap.h (cygheap_types): Add HEAP_SIGS.
* exceptions.cc (signal_fixup_after_exec): Remove from this file.
* pinfo.h (pinfo::getsig): Just return global_sigs array.
(pinfo::sigs): Delete.
* sigproc.cc (signal_fixup_after_exec): Move it here.
(global_sigs): New global array, moved from pinfo structure.
(sigalloc): New function.  Allocate global sigaction array here.
(proc_subproc): Remove copysigs call.  It's automatic now.
* include/sys/cygwin.h (PID_NOCLDSTOP): New value.
* signal.cc (sigaction): Set myself-PID_NODCLDSTOP when appropriate.
* sigproc.h (sigalloc): Declare.
* fnmatch.c (fnmatch): Use C90 parameters.
(rangematch): Ditto.
* fhandler.cc (fhandler_base::raw_read): Use right coercion to avoid a compiler
warning.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.2030r2=1.2031
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygheap.cc.diff?cvsroot=srcr1=1.81r2=1.82
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygheap.h.diff?cvsroot=srcr1=1.61r2=1.62
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/exceptions.cc.diff?cvsroot=srcr1=1.162r2=1.163
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.cc.diff?cvsroot=srcr1=1.154r2=1.155
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fnmatch.c.diff?cvsroot=srcr1=1.1r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.h.diff?cvsroot=srcr1=1.48r2=1.49
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/signal.cc.diff?cvsroot=srcr1=1.46r2=1.47
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.cc.diff?cvsroot=srcr1=1.150r2=1.151
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.h.diff?cvsroot=srcr1=1.55r2=1.56
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/sys/cygwin.h.diff?cvsroot=srcr1=1.43r2=1.44



src/winsup/cygwin ChangeLog include/sys/cygwin.h

2003-09-01 Thread cgf
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-09-01 02:26:27

Modified files:
winsup/cygwin  : ChangeLog 
winsup/cygwin/include/sys: cygwin.h 

Log message:
* include/sys/cygwin.h: Don't define cygwin-specific things if !__CYGWIN__.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.2031r2=1.2032
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/sys/cygwin.h.diff?cvsroot=srcr1=1.44r2=1.45



winsup/utils ChangeLog kill.cc

2003-09-01 Thread cgf
CVSROOT:/cvs/uberbaum
Module name:winsup
Changes by: [EMAIL PROTECTED]   2003-09-01 02:40:16

Modified files:
utils  : ChangeLog kill.cc 

Log message:
* kill.cc (forcekill): Silence some compiler warnings.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/utils/ChangeLog.diff?cvsroot=uberbaumr1=1.224r2=1.225
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/utils/kill.cc.diff?cvsroot=uberbaumr1=1.18r2=1.19



src/winsup/doc ChangeLog pathnames.sgml

2003-09-01 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-09-01 12:56:01

Modified files:
winsup/doc : ChangeLog pathnames.sgml 

Log message:
* pathnames.sgml: Remove description how to mount raw devices and
dicourage it.  Desparately try to make usage of raw devices a bit
clearer.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=srcr1=1.49r2=1.50
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/pathnames.sgml.diff?cvsroot=srcr1=1.8r2=1.9



src/winsup/cygwin ChangeLog net.cc

2003-09-01 Thread cgf
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-09-01 16:47:04

Modified files:
winsup/cygwin  : ChangeLog net.cc 

Log message:
* net.cc (dup_ent): Restore check for NULL input.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.2032r2=1.2033
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/net.cc.diff?cvsroot=srcr1=1.152r2=1.153



src/winsup/cygwin ChangeLog include/cygwin/ver ...

2003-09-01 Thread cgf
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-09-01 17:12:29

Modified files:
winsup/cygwin  : ChangeLog 
winsup/cygwin/include/cygwin: version.h 

Log message:
* include/cygwin/version.h: Bump DLL minor number to 4.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.2033r2=1.2034
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/version.h.diff?cvsroot=srcr1=1.128r2=1.129



Re: Small patch for the FAQ

2003-09-01 Thread Corinna Vinschen
Dig, dig, dig... hmm, I don't find the ChangeLog entry here...

Corinna

On Fri, Aug 29, 2003 at 01:18:14PM +0100, Elfyn McBratney wrote:
 Index: how-programming.texinfo
 ===
 RCS file: /cvs/src/src/winsup/doc/how-programming.texinfo,v
 retrieving revision 1.25
 diff -u -u -p -r1.25 how-programming.texinfo
 --- how-programming.texinfo   13 Feb 2003 14:20:32 -  1.25
 +++ how-programming.texinfo   29 Aug 2003 12:11:04 -
 @@ -6,12 +6,15 @@ If you are willing to be a package maint
  volunteers to prepare and maintain packages, because the priority of the
  Cygwin Team is Cygwin itself.
  
 -There will be a separate web page where all the details are documented,
 -but this is not prepared yet.  Meanwhile, pore through the cygwin-apps
 -mailing archives (start at @file{http://cygwin.com/lists.html}), and
 -subscribe.  Charles Wilson posted a short recipe of what's involved,
 -using texinfo as an example,
 -at @file{http://cygwin.com/ml/cygwin-apps/2000-11/msg00055.html}.  This
 +There's a Cygwin Contributor's Guide on the project web page available
 +here @file{http://cygwin.com/setup.html}, which details everything you'll
 +need to know about being a package maintainer.  If you need any extra
 +help you can ask on cygwin-apps @emph{at} cygwin @emph{dot} com mailing
 +list, or alternatively you can search the cygwin-apps archives
 +(start at @file{http://http://cygwin.com/lists.html}), as your question
 +may well have been asked before.  Charles Wilson posted a short recipe
 +of what's involved, using texinfo as an example, available at
 [EMAIL PROTECTED]://cygwin.com/ml/cygwin-apps/2000-11/msg00055.html}.  This
  should give you an idea of what is required.
  
  You should announce your intentions to the general cygwin list, in case
 Index: how-resources.texinfo
 ===
 RCS file: /cvs/src/src/winsup/doc/how-resources.texinfo,v
 retrieving revision 1.7
 diff -u -u -p -r1.7 how-resources.texinfo
 --- how-resources.texinfo 21 Feb 2003 20:13:55 -  1.7
 +++ how-resources.texinfo 29 Aug 2003 12:11:05 -
 @@ -18,10 +18,6 @@ There is a comprehensive Cygwin User's G
  and an API Reference at
  @file{http://cygwin.com/cygwin-api/cygwin-api.html}.
  
 -There is an interesting paper about Cygwin from the 1998 USENIX Windows
 -NT Workshop Proceedings at
 [EMAIL PROTECTED]://cygwin.com/usenix-98/cygwin.html}.
 -
  You can find documentation for the individual GNU tools at
  @file{http://www.fsf.org/manual/}.  (You should read GNU manuals from a
  local mirror, check @file{http://www.fsf.org/server/list-mirrors.html}
 Index: what.texinfo
 ===
 RCS file: /cvs/src/src/winsup/doc/what.texinfo,v
 retrieving revision 1.21
 diff -u -u -p -r1.21 what.texinfo
 --- what.texinfo  27 Jul 2002 23:05:45 -  1.21
 +++ what.texinfo  29 Aug 2003 12:11:06 -
 @@ -32,17 +32,16 @@ exhibit different limitations, on the va
  
  @section Where can I get it?
  
 -The main location for the Cygwin project is
 [EMAIL PROTECTED]://cygwin.com/}.  There you should find
 -everything you need for Cygwin, including links for download and setup,
 -a current list of ftp mirror sites, a User's Guide, an API Reference,
 -mailing lists and archives, and additional ported software.
 +The home page for the Cygwin project is @file{http://cygwin.com/}.
 +There you should find everything you need for Cygwin, including links
 +for download and setup, a current list of ftp mirror sites,
 +a User's Guide, an API Reference, mailing lists and archives, and
 +additional ported software.
  
  You can find documentation for the individual GNU tools at
  @file{http://www.fsf.org/manual/}.  (You should read GNU manuals from a
  local mirror.  Check @file{http://www.fsf.org/server/list-mirrors.html}
  for a list of them.)
 -
  
  @section Is it free software?
  
 
 -- Elfyn

 Index: how-programming.texinfo
 ===
 RCS file: /cvs/src/src/winsup/doc/how-programming.texinfo,v
 retrieving revision 1.25
 diff -u -u -p -r1.25 how-programming.texinfo
 --- how-programming.texinfo   13 Feb 2003 14:20:32 -  1.25
 +++ how-programming.texinfo   29 Aug 2003 12:11:04 -
 @@ -6,12 +6,15 @@ If you are willing to be a package maint
  volunteers to prepare and maintain packages, because the priority of the
  Cygwin Team is Cygwin itself.
  
 -There will be a separate web page where all the details are documented,
 -but this is not prepared yet.  Meanwhile, pore through the cygwin-apps
 -mailing archives (start at @file{http://cygwin.com/lists.html}), and
 -subscribe.  Charles Wilson posted a short recipe of what's involved,
 -using texinfo as an example,
 -at @file{http://cygwin.com/ml/cygwin-apps/2000-11/msg00055.html}.  This
 +There's a Cygwin Contributor's Guide on the project web page 

display remote X client on cygwin machine's display?

2003-09-01 Thread cyggie
i have cygwin installed on my win2k box, and KDE-cygwin too, which work fine. When I 
ssh to my favorite linux-based server and run gnucash, I get Gtk-WARNING **: cannot 
open display:. Then I run KDE-cygwin and ssh to the same server from a Konsole, but I 
get the same error when I run gnucash. Yet this works when ssh'ing from my linux-based 
laptop, which runs KDE. Is there a way with cygwin to display X clients I launch on a 
remote machine on the local display?

best,
cyggie

--
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/



Re: ctrl-c swallowed

2003-09-01 Thread Christopher Faylor
On Sun, Aug 31, 2003 at 03:01:57PM -0700, Brian Dessent wrote:
Anders Lind?n wrote:
When I use the Programs-cygwin-cygwin bash shell, I get a console
window with a bash shell, but ctrl-c presses never reaches the
applications.  I presume that it is the bash application that swallows
them, or?

When I run bash in xfree (shipped with cygwin), the problem is not
there, ctrl-c presses is reaching the application.  However, I need to
use the console.

I don't know if this is the officially correct answer or not, but I
find that ^C doesn't work right with some programs when run from
CMD.EXE unless I have the tty flag added to the CYGWIN environment
variable.  The users' guide has a section on how to do this, I'm sure.

CTRL-C is designed to work correctly with cygwin applications in either
tty or notty mode.  Please don't spread FUD if you aren't providing
details.

cgf

--
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/



Re: ftp crash with latest inetutils and cygwin 1.5

2003-09-01 Thread Christopher Faylor
On Sun, Aug 31, 2003 at 09:01:58AM -0400, [EMAIL PROTECTED] wrote:
cgf seems to think that working himself to death gives him the right to
be the *meanest* person on the list!

...  hmmm ...  GUESS IT DOES ;-)

Thanks!

This should be fixed in the next snapshot.  This was one of those tip of the
iceberg problems that has apparently been in the cygwin code for some time.
Surely it has surfaced before in other guises and we just weren't focused
enough to recognize the problem.  It took me way too long to recognize what
the problem was.

cgf

--
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/



Re: Compiling Iroffer with a fresh install of cygwin

2003-09-01 Thread Max Bowsher
Damien wrote:
 Hi,

 Before reinstalling cygwin I can compile iroffer without any problem:
 http://iroffer.org/archive/v1.2/prereleases/iroffer-20030829205131.tgz

 I reinstall cygwin (default install and Under devel: binutils, gcc, make
 Under libs: crypt, regex)

No need to bother with regex. Read its description!

 Now, I have a problem with configure. It did not find standard library
 as you can see :

 Checking for regcomp()... Missing. ***ERROR***: couldn't find regcomp()

 Is there a problem with the fresh install of cygwin ?

More info needed. The configure output doesn't look autoconfy, but
presumably it left some log you can look at for more info?


Max.


--
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/



Re: ctrl-c swallowed

2003-09-01 Thread Brian Dessent
Christopher Faylor wrote:

 I don't know if this is the officially correct answer or not, but I
 find that ^C doesn't work right with some programs when run from
 CMD.EXE unless I have the tty flag added to the CYGWIN environment
 variable.  The users' guide has a section on how to do this, I'm sure.
 
 CTRL-C is designed to work correctly with cygwin applications in either
 tty or notty mode.  Please don't spread FUD if you aren't providing
 details.

In pico, without CYGWIN=tty, pressing ^C does nothing.  With CYGWIN=tty,
it works as it's supposed to (displays the current position.)  That's
all, just my observation.

Brian

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



Re: ctrl-c swallowed

2003-09-01 Thread Igor Pechtchanski
That's what the mailing list is for.  This kind of discussion should be
kept on the mailing list so that it can be found in the archives.

The information generated by cygcheck should not present any security
issues, but I'll let others comment on this.

The reason I asked for your /cygwin.bat was that others reported that
Ctrl-C becomes ineffective if start was used to fire off the bash shell,
so if you had modified your /cygwin.bat, that would explain the problem.

As for the cygcheck output, I'd've looked for the contents of the CYGWIN
environment variable there, especially the setting of tty (as was
already suggested on the list by Brian Dessent).  Also, having the list of
packages and DLL versions in the cygcheck output lets others duplicate
your environment in an attempt to reproduce your problem.
Igor

On Sun, 31 Aug 2003, Anders Lindén wrote:

 Sorry, I was not authorized to give away the information.

 I actually saw the problem report webpage before I was sending the
 posting, but I missed the part about sending information about my
 system.

 I never altered cygwin.bat, here it is if you want to know:
 @echo off

 D:
 chdir D:\cygwin\bin

 bash --login -i

 Well, the reason that I send this personally to you is that I dont want
 to clutter the mailing lists with my excuse.

 best regards
 /Anders


 - Original Message -
 From: Igor Pechtchanski [EMAIL PROTECTED]
 To: Anders Lindén [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Sunday, August 31, 2003 8:48 PM
 Subject: Re: ctrl-c swallowed


 On Sun, 31 Aug 2003, Anders Lindén wrote:

  Hello!
 
  When I use the Programs-cygwin-cygwin bash shell, I get a console
  window with a bash shell, but ctrl-c presses never reaches the
  applications. I presume that it is the bash application that swallows
  them, or?
 
  When I run bash in xfree (shipped with cygwin), the problem is not
  there, ctrl-c presses is reaching the application.  However, I need to
  use the console.
 
  Any suggestions?
  /Anders

 Anders,

 Please (re)read the problem reporting guidelines at
 http://cygwin.com/problems.html, particularly the bit about attaching
 (as an uncompressed text *attachment*) the output of cygcheck -svr.
 This output will contain the information that would be helpful in
 diagnosing this problem.

 Also, what's the contents of your /cygwin.bat?
 Igor

-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster.  -- Patrick Naughton

--
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/



RE: autoconf 2.54-1 writes dos files

2003-09-01 Thread Gary R. Van Sickle

 me being a perl-hater :-), you can hardly expect me to harbor some
 non-standard perl.


IT IS NOT POSSIBLE TO *BE* A PERL HATER!  You see, in this world there's two
kinds of people, my friend: Those who love Perl, and those who learn to love
Perl.  You learn to love Perl.

http://funwavs.com/wavfile.php?quote=3535sound=243

;-)

--
Gary R. Van Sickle
Brewer.  Patriot.



--
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/



cygwin older/newer version downloading

2003-09-01 Thread Mark Fishel
Hello,

I was wondering how one could download a cygwin version different from the
current stable one - the cygwin.com page only links to articles with the
changes in every version, not the downloads.

Thank You in advance,

Mark Fishel



--
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/



Re: ctrl-c swallowed

2003-09-01 Thread Gareth Pearce

  Christopher Faylor wrote:
 
   I don't know if this is the officially correct answer or not, but I
   find that ^C doesn't work right with some programs when run from
   CMD.EXE unless I have the tty flag added to the CYGWIN environment
   variable.  The users' guide has a section on how to do this, I'm
sure.
  
   CTRL-C is designed to work correctly with cygwin applications in
either
   tty or notty mode.  Please don't spread FUD if you aren't providing
   details.
 
  In pico, without CYGWIN=tty, pressing ^C does nothing.  With CYGWIN=tty,
  it works as it's supposed to (displays the current position.)  That's
  all, just my observation.


 Yeah! Thats correct! For some reason, if pico (or nano) is runned with
CYGWIN=tty,
 it will make the terminal go crazy when it is terminating. The terminal
will not display any output, just consume input.
 stty sane or reset did not alter that behaviour...

I find this behaviour if i set the cygwin=tty variable after having started
the bash prompt.  Setting it before (ie adding it to the system environment
variables) has no problems.
ctrl-C and (i think) ctrl-T not working in nano are the only reasons i set
cygwin=tty.

Gareth


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


 --
 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/



--
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/



Re[2]: proftpd

2003-09-01 Thread Mauri
Hola Hannu,

Con fecha viernes, 22 de agosto de 2003, 18:59:18, escribió:

HEKNgm Return-Path: [EMAIL PROTECTED]
HEKNgm Received: from tsmtp1.mail.isp ([10.20.4.21]) by mb2.terra.es
HEKNgm   (terra.es) with ESMTP id HK15Y501.43C for [EMAIL PROTECTED];
HEKNgm   Fri, 22 Aug 2003 19:01:17 +0200 
HEKNgm Received: from sources.redhat.com ([67.72.78.213]) by
HEKNgm   tsmtp1.mail.isp (terra.es) with SMTP id HK15Y000.8OX for
HEKNgm   [EMAIL PROTECTED]; Fri, 22 Aug 2003 19:01:12 +0200 
HEKNgm Received: (qmail 23340 invoked by alias); 22 Aug 2003 17:01:02 -
HEKNgm Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
HEKNgm Precedence: bulk
HEKNgm List-Unsubscribe: mailto:[EMAIL PROTECTED]
HEKNgm List-Subscribe: mailto:[EMAIL PROTECTED]
HEKNgm List-Archive: http://sources.redhat.com/ml/cygwin/
HEKNgm List-Post: mailto:[EMAIL PROTECTED]
HEKNgm List-Help: mailto:[EMAIL PROTECTED], http://sources.redhat.com/ml/#faqs
HEKNgm Sender: [EMAIL PROTECTED]
HEKNgm Mail-Followup-To: [EMAIL PROTECTED]
HEKNgm Delivered-To: mailing list [EMAIL PROTECTED]
HEKNgm Received: (qmail 23322 invoked from network); 22 Aug 2003 17:01:01 -
HEKNgm Received: from unknown (HELO smtp5.hy.skanova.net) (195.67.199.134)
HEKNgm   by sources.redhat.com with SMTP; 22 Aug 2003 17:01:01 -
HEKNgm Received: from P450 (t5o73p9.telia.com [213.64.24.9])
HEKNgm by smtp5.hy.skanova.net (8.12.9/8.12.9) with SMTP id h7MH10pP009238
HEKNgm for [EMAIL PROTECTED]; Fri, 22 Aug 2003 19:01:00 +0200 (CEST)
HEKNgm From: Hannu E K Nevalainen \(garbage mail\) [EMAIL PROTECTED]
HEKNgm To: [EMAIL PROTECTED]
HEKNgm Subject: RE: proftpd
HEKNgm Date: Fri, 22 Aug 2003 18:59:18 +0200
HEKNgm Message-ID: [EMAIL PROTECTED]
HEKNgm MIME-Version: 1.0
HEKNgm Content-Type: text/plain;
HEKNgm charset=us-ascii
HEKNgm Content-Transfer-Encoding: 7bit
HEKNgm X-Priority: 3 (Normal)
HEKNgm X-MSMail-Priority: Normal
HEKNgm Importance: Normal
HEKNgm In-Reply-To: [EMAIL PROTECTED]
HEKNgm X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165

 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
 Of Mauri

 I need use this ftp server, but when I run /usr/sbin/proftpd.exe it
 don't run itself

 $ /usr/sbin/proftpd.exe
 EQUIPO5 - unable to set uid to 18, current uid: 500

HEKNgm  To me this indicates problems with user authentication.

HEKNgm That is the contents of /etc/group and|or /etc/passwd files
HEKNgm or something else that is related to those.

HEKNgm  To be able to tell - more information is needed. (Please do read
HEKNgm www.cygwin.com/problems.html for instructions)
HEKNgm  i.e. _attach_ the output of cygcheck -svr to an email and send it here.

 can somebody help me, please?

 I'm newbie in linux, cygwin and english :-D
 sorry for my english

HEKNgm  No need to be sorry for that, IMO!

HEKNgm /Hannu E K Nevalainen, B.Sc. EE Microcomputer systems - 59?16.37'N,
HEKNgm 17?12.60'E
HEKNgm --END OF MESSAGE--


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



-- 
 Mauri   mailto:[EMAIL PROTECTED]
 Linux user: #267236 (sep 1999)
Cygwin Win95/NT Configuration Diagnostics
Current System Time: Mon Sep 01 08:50:07 2003

Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4

Path:   C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
C:\cygwin\usr\X11R6\bin
c:\WINNT\system32
c:\WINNT
c:\WINNT\System32\Wbem
c:\j2sdk1.4.1_02\bin
c:\WINNT\system32
c:\WINNT
c:\WINNT\System32\Wbem
c:\j2sdk1.4.1_02\bin

C:\cygwin\bin\id.exe output (nontsec)
UID: 500(Administrador)  GID: 513(Ninguno)
513(Ninguno)

C:\cygwin\bin\id.exe output (ntsec)
UID: 500(Administrador)  GID: 513(Ninguno)
513(Ninguno) 544(Administradores)
545(Usuarios)

SysDir: C:\WINNT\system32
WinDir: C:\WINNT

HOME = `C:\cygwin\home\Administrador'
MAKE_MODE = `unix'
PWD = `/home/Administrador'
USER = `Administrador'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\Administrador\Datos de programa'
COMMONPROGRAMFILES = `C:\Archivos de programa\Archivos comunes'
COMPUTERNAME = `EQUIPO5'
COMSPEC = `C:\WINNT\system32\cmd.exe'
CVS_RSH = `/bin/ssh'
HOMEDRIVE = `C:'
HOMEPATH = `\'
HOSTNAME = `EQUIPO5'
INFOPATH = 
`/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:'
LOGONSERVER = `\\EQUIPO5'
MANPATH = `/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man:'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/usr/bin'
OS2LIBPATH = `C:\WINNT\system32\os2\dll;'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 15 Model 1 Stepping 2, GenuineIntel'
PROCESSOR_LEVEL = `15'
PROCESSOR_REVISION = `0102'

compiler works error in Cygwin

2003-09-01 Thread tufei
Hi,
   I am a hardware engineer. Now my embedded System use the processor MC68EZ328.
   Before now, my program is compiled in real Linux. All right. The compiler works OK.
   Now, my program have to be compiled in Windows System. So I installed Cygwin first.
Then I have my program compiled in Cygwin, but it didn't work right.
   Does not Cygwin support some program?

regards
tufei
  





==
263

Re: compiler works error in Cygwin

2003-09-01 Thread Anders Lindn
You did not make any efforts making a real diagnosis of the problem, but wants us to 
do it for you?
Do you think it didnt work right is a proper description of your problem?
What is support programs supposed to mean?
Did you compile your program for cygwin or did you try to run old MC68EZ328 binaries 
on the Intel platform?

/Anders


- Original Message -
From: tufei [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, September 01, 2003 9:12 AM
Subject: compiler works error in Cygwin


 Hi,
I am a hardware engineer. Now my embedded System use the processor MC68EZ328.
Before now, my program is compiled in real Linux. All right. The compiler works 
 OK.
Now, my program have to be compiled in Windows System. So I installed Cygwin 
 first.
 Then I have my program compiled in Cygwin, but it didn't work right.
Does not Cygwin support some program?

 regards
 tufei






 ==
 263


--
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/



cvs 1.11.6 segfaulting on 8-31 snapshot

2003-09-01 Thread Gary R. Van Sickle
Cygcheck attached.

-- 
Gary R. Van Sickle
Brewer.  Patriot. 
Cygwin Win95/NT Configuration Diagnostics
Current System Time: Mon Sep 01 03:00:41 2003

Windows XP Home Edition Ver 5.1 Build 2600 Service Pack 1

Path:   c:\gs\gs7.04\bin
c:\gs\gs7.04\lib
c:\unix\home\grvs\bin
c:\unix\usr\local\bin
c:\unix\bin
c:\unix\bin
c:\WINDOWS\system32
c:\WINDOWS
c:\WINDOWS\system32\WBEM
c:\WINDOWS\COMMAND
c:\progra~1\Winzip
c:\PROGRA~1\MICROS~3\VC98\BIN
c:\PROGRA~1\MICROS~3\Common\MSDev98\Bin
c:\PROGRA~1\Tcl\bin
c:\PROGRA~1\MICROS~1\Bin\
c:\PROGRA~1\MICROS~1\Bin\WinNT\

Output from c:\unix\bin\id.exe (nontsec)
UID: 1004(Gary_VS) GID: 513(None)
513(None)

Output from c:\unix\bin\id.exe (ntsec)
UID: 1004(Gary_VS) GID: 513(None)
513(None)544(Administrators)  
545(Users)

SysDir: C:\WINDOWS\System32
WinDir: C:\WINDOWS

CYGWIN = `ntsec'
HOME = `c:\unix\home\grvs'
LIBRARY_PATH = `/lib'
MAKE_MODE = `unix'
PWD = `/home/grvs'
USER = `Gary_VS'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\Gary_VS\Application Data'
BASEMAKE = `C:\Program Files\Microsoft SDK\Include\BKOffice.Mak'
BKOFFICE = `C:\Program Files\Microsoft SDK\.'
BLASTER = `A220 I5 D3 T4'
COLORFGBG = `0;default;15'
COLORTERM = `rxvt-xpm'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `UTQ6E'
COMSPEC = `C:\WINDOWS\system32\cmd.exe'
CVS_RSH = `/bin/ssh'
DESKTOP = `/cygdrive/c/DOCUME~1/Gary_VS/Desktop'
DISPLAY = `:0'
EDITOR = `nano'
GS_FONTPATH = `c:\gs\fonts'
GS_LIB = `c:\gs\gs7.04\lib'
HISTCONTROL = `ignoredups'
HOMEDRIVE = `C:'
HOMEPATH = `\Documents and Settings\Gary_VS'
HOSTNAME = `utq6e'
INCLUDE = `C:\Program Files\Microsoft SDK\Include\.;C:\Program Files\Microsoft Visual 
Studio\VC98\Include'
INETSDK = `C:\Program Files\Microsoft SDK\.'
INFOPATH = 
`/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:'
LIB = `C:\Program Files\Microsoft SDK\Lib\.;C:\Program Files\Microsoft Visual 
Studio\VC98\Lib'
LOGONSERVER = `\\UTQ6E'
MAIL = `/home/grvs/Mail/inbox'
MANPATH = `/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man:'
MSSDK = `C:\Program Files\Microsoft SDK\.'
MSTOOLS = `C:\Program Files\Microsoft SDK\.'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/home/grvs/src/ode'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 5 Stepping 2, GenuineIntel'
PROCESSOR_LEVEL = `6'
PROCESSOR_REVISION = `0502'
PROGRAMFILES = `C:\Program Files'
PROMPT = `$p$g'
PS1 = `\[\033]0;\w\007
[EMAIL PROTECTED] \[\033[33m\w\033[0m\]
$ '
SESSIONNAME = `Console'
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINDOWS'
TEMP = `c:\DOCUME~1\Gary_VS\LOCALS~1\Temp'
TERM = `rxvt-cygwin-native'
TMP = `c:\DOCUME~1\Gary_VS\LOCALS~1\Temp'
USERDOMAIN = `UTQ6E'
USERNAME = `Gary_VS'
USERPROFILE = `C:\Documents and Settings\Gary_VS'
WINBOOTDIR = `C:\WINDOWS'
WINDIR = `C:\WINDOWS'
WINDOWID = `168048232'
WIN_EDITOR = `/cygdrive/c/progra~1/textpa~1/textpad.exe'
WXWIN = `C:\UNIX\USR\LOCAL\SRC\WX2'
_ = `/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x0020
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) = `c:\unix'
  unix = `/'
  fbinary = 0x
  fsilent = 0x
HKEY_CURRENT_USER\Software\Microsoft\ftp\Accounts\sourceware.cygnus.com
  (default) = `'
   = `'
  Login Attributes = 0x0002
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.Cygnus
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.Cygnus\OpenWithList
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.tw/pub3/CYGNUS/cygwin/latest/
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.tw/pub3/CYGNUS/cygwin/latest/\OpenWithList
  (default) = `IEXPLORE.EXE'
  MRUList = `a'
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start 
Menu\Programs\Cygnus Solutions
  (default) = (unsupported type)
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start 
Menu\Programs\Cygnus Solutions\Menu
  (default) = (unsupported type)
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start 
Menu\Programs\Cygnus Solutions
  (default) = (unsupported type)
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start 

Re: basename(), dirname(), what happened?

2003-09-01 Thread Ronald Landheer-Cieslak
On Fri, Aug 29, 2003 at 12:20:04PM +0100, Elfyn McBratney wrote:
 Where I was working at the time, they we're afraid of free software.  Some
 people, eh?
Actually, that kind of fear is probably more common that you thingk: where I 
work, people are afraid of free software too, for two reasons: licensing (Am
I obliged to liberate my software because I use grep in one of the setup 
scripts?) and quality assurance (At least there's a big company behind it
that has the (legal) responsability for the quality of the program..)

The fact that the quality of FSF software such as gcc is often a lot better 
than the Microsoft-equivalent (MSVC) doesn't seem to bother them much..

rlc
-- 
One man's constant is another man's variable.
-- A.J. Perlis

--
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/



Re: all apps crash at startup with current CVS checkout of cygwin

2003-09-01 Thread Ronald Landheer-Cieslak
I'm back at the failing machine now - I'll report back shortly :)

rlc

On Sat, Aug 30, 2003 at 04:40:33PM -0400, Christopher Faylor wrote:
 On Fri, Aug 29, 2003 at 12:06:28PM -0400, Christopher Faylor wrote:
 On Fri, Aug 29, 2003 at 11:41:52AM +0200, Ronald Landheer-Cieslak wrote:
 On Thu, Aug 28, 2003 at 10:34:00AM -0400, Christopher Faylor wrote:
  On Thu, Aug 28, 2003 at 12:08:20PM +0200, Ronald Landheer-Cieslak wrote:
  With a fresh checkout from cygwin's CVS repo, fresh build, etc. I get this
  when I start rxvt:
  
6 [main] rxvt 1912 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
15845 [main] rxvt 1912 open_stackdumpfile: Dumping stack trace to rxvt.exe.sta
  ckdump.
  
  The stackdump is attached.
  
  Stackdumps of self-built dlls are really not interesting.  If you are
  building the dll from scratch then you can always debug the problem with
  a gdb + working DLL build with --enable-debugging.  gdb will show you
  exactly where the error is occuring.
  
  Or you can use addr2line to decode the addresses below:
  ^^
  **
  
 $ addr2line -e cygwin1.dll 6107BF59
 /home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/sync.cc:75
 
 just in case it helps :)
 
 Any word on this?  cygcheck output?  Full addr2line decoding of stack
 trace?  gdb back trace of crash?
 
 Out of curiousity, has anyone else seen this?
 
 cgf
 
 --
 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/

-- 
A gambler's biggest thrill is winning a bet.
His next biggest thrill is losing a bet.

--
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/



md5sum of a CD

2003-09-01 Thread romildo
Hello.

How can one find the md5sum of a CD
in Windows?

In Linux, one can do

  $ md5sum /dev/cdrom

Regards

Romildo
-- 
Prof. José Romildo Malaquias[EMAIL PROTECTED]
Departamento de Computação   [EMAIL PROTECTED]
Univ. Federal de Ouro Preto  http://uber.com.br/romildo

--
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/



RE: autoconf 2.54-1 writes dos files

2003-09-01 Thread Hannu E K Nevalainen \(garbage mail\)
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
 Of Gary R. Van Sickle

 IT IS NOT POSSIBLE TO *BE* A PERL HATER!  You see, in this world
 there's two
 kinds of people, my friend: Those who love Perl, and those who
 learn to love
 Perl.  You learn to love Perl.

 http://funwavs.com/wavfile.php?quote=3535sound=243

 ;-)

 Hrm... Every scripting language has its advantages; currently I believe
Perl
has one advantage that has very much resemblance of the situation in the
operating systems market - no names necessary IMO.

My 'baby' is REXX
(regina on sourceforge is a GPL?/free variant. Check http://www.rexxla.org/)
I'll be playing with regina RSN(tm). It _compiles_ OOTB on cygwin.

/Hannu E K Nevalainen, B.Sc. EE Microcomputer systems - 59?16.37'N,
17?12.60'E
--END OF MESSAGE--


--
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/



Re: autoconf 2.54-1 writes dos files

2003-09-01 Thread Gerrit P. Haase
Hi Sam,

you wrote this:
 I just noticed that autoconf 2.54-1 writes configure files with DOS
 CR/LF line ends!
 what's up?!

 and that:
  $ cygcheck.exe -c -h perl
  Cygwin Package Information
  Package  Version
  perl 5.8.0-5

 Hmmm, this is strange.  Are you sure you used the perl from
 perl-5.8.0-5 and you don't have another perl in /usr/local or
 s.th. other weird?  Anyway I'll try to reproduce it now, after I
 finished my Sunday Cygwin update.

 me being a perl-hater :-), you can hardly expect me to harbor some
 non-standard perl.

Ok.  But I'm sorry cannot reproduce it here.  I have also all binmode
mounts like you.

$ set | grep PERL

gives no output, so no PERL or PERLIO settings in my environment, see
also perl -V output below for my environment settings which may
influence these things.

though autoconf is newer, but I don't think that another autoconf makes
any difference:

$ autoconf --version
autoconf (GNU Autoconf) 2.57
Written by David J. MacKenzie and Akim Demaille.

$ perl -V
Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
  Platform:
osname=cygwin, osvers=1.3.22(0.7832), archname=cygwin-multi-64int
uname='cygwin_nt-5.0 ismene 1.3.22(0.7832) 2003-03-18 09:20 i586 unknown unknown 
cygwin '
config_args='-de -Dmksymlinks -Dusemultiplicity -Duse64bitint -Doptimize=-O3 
-Dman3ext=3pm'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=define
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=define use64bitall=undef uselongdouble=undef
usemymalloc=y, bincompat5005=undef
  Compiler:
cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing',
optimize='-O3',
cppflags='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing'
ccversion='', gccversion='3.2 20020927 (prerelease)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=4
alignbytes=8, prototype=define
  Linker and Libraries:
ld='ld2', ldflags =' -s -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib /lib
libs=-lgdbm -ldb -lcrypt -lutil -lgdbm_compat
perllibs=-lcrypt -lutil -lgdbm_compat
libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=libperl.a
gnulibc_version=''
  Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' -s'
cccdlflags=' ', lddlflags=' -s -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY USE_64_BIT_INT USE_LARGE_FILES 
PERL_IMPLICIT_CONTEXT
  Built under cygwin
  Compiled at Aug 29 2003 12:06:59
  %ENV:
CYGWIN=binmode tty ntsec notitle
  @INC:
/usr/lib/perl5/5.8.0/cygwin-multi-64int
/usr/lib/perl5/5.8.0
/usr/lib/perl5/site_perl/5.8.0/cygwin-multi-64int
/usr/lib/perl5/site_perl/5.8.0
/usr/lib/perl5/site_perl
.

Gerrit
-- 
=^..^=


--
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/



Re: md5sum of a CD

2003-09-01 Thread Corinna Vinschen
On Mon, Sep 01, 2003 at 05:56:19AM -0300, [EMAIL PROTECTED] wrote:
 Hello.
 
 How can one find the md5sum of a CD
 in Windows?
 
 In Linux, one can do
 
   $ md5sum /dev/cdrom

$ md5sum /dev/scdX

with X in 0..15

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
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/



RE: md5sum of a CD

2003-09-01 Thread Hughes, Bill
On 2003/09/01 11:06 Corinna Vinschen wrote:
On Mon, Sep 01, 2003 at 05:56:19AM -0300, [EMAIL PROTECTED] wrote:
 Hello.
 
 How can one find the md5sum of a CD
 in Windows?
 
 In Linux, one can do
 
   $ md5sum /dev/cdrom
$ md5sum /dev/scdX
with X in 0..15

I don't have a /dev!
My CD is mounted 
q: on /cdrom type system (binmode)
It all seems to work, should I be doing something different?

It's actually a CDRW, I couldn't see in the archive or docs if cd writing is
supported under cygwin, I did look.


***
This e-mail transmission is strictly confidential and intended solely 
for the person or organisation to whom it is addressed. It may contain 
privileged and confidential information and if you are not the intended
recipient, you must not copy, distribute or take any action in reliance
on it. If you have received this email in error, please reply to the 
sender as soon as possible and delete the message. Please note that we 
are able to, and reserve the right to, monitor e-mail communications 
passing through our network.

The views expressed in this email are not that of the company unless 
specified within the message.

The inclusion of this footnote indicates that the mail message and any
attachments have been checked for the presence of known viruses.

If you have any comments regarding our policy please direct them to 
[EMAIL PROTECTED]
***

--
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/



RE: md5sum of a CD

2003-09-01 Thread Vince Hoffman
The /dev directory is a virtual directory, much like the /proc directory.
if you do a ls /dev/scd0 you should get a result. Also see
http://www.cygwin.com/cygwin-ug-net/using-specialnames.html



 -Original Message-
 From: Hughes, Bill [mailto:[EMAIL PROTECTED]
 Sent: 01 September 2003 11:20
 To: '[EMAIL PROTECTED]'
 Subject: RE: md5sum of a CD
 
 
 On 2003/09/01 11:06 Corinna Vinschen wrote:
 On Mon, Sep 01, 2003 at 05:56:19AM -0300, [EMAIL PROTECTED] wrote:
  Hello.
  
  How can one find the md5sum of a CD
  in Windows?
  
  In Linux, one can do
  
$ md5sum /dev/cdrom
 $ md5sum /dev/scdX
 with X in 0..15
 
 I don't have a /dev!
 My CD is mounted 
 q: on /cdrom type system (binmode)
 It all seems to work, should I be doing something different?
 
 It's actually a CDRW, I couldn't see in the archive or docs 
 if cd writing is
 supported under cygwin, I did look.
 
 
 **
 *
 This e-mail transmission is strictly confidential and intended solely 
 for the person or organisation to whom it is addressed. It 
 may contain 
 privileged and confidential information and if you are not 
 the intended
 recipient, you must not copy, distribute or take any action 
 in reliance
 on it. If you have received this email in error, please reply to the 
 sender as soon as possible and delete the message. Please 
 note that we 
 are able to, and reserve the right to, monitor e-mail communications 
 passing through our network.
 
 The views expressed in this email are not that of the company unless 
 specified within the message.
 
 The inclusion of this footnote indicates that the mail message and any
 attachments have been checked for the presence of known viruses.
 
 If you have any comments regarding our policy please direct them to 
 [EMAIL PROTECTED]
 **
 *
 
 --
 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/
 

--
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/



Re: cygwin older/newer version downloading

2003-09-01 Thread Max Bowsher
Mark Fishel wrote:
 Hello,

 I was wondering how one could download a cygwin version different from the
 current stable one - the cygwin.com page only links to articles with the
 changes in every version, not the downloads.

Older: You can't. Old versions are deleted.

Newer: A test (beta) version is available in setup.exe. There are also
snapshots available:
http://cygwin.com/snapshots/

Max.


--
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/



RE: md5sum of a CD

2003-09-01 Thread Hughes, Bill
 From: Hughes, Bill Sent: 01 September 2003 11:20
 
 On 2003/09/01 11:06 Corinna Vinschen wrote:
 On Mon, Sep 01, 2003 at 05:56:19AM -0300, [EMAIL PROTECTED] wrote:
  How can one find the md5sum of a CD
  in Windows?
  In Linux, one can do
$ md5sum /dev/cdrom
 $ md5sum /dev/scdX
 with X in 0..15
 
 I don't have a /dev!
 My CD is mounted 
 q: on /cdrom type system (binmode)
 It all seems to work, should I be doing something different?
 
 It's actually a CDRW, I couldn't see in the archive or docs 
 if cd writing is
 supported under cygwin, I did look.
 
From: Vince Hoffman Sent: 01 September 2003 11:37

The /dev directory is a virtual directory, much like the /proc directory.
if you do a ls /dev/scd0 you should get a result. Also see
http://www.cygwin.com/cygwin-ug-net/using-specialnames.html

Duh! after 'mount -b //./q: /dev/scd0' all is rosy.
Thank you - I _have_ rtfm, but I expect my eyes glazed over as I probably
didn't understand it all at the time. It's one of those probably
insurmountable problems I suppose (not thick users) - how to cross reference
a document under any reasonable heading that could be looked for? I may be
making excuses (but _not_ complaining) but Special Filenames/Posix
Devices/ wasn't the first place I thought to look for access to cdrom -
this is likely because I've spent too much time on windows and not enough on
unix/linux. I do really like cygwin as I would have a much harder time
without it.


***
This e-mail transmission is strictly confidential and intended solely 
for the person or organisation to whom it is addressed. It may contain 
privileged and confidential information and if you are not the intended
recipient, you must not copy, distribute or take any action in reliance
on it. If you have received this email in error, please reply to the 
sender as soon as possible and delete the message. Please note that we 
are able to, and reserve the right to, monitor e-mail communications 
passing through our network.

The views expressed in this email are not that of the company unless 
specified within the message.

The inclusion of this footnote indicates that the mail message and any
attachments have been checked for the presence of known viruses.

If you have any comments regarding our policy please direct them to 
[EMAIL PROTECTED]
***

--
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/



Re: Compiling Iroffer with a fresh install of cygwin - 4 attachments

2003-09-01 Thread Max Bowsher
Please do not take discussions off the mailing list unless there is good
reason to make them private.

Doing so:

Is bad for me: Your mail doesn't get filtered into my Cygwin folder.
Is bad for you: You drastically reduce the number of people who may look at
your problem.
Is bad for others: They might have a similar problem, and benefit from the
discussion.

Damien wrote:
 On 01 sept. 2003, you wrote in gmane.os.cygwin:

 More info needed. The configure output doesn't look autoconfy, but
 presumably it left some log you can look at for more info?

 In the result of configure, here is the error :

 1) Seeing if compiling with standard #include's works...  ***ERROR***:
 couldn't build with standard #include's

 2) Determing the signedness of 'addrlen'... Unknown. ***ERROR***:
 neither signed or unsigned worked.

 3) Checking for regcomp()... Missing. ***ERROR***: couldn't find regcomp
 ()

Yes, you already posted those. I was looking for more info.

snip excerpts from Configure

Since it is small, and I am in a good mood, I downloaded iroffer.

It turns out that you can run ./Configure errors to see the compiler error
output.
You will see that is complains about cannot find -lregex. This is because
modern Cygwin has regex functionality built right in to the cygwin DLL
itself. No extra library options are needed.

So, modify Configure appropriately, and go tell iroffer's maintainer that
cygwin hasn't had a libregex.a for several years now.

Max.


--
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/



Re: md5sum of a CD

2003-09-01 Thread Corinna Vinschen
On Mon, Sep 01, 2003 at 12:22:30PM +0100, Hughes, Bill wrote:
 From: Vince Hoffman Sent: 01 September 2003 11:37
  Also see
 http://www.cygwin.com/cygwin-ug-net/using-specialnames.html
 
 Duh! after 'mount -b //./q: /dev/scd0' all is rosy.

Don't do this.  Read the above document again, carefully.  Using mount
is unnecessary.  It was only necessary until Cygwin 1.3.3.   Please
read again, beginning with the paragraph starting with

  Since Cygwin 1.3.4 raw devices are accessible from inside of Cygwin
   processes using fixed POSIX device names. [...]

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
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/



RE: md5sum of a CD

2003-09-01 Thread Hughes, Bill
Sent: 01 September 2003 13:14 From: Corinna Vinschen

Don't do this.  Read the above document again, carefully.  Using mount
is unnecessary.  It was only necessary until Cygwin 1.3.3.   Please
read again, beginning with the paragraph starting with

  Since Cygwin 1.3.4 raw devices are accessible from inside of Cygwin
   processes using fixed POSIX device names. [...]

Understood. I umounted and it works, of course.
I think I tried md5sum /dev/scd0 and _thought_ it hadn't worked.  I probably
wasn't waiting long enough and Ctrl-Ced, assuming it had either hung or was
waiting for console input.
Patience and understanding are good, I need more of both, I shall work on
them.
Thank you for your help.


***
This e-mail transmission is strictly confidential and intended solely 
for the person or organisation to whom it is addressed. It may contain 
privileged and confidential information and if you are not the intended
recipient, you must not copy, distribute or take any action in reliance
on it. If you have received this email in error, please reply to the 
sender as soon as possible and delete the message. Please note that we 
are able to, and reserve the right to, monitor e-mail communications 
passing through our network.

The views expressed in this email are not that of the company unless 
specified within the message.

The inclusion of this footnote indicates that the mail message and any
attachments have been checked for the presence of known viruses.

If you have any comments regarding our policy please direct them to 
[EMAIL PROTECTED]
***

--
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/



Re: md5sum of a CD

2003-09-01 Thread Corinna Vinschen
On Mon, Sep 01, 2003 at 01:36:26PM +0100, Hughes, Bill wrote:
 Sent: 01 September 2003 13:14 From: Corinna Vinschen
 
 Don't do this.  Read the above document again, carefully.  Using mount
 is unnecessary.  It was only necessary until Cygwin 1.3.3.   Please
 read again, beginning with the paragraph starting with
 
   Since Cygwin 1.3.4 raw devices are accessible from inside of Cygwin
processes using fixed POSIX device names. [...]
 
 Understood. I umounted and it works, of course.
 I think I tried md5sum /dev/scd0 and _thought_ it hadn't worked.  I probably
 wasn't waiting long enough and Ctrl-Ced, assuming it had either hung or was
 waiting for console input.
 Patience and understanding are good, I need more of both, I shall work on
 them.
 Thank you for your help.

I've changed the description how to access raw devices.  The way how to
mount these devices is entirely gone.  Please read it again and report
back, if the description of raw devices is a bit clearer now.

Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
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/



RE: md5sum of a CD

2003-09-01 Thread Hughes, Bill
Sent: 01 September 2003 13:57 From: Corinna Vinschen 
Thank you for your help.

I've changed the description how to access raw devices.  The way how to
mount these devices is entirely gone.  Please read it again and report
back, if the description of raw devices is a bit clearer now.

Definitely better, but why not change:
Windows NT/W2K/XP additionally support raw devices like floppies, disks,
partitions and tapes. These are accessed from Cygwin applications using
POSIX device names which are supported in two different ways.

Up to Cygwin 1.3.3 the only way to access those devices was to mount the
Win32 device names to a POSIX device name but this usage is discouraged
since Cygwin 1.3.4 and only kept for backward compatibility.

to something like:
Windows NT/W2K/XP additionally support raw devices like floppies, disks,
partitions and tapes. These are accessed from Cygwin applications using
POSIX device names.

The next para starts Beginning with Cygwin 1.3.4 so it's apparent that
it's a change from previous behaviour.

You could even go for :
Windows NT/W2K/XP additionally support raw devices like floppies, disks,
partitions and tapes. These are accessed from Cygwin applications using
POSIX device names, beginning with Cygwin 1.3.4 these raw devices are
accessible 

I hope the feedback is useful, even if you don't agree with the suggestion.
Thanks again.


***
This e-mail transmission is strictly confidential and intended solely 
for the person or organisation to whom it is addressed. It may contain 
privileged and confidential information and if you are not the intended
recipient, you must not copy, distribute or take any action in reliance
on it. If you have received this email in error, please reply to the 
sender as soon as possible and delete the message. Please note that we 
are able to, and reserve the right to, monitor e-mail communications 
passing through our network.

The views expressed in this email are not that of the company unless 
specified within the message.

The inclusion of this footnote indicates that the mail message and any
attachments have been checked for the presence of known viruses.

If you have any comments regarding our policy please direct them to 
[EMAIL PROTECTED]
***

--
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/



setup crashes after checking md5 for gcc...

2003-09-01 Thread Stumpe, Robert
it`s my first time using cygwin;
at first i found an older installer (v2.249.2.5) and some packages on a
drive
in our lan; so i tried it with the old one installer and it works...
after using cygwin i recognized, that a compiler is missing and
so i downloaded hardly the whole packages and store it on this drive for
software
in our lan. then i try to install cygwin local ... the older
installer(setup.exe)
crashes with a msg: runtime error ... abnormal programm termination

so i downloaded the new installer (v2.340.2.5) from cygwin.com
and first it looks better ... untill it checks for md5Sum of gcc 3.2-3
after that setup finishes(crashes) without an msg

anybody wants to help me...?

OS: winNT SP5

--
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/



Re: autoconf 2.54-1 writes dos files

2003-09-01 Thread Sam Steingold
 * In message [EMAIL PROTECTED]
 * On the subject of RE: autoconf 2.54-1 writes dos files
 * Sent on Mon, 1 Sep 2003 00:57:25 -0500
 * Honorable Gary R. Van Sickle [EMAIL PROTECTED] writes:

  me being a perl-hater :-), you can hardly expect me to harbor some
  non-standard perl.
 
 IT IS NOT POSSIBLE TO *BE* A PERL HATER!  You see, in this world
 there's two kinds of people, my friend: Those who love Perl, and those
 who learn to love Perl.  You learn to love Perl.

1. I did love perl long ago, before I saw that it has brain-dead design.
   http://www.podval.org/~sds/tool.html
   I am at the next stage now - I graduated to Lisp.

2. _PLEASE_ let us not pollute this list with language wars.
   if you feel that you _must_ speak up, please do so in a private
   e-mail,

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.camera.org http://www.iris.org.il http://www.memri.org/
http://www.mideasttruth.com/ http://www.honestreporting.com
Sex is like air.  It's only a big deal if you can't get any.


--
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/



Re: setup crashes after checking md5 for gcc...

2003-09-01 Thread Stumpe, Robert
after i delete the folder gcc(with gcc-package) the installer works right.
now i have a running cygwin but without gcc  :-(

--
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/



Re: md5sum of a CD

2003-09-01 Thread Corinna Vinschen
On Mon, Sep 01, 2003 at 02:12:32PM +0100, Hughes, Bill wrote:
 to something like:
 Windows NT/W2K/XP additionally support raw devices like floppies, disks,
 partitions and tapes. These are accessed from Cygwin applications using
 POSIX device names.
 
 The next para starts Beginning with Cygwin 1.3.4 so it's apparent that
 it's a change from previous behaviour.

Uhm, the next para starts with Up to Cygwin 1.3.3   Actually I
didn't want to remove the pointer to some old method involving mount
points since there might be still people out there using this technique.
They should know that they should do something as a switch over, therefore
words as discouraged.

 I hope the feedback is useful, even if you don't agree with the suggestion.
 Thanks again.

Yes, it was helpful.

Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
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/



Re: Your recent email to gerti@BITart.com

2003-09-01 Thread gerti-blackhole
Hello,

Welcome to our new SPAM filter. The first time this new system receives
e-mail from an unfamiliar source, it generates this response. Due to the
recent sharp increase in unsolicited e-mail (SPAM), we have been forced
to take this drastic measure and we apologize for any inconvenience it
may cause you. 

If you recently sent us an e-mail, please confirm that you are not a
SPAM machine by sending an empty e-mail to this address:

[EMAIL PROTECTED]

Do NOT simply push the 'Reply' button, you MUST use this address.

Your recently sent e-mail will then be forwarded to us, your
address will be known to the system and you will not need to repeat this.

Again, sorry for the hassle.

If you did not recently send us an e-mail, your address was probably
forged by some virus, perhaps from someone else's address book. If this
is the case, simply ignore this message.

Thanks!



--
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/



RE: cygwin older/newer version downloading

2003-09-01 Thread Hannu E K Nevalainen \(garbage mail\)
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
 Of Mark Fishel

 I was wondering how one could download a cygwin version different from the
 current stable one - the cygwin.com page only links to articles with the
 changes in every version, not the downloads.

There is no such concept as 'cygwin versions', unless you refer to the
cygwin dll only (the current one is 1.3.22-something and there is a 'Test'
version too; numbered 1.5.something ).

 There is just 'Prev'-ious, 'Curr'-ent and possibly 'Exp'-erimental (==
Test) rated _packages_ as shown on the setup.exe Select Packages page.
 There you also have the 'Keep' choice and 'View' button just display the
same packages with different kinds of filters applied.

/Hannu E K Nevalainen, B.Sc. EE Microcomputer systems - 59?16.37'N,
17?12.60'E
--END OF MESSAGE--


--
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/



RE: md5sum of a CD

2003-09-01 Thread Hannu E K Nevalainen \(garbage mail\)
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
 Of [EMAIL PROTECTED]

 How can one find the md5sum of a CD
 in Windows?

 In Linux, one can do

   $ md5sum /dev/cdrom

 This won't work on cygwin (nor in Windows AFAIK).
Cygwin is an emulated environment, which depends entirely (exception;
managed mode fs) on Windows for its filesystem; thus no possible way to do
this.

Unless you're knowledgable enough yourself to implement it within the Cygwin
filesystem _emulation_.

Igor, CGF, ...? Please verify, is this correctly understood/described?

/Hannu E K Nevalainen, B.Sc. EE Microcomputer systems - 59°16.37'N,
17°12.60'E
--END OF MESSAGE--


--
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/



RE: Re[2]: proftpd

2003-09-01 Thread Hannu E K Nevalainen \(garbage mail\)
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
 Of Mauri

Note: No need to quote mail headers.

  $ /usr/sbin/proftpd.exe
  EQUIPO5 - unable to set uid to 18, current uid: 500

 HEKNgm  To me this indicates problems with user authentication.

 HEKNgm That is the contents of /etc/group and|or /etc/passwd files
 HEKNgm or something else that is related to those.

 Others has commented this in other ways,


 These...

 C:\cygwin\bin\id.exe output (nontsec)
 UID: 500(Administrador)  GID: 513(Ninguno)
 513(Ninguno)

 C:\cygwin\bin\id.exe output (ntsec)
 UID: 500(Administrador)  GID: 513(Ninguno)
 513(Ninguno) 544(Administradores)
 545(Usuarios)

tells that I was wrong about the cause.

 HEKNgm  To be able to tell - more information is needed. (Please do read
 HEKNgm www.cygwin.com/problems.html for instructions)
 HEKNgm  i.e. _attach_ the output of cygcheck -svr to an email
 and send it here.

 Note that this is a general instruction for problem reports.

/Hannu E K Nevalainen, B.Sc. EE Microcomputer systems - 59°16.37'N,
17°12.60'E
--END OF MESSAGE--


--
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/



Re: md5sum of a CD

2003-09-01 Thread Corinna Vinschen
On Mon, Sep 01, 2003 at 05:41:06PM +0200, Hannu E K Nevalainen (garbage mail) wrote:
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
  Of [EMAIL PROTECTED]
 
  How can one find the md5sum of a CD
  in Windows?
 
  In Linux, one can do
 
$ md5sum /dev/cdrom
 
  This won't work on cygwin (nor in Windows AFAIK).
 [...]
 Igor, CGF, ...? Please verify, is this correctly understood/described?

Corinna perhaps?  Hint: Reading the whole thread before replying is
useful sometimes.

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
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/



RE: md5sum of a CD

2003-09-01 Thread Hannu E K Nevalainen \(garbage mail\)

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
 Of Vince Hoffman
 Sent: Monday, September 01, 2003 12:37 PM
 To: 'Hughes, Bill'; '[EMAIL PROTECTED]'
 Subject: RE: md5sum of a CD


 The /dev directory is a virtual directory, much like the /proc
 directory.
 if you do a ls /dev/scd0 you should get a result. Also see
 http://www.cygwin.com/cygwin-ug-net/using-specialnames.html

Ouch! 8-7

 As I understand this a very longstanding change (from cygwin 1.3.4)...
I have a clear(!?) recollection of reading about this *NOT* beeing possible.

***  Sorry for the high confusion factor!  ***

/Hannu E K Nevalainen, B.Sc. EE Microcomputer systems - 59°16.37'N,
17°12.60'E
--END OF MESSAGE--


--
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/



[ANNOUNCEMENT] updated: nasm-0.98.37-1 and nasm-0.98.37-2

2003-09-01 Thread Dean Scarff
nasm-0.98.37-1 and nasm-0.98.37-2 have been uploaded to sourceware.

BACKGROUND INFORMATION:
===
Many many developers all over the net respect NASM for what it is
- a widespread (thus netwide), portable (thus netwide!), very
flexible and mature assembler tool with support for many output
formats (thus netwide!!).


RELEASE NOTES:
==

Upstream news from the CHANGES file:


* Paths given in -I switch searched for incbined as
well as %includeed files.
* Added stabs debugging for the ELF output format, patch from
Martin Wawro.
* Fix output/outbin.c to allow origin  8000h.
* Make -U switch work.
* Fix the use of relative offsets with explicit prefixes, e.g. a32 loop 
foo.
* Remove backslash().
* Fix the SMSW and SLDT instructions.
* -O2 and -O3 are no longer aliases for -O5 and -O10.  If you mean the
latter, please say so! :)

Setup.exe:
--

nasm is in the category 'Devel'.  New versions will remove older versions.
nasm-0.98.37-2 is built for cygwin-1.5.2 and is marked test accordingly.  
It *WILL NOT WORK* under cygwin-1.3.22.

Other notes:


Please be aware the upstream ChangeLog is no longer maintained.

nasm output will retain binary compatibility with previous versions, and 
the output should be unaffected between nasm-0.98.37-1 and nasm-0.98.37-2.

The Portable Document Format and PostScript versions of the documentation 
are no longer distributed in the binary package, although they can be 
built with the source package.  The text and HTML versions of the 
documentation are still available in /usr/doc/nasm-0.98.37

As always, you should conduct an appropriate level of testing before using 
any new product in your production environment.


MAINTAINER:
===
Dean Scarff, announced 1 September, 2003


GENERIC INFORMATION:


INSTALLATION:
-
To update your installation, click on the Install Cygwin now link on the 
http://cygwin.com/ web page.  This downloads setup.exe to your system.  
Save it and run setup, answer the questions and pick up 'nasm' from the 
'Devel' category.

DOWNLOAD:
-
Note that downloads from sources.redhat.com (aka cygwin.com) aren't 
allowed due to bandwidth limitations.  This means that you will need to 
find a mirror which has this update.

These mirrors already got the package, the others will probably have the 
latest version of this package fairly soon:

In Australia,
ftp://planetmirror.com/pub/cygwin/

offers a reliable high bandwidth connection.

QUESTIONS:
--
If you want to make a point or ask a question concerning the package, the 
Cygwin mailing list is the appropriate place.

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO:
-
To unsubscribe to the cygwin-announce mailing list, look at the 
List-Unsubscribe:  tag in the email header of this message.  Send email 
to the address specified there.  It will be in the format:

[EMAIL PROTECTED]


--
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/



Unable to allocate heap

2003-09-01 Thread Jon Jansen
I get the following error running CygWin find and xargs from within a TCL
script:

Error executing 'C:/cygwin/bin/find TempDir/QACData -name *.lock -type f
-print0 | xargs -0r rm -r'...
c:\cygwin\bin\xargs.exe: *** unable to allocate heap, heap_chunk_size
384, Win32 error 0

The error is intermittent and I haven't been able to reproduce it outside
the TCL script (whether from bash, cmd, tclsh, whatever).

There's similar prior art in the archives, but this one has the crucial
difference that the reported heap_chunk_size is small but non-zero.

I've had a look through the relevant source (shared.cc, heap.cc), and my
initial thought was that shared_info::heap_chunk_size() was returning a
rogue size for some reason. It seems that the memory-zeroing behaviour of
Win32 CreateFileMapping() is used to initialise shared_info::heap_chunk to
zero. Is CreateFileMapping() completely trustworthy in this respect?



cygcheck.out
Description: Binary data
--
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/

Can I install cygwin offline?

2003-09-01 Thread Thiago Serra Azevedo Silva
Hi, I want to install Cygwin on a PC that does not have internet access 
due to its location. How can I do??? Thanx

--
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/


Cygwin OpenGL version

2003-09-01 Thread Jon Brooks
I have just started using Cygwin and learning OpenGL and am a bit confused
about the installed version of OpenGL. During Cygwin setup it looks like the
OpenGL version is 1.1.0-6. However I am successfully compiling tutorial
programs which contain GL commands from later versions of OpenGL. I am
guessing that this may be because Cygwin is linking to the Windows XP
installed version of OpenGL.  Is this the case?

Many thanks if you can help
Best wishes
Jon Brooks



--
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/



Re: Can I install cygwin offline?

2003-09-01 Thread Larry Hall
At 12:26 PM 9/1/2003, Thiago Serra Azevedo Silva you wrote:
Hi, I want to install Cygwin on a PC that does not have internet access due to its 
location. How can I do??? Thanx




Pick your favorite mirror, download the Cygwin release directory, setup.exe,
and setup.ini, and burn a CD.  Maintain the directory structure from the 
mirror (i.e. make sure you have all the packages in the 'release' directory 
and that setup.exe and setup.ini are in the parent directory.)  Put all this 
in a directory called cygwin on the CD as well.  You can, of course, weed
out packages you don't want to install and/or older versions of packages and
source from the release directory, to make it fit nicely on 1 CD.  Be aware
that you're bound by the GPL to include source for any binaries you 
distribute with this CD, so it's best to keep the source on the CD for
packages you include.

See the email archives for more discussion of this topic if you still have
questions.  It's been discussed there allot, so you should find the answers
to just about any question you might have about this process.



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


--
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/



Re: Cygwin OpenGL version

2003-09-01 Thread Larry Hall
At 12:38 PM 9/1/2003, Jon Brooks you wrote:
I have just started using Cygwin and learning OpenGL and am a bit confused
about the installed version of OpenGL. During Cygwin setup it looks like the
OpenGL version is 1.1.0-6. However I am successfully compiling tutorial
programs which contain GL commands from later versions of OpenGL. I am
guessing that this may be because Cygwin is linking to the Windows XP
installed version of OpenGL.  Is this the case?


YMMV but essentially, yes.



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


--
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/



FW: Majordomo results: RE: cygwin older/newer version downloadi

2003-09-01 Thread Hannu E K Nevalainen \(garbage mail\)

 I get this garbage (below) from

  Majordomo-Owner AT virginia DOT edu  and  Majordomo AT mutt DOT org

 for every post to cygwin AT cygwin DOT com

Anyone else see this?
What might be the cause? (Foul play?)
I've _no_ relation to those mailing list managers.

/Hannu E K Nevalainen, B.Sc. EE Microcomputer systems - 59°16.37'N,
17°12.60'E
--END OF MESSAGE--

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Monday, September 01, 2003 5:49 PM
 To: [EMAIL PROTECTED]
 Subject: Majordomo results: RE: cygwin older/newer version downloadi


 --

   From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf
  Command '' not recognized.
   Of Mark Fishel
  Command '' not recognized.
 
   I was wondering how one could download a cygwin version
 different from the
  Command '' not recognized.
   current stable one - the cygwin.com page only links to
 articles with the
  Command '' not recognized.
   changes in every version, not the downloads.
  Command '' not recognized.
 
  There is no such concept as 'cygwin versions', unless you
 refer to the
  Command 'there' not recognized.
  cygwin dll only (the current one is 1.3.22-something and
 there is a 'Test'
  Command 'cygwin' not recognized.
  version too; numbered 1.5.something ).
  Command 'version' not recognized.
 
   There is just 'Prev'-ious, 'Curr'-ent and possibly
 'Exp'-erimental (==
  Command 'there' not recognized.
  Test) rated _packages_ as shown on the setup.exe Select
 Packages page.
  Command 'test)' not recognized.
   There you also have the 'Keep' choice and 'View' button
 just display the
  Command 'there' not recognized.
  same packages with different kinds of filters applied.
  Command 'same' not recognized.
 
  /Hannu E K Nevalainen, B.Sc. EE Microcomputer systems - 59?16.37'N,
  Command '/hannu' not recognized.
  17?12.60'E
  Command '17?12.60'e' not recognized.
  --END OF MESSAGE--
 END OF COMMANDS
  Help for [EMAIL PROTECTED]:

 This is Brent Chapman's Majordomo mailing list manager, version 1.93.

 In the description below items contained in []'s are optional. When
 providing the item, do not include the []'s around it.

 It understands the following commands:

 subscribe list [address]
   Subscribe yourself (or address if specified) to the named list.

 unsubscribe list [address]
   Unsubscribe yourself (or address if specified) from the
 named list.

 get list filename
 Get a file related to list.

 index list
 Return an index of files you can get for list.

 who list
   Find out who is on the named list.

 info list
   Retrieve the general introductory information for the named list.

 help
   Retrieve this message.

 end
   Stop processing commands (useful if your mailer adds a signature).

 Commands should be sent in the body of an email message to
 [EMAIL PROTECTED].

 Commands in the Subject: line NOT processed.

 If you have any questions or problems, please contact
 [EMAIL PROTECTED].



--
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/



RE: md5sum of a CD

2003-09-01 Thread Hannu E K Nevalainen \(garbage mail\)
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
 Of Corinna Vinschen

 On Mon, Sep 01, 2003 at 05:41:06PM +0200, Hannu E K Nevalainen
 (garbage mail) wrote:

 $ md5sum /dev/cdrom
 
   This won't work on cygwin (nor in Windows AFAIK).
  [...]
  Igor, CGF, ...? Please verify, is this correctly understood/described?

 Corinna perhaps?

 =-)

  Hint: Reading the whole thread before replying is
 useful sometimes.

 Corinna

 I do exactly that - all the time. I was slow on replying though - I got the
other responses while sending mine.

/Hannu E K Nevalainen, B.Sc. EE Microcomputer systems - 59?16.37'N,
17?12.60'E
--END OF MESSAGE--


--
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/



Re: FW: Majordomo results: RE: cygwin older/newer version downloadi

2003-09-01 Thread Larry Hall
No, I don't see that when posting (well, I guess the list would see it 
unless majordomo doesn't honor Reply-To - so perhaps this is an avenue
for you to check).  Still, I expect if everyone who replied to the list
was receiving this, we'd hear allot more noise about it.

Larry


At 01:56 PM 9/1/2003, Hannu E K Nevalainen \(garbage mail\) you wrote:

 I get this garbage (below) from

  Majordomo-Owner AT virginia DOT edu  and  Majordomo AT mutt DOT org

 for every post to cygwin AT cygwin DOT com

Anyone else see this?
What might be the cause? (Foul play?)
I've _no_ relation to those mailing list managers.

/Hannu E K Nevalainen, B.Sc. EE Microcomputer systems - 59°16.37'N,
17°12.60'E
--END OF MESSAGE--

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Monday, September 01, 2003 5:49 PM
 To: [EMAIL PROTECTED]
 Subject: Majordomo results: RE: cygwin older/newer version downloadi


 --

   From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf
  Command '' not recognized.
   Of Mark Fishel
  Command '' not recognized.
 
   I was wondering how one could download a cygwin version
 different from the
  Command '' not recognized.
   current stable one - the cygwin.com page only links to
 articles with the
  Command '' not recognized.
   changes in every version, not the downloads.
  Command '' not recognized.
 
  There is no such concept as 'cygwin versions', unless you
 refer to the
  Command 'there' not recognized.
  cygwin dll only (the current one is 1.3.22-something and
 there is a 'Test'
  Command 'cygwin' not recognized.
  version too; numbered 1.5.something ).
  Command 'version' not recognized.
 
   There is just 'Prev'-ious, 'Curr'-ent and possibly
 'Exp'-erimental (==
  Command 'there' not recognized.
  Test) rated _packages_ as shown on the setup.exe Select
 Packages page.
  Command 'test)' not recognized.
   There you also have the 'Keep' choice and 'View' button
 just display the
  Command 'there' not recognized.
  same packages with different kinds of filters applied.
  Command 'same' not recognized.
 
  /Hannu E K Nevalainen, B.Sc. EE Microcomputer systems - 59?16.37'N,
  Command '/hannu' not recognized.
  17?12.60'E
  Command '17?12.60'e' not recognized.
  --END OF MESSAGE--
 END OF COMMANDS
  Help for [EMAIL PROTECTED]:

 This is Brent Chapman's Majordomo mailing list manager, version 1.93.

 In the description below items contained in []'s are optional. When
 providing the item, do not include the []'s around it.

 It understands the following commands:

 subscribe list [address]
   Subscribe yourself (or address if specified) to the named list.

 unsubscribe list [address]
   Unsubscribe yourself (or address if specified) from the
 named list.

 get list filename
 Get a file related to list.

 index list
 Return an index of files you can get for list.

 who list
   Find out who is on the named list.

 info list
   Retrieve the general introductory information for the named list.

 help
   Retrieve this message.

 end
   Stop processing commands (useful if your mailer adds a signature).

 Commands should be sent in the body of an email message to
 [EMAIL PROTECTED].

 Commands in the Subject: line NOT processed.

 If you have any questions or problems, please contact
 [EMAIL PROTECTED].



--
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/


--
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/



[ANNOUNCEMENT] Updated: cygwin-1.5.3-1

2003-09-01 Thread Christopher Faylor
I've made a new version of the Cygwin DLL and associated utilities
available for download.  As usual, a list of what has changed is below.

This is the first non-test 1.5.x release.  This means that the 1.5.x
series of the cygwin DLL will be the default from now on.

As previously reported here, 1.5.x versions of cygwin1.dll contain major
changes in some APIs such that 64 bit file I/O operations are now
available.  This means that some structures such as those found in
'stat' and 'dirent' have changed.  This version also supports 32 bit
uids.  Older applications will continue to work correctly but DLLs and
libraries which use any structures whose size has changed will need to
be recompiled and relinked.

There have been two problems with previous 1.5.x releases.  One involved
any application that used fdopen and another involved any application
that used -lc on the command line.  If you have rebuilt a library or
application for 1.5.0 or 1.5.1 and you used either of these, you will
need to relink your app for 1.5.3.  I'm very sorry for the
inconvenience.  Executables linked for/with 1.5.2 or 1.3.32 or earlier
should continue to work fine.

To update your installation, click on the Install Cygwin now link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

If you have questions or comments, please send them to the Cygwin
mailing list at: [EMAIL PROTECTED] .

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

Christopher Faylor
Red Hat, Inc.

Changes since 1.5.2-1:

- Fix problems where cygwin heap could run into mmapped regions.
  (Corinna Vinschen)

- Allow greater number of recursive signal invocations.  (Pierre Humblet)

- Fix problems using libm.a which resulted in File truncated errors
  during link.  (Christopher Faylor)

- Check arguments for mount/umount syscalls to avoid crashes.
  (Christopher Faylor)

- Recognize special names with extensions as needing encoding under
  managed mode.  (Christopher Faylor)

- Do sanity checking on packages when they are reported by cygcheck -c.
  (Igor Pechtchanski)

- Implement cygcheck --list-package (-l) option to list all files in an
  installed package.  (Igor Pechtchanski)

- Implement cygcheck --find-package (-f) option to find the installed
  package associated with a file.  (Igor Pechtchanski)

- Fix possible crash in mmap if file size is less than requested map
  length.  (Corinna Vinschen)
  
- Add a bunch of convenience macros to sys/params.h.  (Nicholas Wourms)
  
- Return more accurate errnos when reading/writing raw disk and tape
  devices.  (Corinna Vinschen)

- Fix problem where some network applications (notably ftp) could crash
  on attempts to connect to more than one host.  (Christopher Faylor)

- Try harder to kill a windows process when using the kill -f command.
  (Christopher Faylor)

- Use cygserver library when building a cygwin DLL meant to interoperate with
  the (experimental) cygserver.  (Christopher Faylor)


--
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/



Using ActivePerl 5.8 on a cygwin system

2003-09-01 Thread John Seeliger
I have had cygwin installed on this PC for quite some time, but hadn't
updated it for a while.  I wanted to run yahoo2mbox.pl and found it wouldn't
work with the perl 5.6.1 I had installed, so I downloaded ActivePerl 5.8.?
and tried running the script from a Windows XP prompt, but it used the
cygwin perl.  So, I just copied the ActivePerl over the cygwin perl (yeah, I
know, not a good idea) and then it still wouldn't work because some of the
lib files used by it weren't there either.  I copied a few of those as well,
but still to no avail.

Have I just hosed my cygwin?  Will downloading the updated perl help?  How
can I download just perl without going through the installer and selecting
keep on every single other item?

Thanks.

--
John Seeliger  Limited but increasing content
[EMAIL PROTECTED]   http://www.freewebz.com/hudathunkett/
[EMAIL PROTECTED]




--
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/



sshd setup question

2003-09-01 Thread Dan Adams
Does anyone know if there is either a script that will automate the process
of setting up an ssh server? Or is there a tutorial setup page?

Dan Adams - [EMAIL PROTECTED]
http://www.infochi.com




--
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/



Re: sshd setup question

2003-09-01 Thread Krzysztof Duleba
Dan Adams wrote

 Does anyone know if there is either a script that will automate the
process
 of setting up an ssh server? Or is there a tutorial setup page?

http://tech.erdelynet.com/cygwin-sshd.html

Regards
Krzysztof Duleba



--
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/



Re: Using ActivePerl 5.8 on a cygwin system

2003-09-01 Thread Larry Hall
At 04:24 PM 9/1/2003, John Seeliger you wrote:
I have had cygwin installed on this PC for quite some time, but hadn't
updated it for a while.  I wanted to run yahoo2mbox.pl and found it wouldn't
work with the perl 5.6.1 I had installed, so I downloaded ActivePerl 5.8.?
and tried running the script from a Windows XP prompt, but it used the
cygwin perl.  So, I just copied the ActivePerl over the cygwin perl (yeah, I
know, not a good idea) and then it still wouldn't work because some of the
lib files used by it weren't there either.  I copied a few of those as well,
but still to no avail.

Have I just hosed my cygwin?  Will downloading the updated perl help?  How
can I download just perl without going through the installer and selecting
keep on every single other item?


Rerun setup, find Perl in the list of packages and toggle the state until
it becomes Reinstall.  Continue from there.  You don't need to tell 
setup.exe to Keep anything.  It knows what you have installed and will
automatically leave it as Keep unless there is some updated version from 
the last time.  You can change the view to see if that's the case.  If 
you didn't just updated today and you weren't using the test (Exp) 
releases of packages before, you may find there are quite a few updates.
But you're better off with them. 



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


--
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/



Re: Using ActivePerl 5.8 on a cygwin system

2003-09-01 Thread Igor Pechtchanski
On Mon, 1 Sep 2003, John Seeliger wrote:

 I have had cygwin installed on this PC for quite some time, but hadn't
 updated it for a while.  I wanted to run yahoo2mbox.pl and found it wouldn't
 work with the perl 5.6.1 I had installed, so I downloaded ActivePerl 5.8.?

Why?  Cygwin has Perl 5.8.? as well...

 and tried running the script from a Windows XP prompt, but it used the
 cygwin perl.

Make sure ActivePerl appears in the WinXP PATH variable before Cygwin's
/bin.

 So, I just copied the ActivePerl over the cygwin perl (yeah, I know, not
 a good idea) and then it still wouldn't work because some of the lib
 files used by it weren't there either.  I copied a few of those as well,
 but still to no avail.

Yep, not a good idea.

 Have I just hosed my cygwin?

You did hose Cygwin's perl.

 Will downloading the updated perl help?

Downloading and reinstalling the perl package should fix this.  You can
install version 5.8.0-5, BTW.

 How can I download just perl without going through the installer and
 selecting keep on every single other item?

Use the Keep view of the installer.
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster.  -- Patrick Naughton

--
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/



Re: sshd setup question

2003-09-01 Thread Larry Hall
At 05:07 PM 9/1/2003, Dan Adams you wrote:
Does anyone know if there is either a script that will automate the process
of setting up an ssh server? Or is there a tutorial setup page?

Dan Adams - [EMAIL PROTECTED]
http://www.infochi.com



You mean other than /usr/doc/Cygwin/openssh-*.README?



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


--
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/



Re: sshd setup question

2003-09-01 Thread Larry Hall
At 05:28 PM 9/1/2003, Krzysztof Duleba you wrote:
Dan Adams wrote

 Does anyone know if there is either a script that will automate the
process
 of setting up an ssh server? Or is there a tutorial setup page?

http://tech.erdelynet.com/cygwin-sshd.html


And please follow-up with any questions generated from following the 
directions at this site with tech.erdelynet.com.  The supported information
for setting up Cygwin's OpenSSH distribution is 
/usr/doc/Cygwin/openssh-*.README.  It's the only source of information this
list will entertain questions about.

Thanks,


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


--
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/



Re: sshd setup question

2003-09-01 Thread Dan Adams
I tried the directions at the site, and when it did the chown system.system
/var/empty command. It errors out, saying that the user is unknown. It seems
to not want to start the service after that point. Any more suggestions.
Also does anyone know how to remove a service from the listong in Win2k once
it is no longer desired. I am hoping to change from telnet/ftp to ssh access
which means I would be able to get rid of the service of inetd that is in my
win2k control panel thing.

Dan Adams - [EMAIL PROTECTED]
http://www.infochi.com


Larry Hall [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 At 05:28 PM 9/1/2003, Krzysztof Duleba you wrote:
 Dan Adams wrote
 
  Does anyone know if there is either a script that will automate the
 process
  of setting up an ssh server? Or is there a tutorial setup page?
 
 http://tech.erdelynet.com/cygwin-sshd.html


 And please follow-up with any questions generated from following the
 directions at this site with tech.erdelynet.com.  The supported
information
 for setting up Cygwin's OpenSSH distribution is
 /usr/doc/Cygwin/openssh-*.README.  It's the only source of information
this
 list will entertain questions about.

 Thanks,


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






--
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/



Re: sshd setup question

2003-09-01 Thread Larry Hall
OK, visit http://cygwin.com/problems.html and provide the requested info.
Also, send along (attached too) your /etc/passwd and /etc/group files.  The
actual transcript of your attempt to run chown would be helpful too.

cygrunsrv -E service name followed by cygrunsrv -R service name will
stop and remove a service.

Larry


At 06:04 PM 9/1/2003, Dan Adams you wrote:
I tried the directions at the site, and when it did the chown system.system
/var/empty command. It errors out, saying that the user is unknown. It seems
to not want to start the service after that point. Any more suggestions.
Also does anyone know how to remove a service from the listong in Win2k once
it is no longer desired. I am hoping to change from telnet/ftp to ssh access
which means I would be able to get rid of the service of inetd that is in my
win2k control panel thing.

Dan Adams - [EMAIL PROTECTED]
http://www.infochi.com


Larry Hall [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 At 05:28 PM 9/1/2003, Krzysztof Duleba you wrote:
 Dan Adams wrote
 
  Does anyone know if there is either a script that will automate the
 process
  of setting up an ssh server? Or is there a tutorial setup page?
 
 http://tech.erdelynet.com/cygwin-sshd.html


 And please follow-up with any questions generated from following the
 directions at this site with tech.erdelynet.com.  The supported
information
 for setting up Cygwin's OpenSSH distribution is
 /usr/doc/Cygwin/openssh-*.README.  It's the only source of information
this
 list will entertain questions about.

 Thanks,


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






--
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/


--
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/



Re: sshd setup question

2003-09-01 Thread Dan Adams
Thanks for the comment about cygrunsrv and the method of removing service
from win2k That worked well

Since I have inetd working well. I have a telnet server and also a FTP
server, but neither is available outside of my firewall. I thought that I
would try and see if I could use the sshd server that I just setup via the
inetd thing. When I did this, I got an error message of:

ssh_exchange_identification: read: Connection reset by peer

What would this mean? This is the only error message that I have been
getting from the ssh deamon when I try and connect, and even before I ran
that setup script.

Dan Adams - [EMAIL PROTECTED]
http://www.infochi.com


Larry Hall [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 OK, visit http://cygwin.com/problems.html and provide the requested
info.
 Also, send along (attached too) your /etc/passwd and /etc/group files.
The
 actual transcript of your attempt to run chown would be helpful too.

 cygrunsrv -E service name followed by cygrunsrv -R service name will
 stop and remove a service.

 Larry


 At 06:04 PM 9/1/2003, Dan Adams you wrote:
 I tried the directions at the site, and when it did the chown
system.system
 /var/empty command. It errors out, saying that the user is unknown. It
seems
 to not want to start the service after that point. Any more suggestions.
 Also does anyone know how to remove a service from the listong in Win2k
once
 it is no longer desired. I am hoping to change from telnet/ftp to ssh
access
 which means I would be able to get rid of the service of inetd that is in
my
 win2k control panel thing.
 
 Dan Adams - [EMAIL PROTECTED]
 http://www.infochi.com
 
 
 Larry Hall [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
  At 05:28 PM 9/1/2003, Krzysztof Duleba you wrote:
  Dan Adams wrote
  
   Does anyone know if there is either a script that will automate the
  process
   of setting up an ssh server? Or is there a tutorial setup page?
  
  http://tech.erdelynet.com/cygwin-sshd.html
 
 
  And please follow-up with any questions generated from following the
  directions at this site with tech.erdelynet.com.  The supported
 information
  for setting up Cygwin's OpenSSH distribution is
  /usr/doc/Cygwin/openssh-*.README.  It's the only source of information
 this
  list will entertain questions about.
 
  Thanks,
 
 
  Larry Hall  http://www.rfk.com
  RFK Partners, Inc.  (508) 893-9779 - RFK Office
  838 Washington Street   (508) 893-9889 - FAX
  Holliston, MA 01746
 
 
 
 
 
 
 --
 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/






--
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/



Re: display remote X client on cygwin machine's display?

2003-09-01 Thread Igor Pechtchanski
On Sun, 31 Aug 2003 [EMAIL PROTECTED] wrote:

 i have cygwin installed on my win2k box, and KDE-cygwin too, which work
 fine. When I ssh to my favorite linux-based server and run gnucash, I
 get Gtk-WARNING **: cannot open display:. Then I run KDE-cygwin and
 ssh to the same server from a Konsole, but I get the same error when I
 run gnucash. Yet this works when ssh'ing from my linux-based laptop,
 which runs KDE. Is there a way with cygwin to display X clients I launch
 on a remote machine on the local display?

 best,
 cyggie

You'll find more expertise on this subject on the cygwin-xfree list (which
deals with all issues XFree86).  I'm redirecting your message there.
Please remove cygwin at cygwin dot com from further replies.
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster.  -- Patrick Naughton

--
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/



Releasing 1.5.3 soon

2003-09-01 Thread Christopher Faylor
After some delay, I'll be releasing 1.5.3 today.  I'm running it
through final tests now.

FYI,
cgf

--
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/