RE: [PATCH] High priority bugfix for setup.exe

2005-04-18 Thread Dave Korn
Original Message From: Igor Pechtchanski Sent: 18 April 2005 05:26 On Mon, 18 Apr 2005, Dave Korn wrote: * postinstall.cc (RunFindVisitor::visitFile): Don't index off front of string if it's too short to possibly contain .done. FYI:

Vital information for anyone debugging setup.exe

2005-04-18 Thread Dave Korn
NO! NO!!! NOOOo !!1!!! FOR GOD'S SAKE WHATEVER YOU DO DON'T USE INSIGHT ONLY EVER USE COMMAND-LINE GDB AAARRRGRGH MY EYES ;) cheers, DaveK -- Can't think of a witty .sigline today

Re: Please upload: clamav-0.84rc1-1 [test]

2005-04-18 Thread Corinna Vinschen
On Apr 17 12:53, Reini Urban wrote: http://tu.xarch.at/publ/cygwin/release/clamav/setup.hint http://tu.xarch.at/publ/cygwin/release/clamav/clamav-0.84rc1-1.tar.bz2 http://tu.xarch.at/publ/cygwin/release/clamav/clamav-0.84rc1-1-src.tar.bz2 This is a test release, so I hardcoded the versions

Re: Update: perl-Win32-GUI, perl-libwin32

2005-04-18 Thread Corinna Vinschen
On Apr 17 12:58, Reini Urban wrote: http://tu.xarch.at/publ/cygwin/release/perl-libwin32/setup.hint http://tu.xarch.at/publ/cygwin/release/perl-libwin32/perl-libwin32-0.191-4.tar.bz2 http://tu.xarch.at/publ/cygwin/release/perl-libwin32/perl-libwin32-0.191-4-src.tar.bz2 Uploaded.

Re: Vital information for anyone debugging setup.exe

2005-04-18 Thread Brian Dessent
Dave Korn wrote: FOR GOD'S SAKE WHATEVER YOU DO DON'T USE INSIGHT Heh, you noticed that too... I googled for a way to disable the popups, but found nothing. I just comment out the OutputDebugString() call in msg() when using insight. Brian

Re: new package: Joe's Own Editor

2005-04-18 Thread Corinna Vinschen
Hi Joe, On Apr 17 16:12, Joe Allen wrote: I've modified JOE to be Cygwin compliant (it used to be called joe-3.3, now it's called joe-3.3-1), and I've created a script to make a Cygwin release of JOE whenever there is new main release of JOE. Cool! I'm not sure I understand you correctly,

Re: new package: Joe's Own Editor

2005-04-18 Thread Max Bowsher
Corinna Vinschen wrote: Hi Joe, On Apr 17 16:12, Joe Allen wrote: One thing I'm not sure about: I've listed aspell as a requirement. This is not really true- the editor will run without it, but I find it annoying when the speller is not there, so it's kind of a soft requirement. It's kinda your

Re: [PATCH] High priority bugfix for setup.exe

