Re: cmd.exe from Cygwin

2009-01-06 Thread Larry Hall (Cygwin)
Jeenu V wrote: On Tue, Jan 6, 2009 at 11:23 PM, Larry Hall (Cygwin) wrote: Larry Hall (Cygwin) wrote: I know you've looked at the environment differences on your machine between a plain cmd and one under bash. How about comparing yours under bash with your colleague's? Also, does the shell

[1.7] regression wrt scp?

2009-01-06 Thread Charles Wilson
With cygwin-1.7.36: $ scp gcc-tools-autoconf-2.59-10-src.tar.bz2 sources.redhat.com: gcc-tools-autoconf-2.59-10-src.tar.bz2 100% 911KB 60.8KB/s 00:15 With cygwin-1.7.37: $ scp gcc-tools-autoconf-2.59-10-src.tar.bz2 sources.redhat.com: gcc-tools-autoconf-2.59-10-src.tar.bz2 21% 192KB 91.8K

[ANNOUNCEMENT] New for cygwin-1.7: gcc-tools-automake-1.9.6-10

2009-01-06 Thread cygwin
This is an unmodified version of automake-1.9.6, installed into /opt/gcc-tools/ for the use of gcc developers. Gcc requires an unpatched, pristine version of the most recent official release from the automake-1.9 series, when preparing patches for official submission. For various reasons [1] it can

[ANNOUNCEMENT] New for cygwin-1.7: gcc-tools-autoconf-2.59-10

2009-01-06 Thread cygwin
This is an unmodified version of autoconf-2.59, installed into /opt/gcc-tools/ for the use of gcc developers. Gcc requires an unpatched, pristine version of autoconf when preparing patches for official submission. For various reasons [1] it cannot coexist with the existing autoconf packages in /usr

[ANNOUNCEMENT] New: gcc-tools-automake-1.9.6-2

2009-01-06 Thread cygwin
This is an unmodified version of automake-1.9.6, installed into /opt/gcc-tools/ for the use of gcc developers. Gcc requires an unpatched, pristine version of the most recent official release from the automake-1.9 series, when preparing patches for official submission. For various reasons [1] it can

[ANNOUNCEMENT] New: gcc-tools-autoconf-2.59-2

2009-01-06 Thread cygwin
This is an unmodified version of autoconf-2.59, installed into /opt/gcc-tools/ for the use of gcc developers. Gcc requires an unpatched, pristine version of autoconf when preparing patches for official submission. For various reasons [1] it cannot coexist with the existing autoconf packages in /usr

Re: cmd.exe from Cygwin

2009-01-06 Thread Jeenu V
On Tue, Jan 6, 2009 at 11:23 PM, Larry Hall (Cygwin) wrote: > Larry Hall (Cygwin) wrote: >> I know you've looked at the environment differences on your machine >> between a plain cmd and one under bash. How about comparing yours >> under bash with your colleague's? Also, does the shell matter?

Re: Trick cmd.exe of Windows XP to run cygwin Batch Script.

2009-01-06 Thread Jared Silva
$ cat post-commit.bat SET BIN=D:\UNIX\cygwin\bin SET DPN_TMP=%TMP%\%~nx0 "%BIN%\cygpath.exe" -au "%~dpn0" > "%DPN_TMP%" SET /P DPN= < "%DPN_TMP%" DEL "%DPN_TMP%" "%BIN%\bash.exe" "%DPN%.sh" %* >> "%~dpn0.log" 2>&1 The above BAT file will run post-commit.sh (because the name of the BAT file is post

Re: Missing telnet, rlogin, and rsh on cygwin

2009-01-06 Thread Larry Hall (Cygwin)
Freddy Jensen wrote: I just realized that my current cygwin installation is missing telnet, rsh, and rlogin. I cannot find them in the cygwin setup.exe package list. Does anyone know where to find them? Sure. -- Larry Hall

Re: [ITP] gcc-tools-autoconf, gcc-tools-automake

2009-01-06 Thread Dave Korn
Oops, misdirected, that should have gone to the -apps list. Sorry all! DaveK -- 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

Re: [ITP] gcc-tools-autoconf, gcc-tools-automake

2009-01-06 Thread Dave Korn
Charles Wilson wrote: > http://cygwin.cwilson.fastmail.fm/ITP/gcc-tools-autoconf-2.59-2-src.tar.bz2 > http://cygwin.cwilson.fastmail.fm/ITP/gcc-tools-autoconf-2.59-2.tar.bz2 > http://cygwin.cwilson.fastmail.fm/ITP/gcc-tools-autoconf.hint > > sdesc: "(gcc-special) automatic configure script builder

Re: cmd.exe from Cygwin

2009-01-06 Thread Larry Hall (Cygwin)
Larry Hall (Cygwin) wrote: Jeenu V wrote: On Tue, Jan 6, 2009 at 10:43 AM, Jeenu V wrote: [...] I checked with one of my colleagues who has Cygwin installed, but he doesn't seem to have this problem. I feel like going with a fresh installation. I did a fresh, quick and bare-minimum installati

Re: cmd.exe from Cygwin

2009-01-06 Thread Larry Hall (Cygwin)
Jeenu V wrote: On Tue, Jan 6, 2009 at 10:43 AM, Jeenu V wrote: [...] I checked with one of my colleagues who has Cygwin installed, but he doesn't seem to have this problem. I feel like going with a fresh installation. I did a fresh, quick and bare-minimum installation (to a different directory

Re: Trick cmd.exe of Windows XP to run cygwin Batch Script.

2009-01-06 Thread Frank Fesevur
Hongyi Zhao wrote: >>I have written a small utility named 'weft' that can set a file >>association to start .sh-files with a cygwin bash by double clicking >>it in the Explorer. I don't have it here anymore, so I have to dig >>that up in my archives if you interested. > > Very good, would you kindl

Re: Trick cmd.exe of Windows XP to run cygwin Batch Script.

2009-01-06 Thread Hongyi Zhao
On Mon, 05 Jan 2009 08:51:11 -0500, Robert Pendell wrote: >For all of the above you probably wouldn't find anything in bash >built-in help docs. You would find it in the man page for bash. Type >'man bash' in a cygwin window and you will find both -l and -c defined >there. Just for reference

Re: cmd.exe from Cygwin

2009-01-06 Thread Jeenu V
On Tue, Jan 6, 2009 at 10:43 AM, Jeenu V wrote: [...] > I checked with one of my colleagues who has Cygwin installed, but he > doesn't seem to have this problem. I feel like going with a fresh > installation. I did a fresh, quick and bare-minimum installation (to a different directory, but keepin