2005-04-18 Thread Max Bowsher
Dave Korn wrote: Heh, guess how nicely this:- virtual void visitFile(String const basePath, const WIN32_FIND_DATA *theFile) { String fileName(theFile-cFileName); if (fileName.substr(fileName.size() - 5) == .done) return; bit of code plays with the file /etc/postinstall/d.sh?

RE: [PATCH] High priority bugfix for setup.exe

2005-04-18 Thread Dave Korn
Original Message From: Max Bowsher Sent: 18 April 2005 10:27 Dave Korn wrote: Heh, guess how nicely this:- virtual void visitFile(String const basePath, const WIN32_FIND_DATA *theFile) { String fileName(theFile-cFileName); if (fileName.substr(fileName.size() - 5) ==

Re: [PATCH] High priority bugfix for setup.exe

2005-04-18 Thread Max Bowsher
Max Bowsher wrote: Dave Korn wrote: Heh, guess how nicely this:- virtual void visitFile(String const basePath, const WIN32_FIND_DATA *theFile) { String fileName(theFile-cFileName); if (fileName.substr(fileName.size() - 5) == .done) return; bit of code plays with the file

RE: [PATCH] High priority bugfix for setup.exe

2005-04-18 Thread Dave Korn
Original Message From: Max Bowsher Sent: 18 April 2005 11:45 Second, the bug is only present on trunk, not on the release branch. Release branch? Is that the setup-200205 branch? You mean there's three years-worth of development that isn't getting released? Including all your

Re: [PATCH] High priority bugfix for setup.exe

2005-04-18 Thread Max Bowsher
Dave Korn wrote: Original Message From: Max Bowsher Sent: 18 April 2005 11:45 Second, the bug is only present on trunk, not on the release branch. Release branch? Is that the setup-200205 branch? You mean there's three years-worth of development that isn't getting released? Including

RE: [PATCH] High priority bugfix for setup.exe

2005-04-18 Thread Dave Korn
Original Message From: Max Bowsher Sent: 18 April 2005 12:07 Dave Korn wrote: Original Message From: Max Bowsher Sent: 18 April 2005 11:45 Second, the bug is only present on trunk, not on the release branch. Release branch? Is that the setup-200205 branch? You

Re: new packages: w3m-0.5.1-1 and libgc-6.4-1

2005-04-18 Thread Jason Tishler
On Fri, Apr 15, 2005 at 10:07:26PM -0400, Bob Heckel wrote: I have w3m 0.5.1 and libgc 6.4 packaged and available for initial release: http://bheckel.multics.org/cygwin/w3m/w3m-0.5.1-1.tar.bz2 http://bheckel.multics.org/cygwin/w3m/w3m-0.5.1-1-src.tar.bz2

Re: new packages: w3m-0.5.1-1 and libgc-6.4-1

2005-04-18 Thread Corinna Vinschen
On Apr 18 08:04, Jason Tishler wrote: On Fri, Apr 15, 2005 at 10:07:26PM -0400, Bob Heckel wrote: I have w3m 0.5.1 and libgc 6.4 packaged and available for initial release: http://bheckel.multics.org/cygwin/w3m/w3m-0.5.1-1.tar.bz2

Re: Vital information for anyone debugging setup.exe

2005-04-18 Thread Igor Pechtchanski
On Mon, 18 Apr 2005, Dave Korn wrote: FOR GOD'S SAKE WHATEVER YOU DO DON'T USE INSIGHT ONLY EVER USE COMMAND-LINE GDB Most likely everyone gets burned by this once. Until they do, advice of the above sort would probably be rather useless. But just in case there *are* people who

Re: new package: Joe's Own Editor

2005-04-18 Thread Joe Allen
OK, I've removed aspell as a requirement and have changed the directory from /etc/joe to /usr/share/joe. Here are the new files: http://world.std.com/~jhallen/joe-3.3-1.tar.bz2 http://world.std.com/~jhallen/joe-3.3-1-src.tar.bz2 http://world.std.com/~jhallen/setup.hint category: Editors

Re: new package: Joe's Own Editor

2005-04-18 Thread Christopher Faylor
On Mon, Apr 18, 2005 at 10:19:26AM -0400, Joe Allen wrote: OK, I've removed aspell as a requirement and have changed the directory from /etc/joe to /usr/share/joe. Here are the new files: http://world.std.com/~jhallen/joe-3.3-1.tar.bz2 http://world.std.com/~jhallen/joe-3.3-1-src.tar.bz2

Re: new packages: w3m-0.5.1-1 and libgc-6.4-1

2005-04-18 Thread Jason Tishler
Corinna, On Mon, Apr 18, 2005 at 02:12:28PM +0200, Corinna Vinschen wrote: On Apr 18 08:04, Jason Tishler wrote: On Fri, Apr 15, 2005 at 10:07:26PM -0400, Bob Heckel wrote: I have w3m 0.5.1 and libgc 6.4 packaged and available for initial release: [snip] AFAICT, the above

Re: new package: Joe's Own Editor

2005-04-18 Thread Joe Allen
Thomas Wolff wrote: Hi, a short first glance review: Editor has syntax highlighting, i18n support and works well in Cygwin console. * When I start joe in a console mode window (DOS box) and type a non-ASCII letter, an 8-bit stripped character is displayed in reverse mode instead.

Please upload: Apache-1.3.33-1

2005-04-18 Thread Robert Richter
Hi all, please upload a new Apache-1.3.33 package available here: http://www.fast4ward.de/cygwin/release/apache/apache-1.3.33-1-src.tar.bz2 http://www.fast4ward.de/cygwin/release/apache/apache-1.3.33-1.tar.bz2 http://www.fast4ward.de/cygwin/release/apache/setup.hint Release focus: Update from

Re: Please upload: Apache-1.3.33-1

2005-04-18 Thread Christopher Faylor
On Mon, Apr 18, 2005 at 08:23:40PM +0200, Robert Richter wrote: Hi all, please upload a new Apache-1.3.33 package available here: http://www.fast4ward.de/cygwin/release/apache/apache-1.3.33-1-src.tar.bz2 http://www.fast4ward.de/cygwin/release/apache/apache-1.3.33-1.tar.bz2

Re: new package: Joe's Own Editor

2005-04-18 Thread Corinna Vinschen
On Apr 18 11:27, Joe Allen wrote: Here are the new files: http://world.std.com/~jhallen/joe-3.3-1.tar.bz2 http://world.std.com/~jhallen/joe-3.3-1-src.tar.bz2 http://world.std.com/~jhallen/setup.hint Uploaded. Please send an announcment to cygwin-announce@cygwin.com as described on

Re: Please upload: Apache-1.3.33-1

2005-04-18 Thread Christopher Faylor
On Mon, Apr 18, 2005 at 02:40:07PM -0400, Christopher Faylor wrote: On Mon, Apr 18, 2005 at 08:23:40PM +0200, Robert Richter wrote: Hi all, please upload a new Apache-1.3.33 package available here: http://www.fast4ward.de/cygwin/release/apache/apache-1.3.33-1-src.tar.bz2

Re: Vital information for anyone debugging setup.exe

2005-04-18 Thread Reini Urban
Dave Korn schrieb: NO! NO!!! NOOOo !!1!!! FOR GOD'S SAKE WHATEVER YOU DO DON'T USE INSIGHT ONLY EVER USE COMMAND-LINE GDB AAARRRGRGH MY EYES HA! Nevertheless I still prefer insight over gdb. You just have to turn off those misdirected

Re: new package: Joe's Own Editor

2005-04-18 Thread Reini Urban
Corinna Vinschen schrieb: I reviewed the packaging and it looks pretty good to me with just one exception. Is it really intended to put the joe specific stuff, namely the joe subdirectory into /etc? This looks weird. I'd prefer if the joe subdir would be located in /usr/share which seems to be

Re: Update: perl-Win32-GUI, perl-libwin32

2005-04-18 Thread Reini Urban
Corinna Vinschen schrieb: On Apr 17 12:58, Reini Urban wrote: http://tu.xarch.at/publ/cygwin/release/perl-libwin32/setup.hint http://tu.xarch.at/publ/cygwin/release/perl-libwin32/perl-libwin32-0.191-4.tar.bz2 http://tu.xarch.at/publ/cygwin/release/perl-libwin32/perl-libwin32-0.191-4-src.tar.bz2

Re: Update: perl-Win32-GUI, perl-libwin32

2005-04-18 Thread Corinna Vinschen
On Apr 18 21:36, Reini Urban wrote: Corinna Vinschen schrieb: On Apr 17 12:58, Reini Urban wrote: http://tu.xarch.at/publ/cygwin/release/perl-libwin32/setup.hint http://tu.xarch.at/publ/cygwin/release/perl-libwin32/perl-libwin32-0.191-4.tar.bz2

Re: Getting cygwin-X client running with debian server.

2005-04-18 Thread Alexander Gottwald
On Sat, 16 Apr 2005 [EMAIL PROTECTED] wrote: Just a tip for newbies (like me) that try to get cygwin-X running with debian server. Apparantly the debian server's sshd default setting is not to forward X11. The error message I then get on my x-client is Can't open display. So the following

downgrade a 5-button- to a 3-button-mouse

2005-04-18 Thread Hermann-Josef Beckers
We are running a propietary application on a tablet pc (windows XP Tablet-PC-Edition).. Most everything works, but there is a small glitch: For handling reasons some (function-)keys are combined into a small panel. Clicking the keys with the pen has no effect. Entering these keys with the

Re: downgrade a 5-button- to a 3-button-mouse

2005-04-18 Thread Alexander Gottwald
On Mon, 18 Apr 2005, Hermann-Josef Beckers wrote: We are running a propietary application on a tablet pc (windows XP Tablet-PC-Edition).. Most everything works, but there is a small glitch: For handling reasons some (function-)keys are combined into a small panel. Clicking the keys with

Antwort: Re: downgrade a 5-button- to a 3-button-mouse

2005-04-18 Thread Hermann-Josef Beckers
[EMAIL PROTECTED] schrieb am 18.04.2005 15:39:43: Cygwin/X will use a 3button mouse by default and ask windows how many additional buttons the mouse supports. I'm have no idea how these special function keys are supposed to work, but functions keys which depend on a mouse settingare

Re: Antwort: Re: downgrade a 5-button- to a 3-button-mouse

2005-04-18 Thread Alexander Gottwald
On Mon, 18 Apr 2005, Hermann-Josef Beckers wrote: Problem is there is no real mouse, only the pen/stylus acting as a mouse. The mailinglist has a short thread (2 messages) from march 2003; Harold suggestesd using -multiwindow: it is activated, no chance. For windows there are basicly two

Re: starting xterm from tcsh, gives error message: missing }.

2005-04-18 Thread Bengt Svensson
Thanks Michael for the answer, you were correct. It was a problem with spaces in the PATH. It is the script /etc/profile.d/00xorg-x11-base.csh that does not handle the space. I verified this by removing the part of the PAT that had the space in it. The script is attached here in its original

src/winsup/cygwin ChangeLog grp.cc

2005-04-18 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2005-04-18 16:03:09 Modified files: winsup/cygwin : ChangeLog grp.cc Log message: * grp.cc (initgroups32): Return the correct value. Patches:

winsup/cygwin ChangeLog

2005-04-18 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: [EMAIL PROTECTED] 2005-04-18 17:24:32 Modified files: cygwin : ChangeLog Log message: * include/cygwin/version.h: Bump DLL minor number to 16. Patches:

winsup/cygwin/include/cygwin version.h

2005-04-18 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: [EMAIL PROTECTED] 2005-04-18 17:25:05 Modified files: cygwin/include/cygwin: version.h Log message: * include/cygwin/version.h: Bump DLL minor number to 16. Patches:

src/winsup/cygwin ChangeLog fhandler.h fhandle ...

2005-04-18 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2005-04-18 18:56:53 Modified files: winsup/cygwin : ChangeLog fhandler.h fhandler_socket.cc poll.cc select.cc Log message: * fhandler.h (enum conn_state): Add

Re: sshd problems

2005-04-18 Thread giuseppe
Hi, John! Of course thanks againn! So, let's start. this time you asked - From your data it appears that you can ssh to the localhost which means your sshd server is - running. However, you can't connect to your localhost from the Linux machine; the connection - times out. Your other

Possible bash incompatibility

2005-04-18 Thread Arash Partow
Hi all, Could someone tell me why the piece of bash script below is being rejected as being erroneous on cygwin but works fine on other bash's ie: linux and openbsd? my current version of bash is update (2.05b). #!/bin/bash if [ `uname -s | grep -c 'CYGWIN'` -eq 1 ]; then printf Target platform is

RE: Possible bash incompatibility - update

2005-04-18 Thread Arash Partow
Sorry the script should have been: #!/bin/bash if [ `uname -s | grep -c 'CYGWIN'` -eq 1 ]; then printf Target platform is Win32 via CYGWIN\n; else printf Target platform is NOT Win32 via CYGWIN\n; fi Still the same error message etc... Arash Partow

Re: Possible bash incompatibility

2005-04-18 Thread Brian Dessent
Arash Partow wrote: error message: bash-2.05b$ ./test.sh ./test.sh: line 3: [: too many arguments Target platform is NOT Win32 via CYGWIN bash-2.05b$ WJFFM: $ ./test.sh Target platform is Win32 via CYGWIN (both 1 and 1 work the same without error) Are you sure that the grep in your path

RE: setup.exe keeps hanging

2005-04-18 Thread Reid Thompson
Dave Korn wrote: Original Message From: Jurgen Defurne Sent: 14 April 2005 13:38 I still have the following problems : - The installation of cygwin1.dll keeps hanging at 78 % -- Probably because the installation is not complete, i cannot get access to my D: drive (which is just

sshd failure (openssh 4.0p1-1)

2005-04-18 Thread somian-cyg
Dear Maintainers / All, SYNOPSIS: The Cygwin sshd seems to have developed an aversion to, uh, working, with the latest release, 4.0p1-1. Previous to a recent update via setup.exe, it was working fine. I can still connect the client to any remote host. SYSTEM INFO:

Re: Possible bash incompatibility

2005-04-18 Thread Igor Pechtchanski
On Mon, 18 Apr 2005, Arash Partow wrote: Hi all, Could someone tell me why the piece of bash script below is being rejected as being erroneous on cygwin but works fine on other bash's ie: linux and openbsd? I would imagine because the output of uname -s doesn't contain CYGWIN on either

Re: sshd failure (openssh 4.0p1-1)

2005-04-18 Thread SoNotCool
It is me. Additional note: when I back off to previous version 3.9p1-3, I get the same failure. Regards. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

[ANNOUNCEMENT] New: w3m-0.5.1-1

2005-04-18 Thread Bob Heckel
w3m-0.5.1-1 has been added to Cygwin. INFO =3D=3D=3D=3D This is the initial release of w3m. DESCRIPTION =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D w3m is a pager/text-based WWW browser. It is similar to Lynx, but handles some things like page navigation differently. It supports tabbed browsing. It

[ANNOUNCEMENT] New: libgc-6.4-1

2005-04-18 Thread Bob Heckel
libgc-6.4-1 has been added to Cygwin. INFO =3D=3D=3D=3D This is the initial release of libgc. DESCRIPTION =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D libgc is the Boehm-Demers-Weiser conservative garbage collector for C/C++. Can be used as a garbage collecting replacement for C malloc or C++ new. As

Re: Possible bash incompatibility

2005-04-18 Thread Christopher Faylor
On Mon, Apr 18, 2005 at 10:59:10AM -0400, Igor Pechtchanski wrote: On Mon, 18 Apr 2005, Arash Partow wrote: Could someone tell me why the piece of bash script below is being rejected as being erroneous on cygwin but works fine on other bash's ie: linux and openbsd? I would imagine because the

Announcement forwarder bug?

2005-04-18 Thread Igor Pechtchanski
Below are quotes from a couple of recent announcements. The lines containing '=3D' come from a quoted-printable encoding of '='. The messages look fine in the cygwin-announce archives, so it seems that the announcement forwarder doesn't handle quoted-printable correctly... Igor On Mon,

Re: Announcement forwarder bug?

2005-04-18 Thread Corinna Vinschen
On Apr 18 12:02, Igor Pechtchanski wrote: Below are quotes from a couple of recent announcements. The lines containing '=3D' come from a quoted-printable encoding of '='. The messages look fine in the cygwin-announce archives, so it seems that the announcement forwarder doesn't handle

[ANNOUNCEMENT] Updated: cygwin-1.5.15-1

2005-04-18 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. 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

Re: [ANNOUNCEMENT] New: libgc-6.4-1

2005-04-18 Thread Brian Ford
On Mon, 18 Apr 2005, Bob Heckel wrote: UPDATE =3D=3D=3D=3D=3D=3D 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 'perl' from the

Re: ReMOVE ME FROM YR MAILING LIST FOR THE LAST TIME FUK OFF

2005-04-18 Thread Sean McMahon
How were they able to send to the list? just spam probably? - Original Message - From: Christopher Faylor [EMAIL PROTECTED] To: cygwin@cygwin.com Sent: Wednesday, April 13, 2005 11:21 AM Subject: Re: ReMOVE ME FROM YR MAILING LIST FOR THE LAST TIME FUK OFF Amusingly enough, this

[ANNOUNCEMENT] Updated: perl-libwin32-0.191-4

2005-04-18 Thread Reini Urban
This email is to inform you about the release of the updated libwin32 perl package for the current perl-5.8.6 through http://cygwin.com/setup.exe. The changes in this release are as follows: * perl-Win32-GUI was taken out to a seperate package. * Win32CORE is in perl core now. * Installed into

Spice on cygwin?

2005-04-18 Thread Frank Hrebabetzky
When I tried to install spice3f5sfix on cygwin from source with ./util/build linux as documented, I got an error message can't do //... Anybody succeeded installing spice on cygwin? Anybody can explain how to avoid the above error to a script-layman as me? -- Frank Hrebabetzky -- Unsubscribe

RE: Spice on cygwin?

2005-04-18 Thread Gary R. Van Sickle
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frank Hrebabetzky Sent: Monday, April 18, 2005 3:34 PM To: cygwin@cygwin.com Subject: Spice on cygwin? When I tried to install spice3f5sfix on cygwin from source with ./util/build linux as

Re: ReMOVE ME FROM YR MAILING LIST FOR THE LAST TIME FUK OFF

2005-04-18 Thread Bobby McNulty
Christopher Faylor wrote: On Mon, Apr 18, 2005 at 12:33:13PM -0700, Sean McMahon wrote: How were they able to send to the list? just spam probably? Huh? You don't have to be subscribed to send to the list. cgf .He might be using news.gmane.org. I tried it under Thunderbird. You can

Re: [ANNOUNCEMENT] New: libgc-6.4-1

2005-04-18 Thread Bob Heckel
* On Mon, Apr 18, 2005 at 02:01:30PM -0500, Brian Ford wrote: On Mon, 18 Apr 2005, Bob Heckel wrote: UPDATE =3D=3D=3D=3D=3D=3D 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

RE: ReMOVE ME FROM YR MAILING LIST FOR THE LAST TIME FUK OFF

2005-04-18 Thread Gary R. Van Sickle
Christopher Faylor wrote: On Mon, Apr 18, 2005 at 12:33:13PM -0700, Sean McMahon wrote: How were they able to send to the list? just spam probably? Huh? You don't have to be subscribed to send to the list. cgf .He might be using news.gmane.org. I tried it under

why $HOME/.bashrc is not picked up?

2005-04-18 Thread lin q
Hi, I just installed latest cygwin on my WinXP, I can run command and do some usual stuff, but I found that .bashrc is not picked up in opening a new shell. Here is the file, set prompt=%/% set autolist set -o vi cd $HOME alias vi=vim echo hahaha

Re: Possible bash incompatibility

2005-04-18 Thread RuiXian BAO
Hello, On 4/18/05, Brian Dessent [EMAIL PROTECTED] wrote: Arash Partow wrote: error message: bash-2.05b$ ./test.sh ./test.sh: line 3: [: too many arguments Target platform is NOT Win32 via CYGWIN bash-2.05b$ WJFFM: $ ./test.sh Target platform is Win32 via CYGWIN (both 1 and

Re: why $HOME/.bashrc is not picked up?

2005-04-18 Thread Brian Dessent
lin q wrote: I can not see hahaha when I run cygwin.bat to open a new cygwin window. I am sure HOME is set as I add the following line to cygwin.bat, echo %HOME% and I see the correct path. Then I wonder why else might be wrong here? ~/.bashrc is not read for

Re: Possible bash incompatibility

2005-04-18 Thread Arash Partow
Hi all Brian was correct it turns out there was another grep on my path, its all been resolved now. thanx all! Arash __ Be one who knows what they don't know, Instead of being one who knows not what they don't know, Thinking they know everything

does not work : change /cygdrive to /

2005-04-18 Thread lin q
Hi, I am trying to change the path prefix from /cygdrive to / and I tried the following commands, mount --change-cygdrive-prefix / mount -s --change-cygdrive-prefix / but neither works! There is no error code returns, but cd /c returns error and I have to use cd /cygdrive again.

Re: does not work : change /cygdrive to /

2005-04-18 Thread Brian Dessent
lin q wrote: You see anything wrong? You haven't given enough information for anyone to be able to help you. Please read http://cygwin.com/problems.html. My guess would be that you're doing the same thing as the poster in this thread: http://cygwin.com/ml/cygwin/2005-04/msg00353.html.

Re: [ANNOUNCEMENT] Updated: cygwin-1.5.15-1

2005-04-18 Thread Jonathon Merz
Christopher Faylor wrote: 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. I realize it's kind of going against the grain to not complain and whine, but Thank You, Thank You, Thank You for this release :)

New: w3m-0.5.1-1

2005-04-18 Thread Bob Heckel
w3m-0.5.1-1 has been added to Cygwin. INFO This is the initial release of w3m. DESCRIPTION === w3m is a pager/text-based WWW browser. It is similar to Lynx, but handles some things like page navigation differently. It supports tabbed browsing. It can execute local CGI scripts

New: libgc-6.4-1

2005-04-18 Thread Bob Heckel
libgc-6.4-1 has been added to Cygwin. INFO This is the initial release of libgc. DESCRIPTION === libgc is the Boehm-Demers-Weiser conservative garbage collector for C/C++. Can be used as a garbage collecting replacement for C malloc or C++ new. As always, you should conduct an

Updated: clamav-0.84rc1-1 (test)

2005-04-18 Thread Reini Urban
This email is to inform you about the test release of version '0.84rc1' of 'Clam AntiVirus' through http://cygwin.com/setup.exe. All URLs and other useful information can be found at http://freshmeat.net/projects/clamav/ The changes in this release are as follows: This version improves