Re: I'm Completely Down after Upgrading to the Latest Cygwin

2009-01-04 Thread Larry Hall (Cygwin)
Don Mies wrote: I had been using cygwin for years but had not upgraded for over a year so I decided to upgrade this weekend and did so. There were no errors or complaints during the upgrade process and I used all of the default settings in the dialogs. My cygwin environment is no longer func

[ANNOUNCEMENT] [1.7] Updated: {subversion,subversion-apache2,subversion-devel,subversion-perl,subversion-python,subversion-ruby}-1.5.5-2

2009-01-04 Thread David Rothenberger
The subversion packages have been rebuilt for Cygwin 1.7. NEWS: = See CHANGES (URL below) for more information details about the changes from earlier releases to 1.5.5. IMPORTANT: This release will silently upgrade your Subversion working copies to the 1.5 format, rendering them unusable wit

Re: MinTTY 0.3.2

2009-01-04 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andy Koppe wrote: > I've uploaded MinTTY release 0.3.2 to http://code.google.com/p/mintty. Ports SVN updated accordingly. I would encourage you to ITP this, as this would be widely beneficial, and you will get more feedback as well. Package mainte

[1.7] /proc/mounts, /etc/mtab

2009-01-04 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 It would be a helpful enhancement to have a /proc/mounts interface to the mountpoint data, with /etc/mtab perhaps being a symlink thereto. Is this something that could be easily added, or is this a case of PTC? Yaakov -BEGIN PGP SIGNATURE-

MinTTY 0.3.2

2009-01-04 Thread Andy Koppe
Hi, I've uploaded MinTTY release 0.3.2 to http://code.google.com/p/mintty. It fixes a number of bugs and shortcomings: - Pasting of multiple lines into apps like vi works properly. - F1 to F4 send xterm-compatible VT220-style keycodes. - The first click on the options dialog is no longer ignor

Re: [1.7] no Fortran

2009-01-04 Thread Tim Prince
Christopher Faylor wrote: On Sun, Jan 04, 2009 at 01:30:31PM -0800, Tim Prince wrote: So fortran has been added since the last time the mirrors were accessible (about Thursday)? Checking the release-2 directory on sourceware: % ls -l gcc4-fortran total 9648 -rw-rw-r-- 1 cyguser

Re: [1.7] no Fortran

2009-01-04 Thread Christopher Faylor
On Sun, Jan 04, 2009 at 01:30:31PM -0800, Tim Prince wrote: > So fortran has been added since the last time the mirrors were accessible > (about Thursday)? Checking the release-2 directory on sourceware: % ls -l gcc4-fortran total 9648 -rw-rw-r-- 1 cyguser cygwin 4903942 Sep 10 01:59 gcc4

Re: [1.7] no Fortran

2009-01-04 Thread Tim Prince
Dave Korn wrote: Tim Prince wrote: I assumed, perhaps wrongly, there was no intention to provide Fortran in setup.exe. ??? dkad...@ubik ~ $ cygcheck -c cygwin gcc4-fortran Cygwin Package Information Package VersionStatus cygwin 1.7.0-35 OK gc

Re: printf goes to serial port?

2009-01-04 Thread Bob van Loosen
Dave Korn wrote: Well... that requires editing every single printf in the whole program, no? It might be easier to just at the start of main() open the first three file descriptors, so that 0, 1 and 2 are allocated. If you open 0 from /dev/null in read mode and open 1 and 2 for write to

Re: printf goes to serial port?

2009-01-04 Thread Dave Korn
Bob van Loosen wrote: > Because of this, the app doesn't get the standard file descriptors for > stdin, stdout and stderr, also when you open a file the file descriptors > start at 0. > > So what happens is, my app opens a config file, which then becomes > stdin, then it opens a serial port, which

Re: Want to compile GCC 4.3.2 / 4.4.0 under cygwin.

2009-01-04 Thread Dave Korn
Eric Blake wrote: > According to Tim Prince on 12/23/2008 6:50 AM: >> After installing automake, it is necessary to over-write autoconf with >> autoconf 2.59 which is easily built from source, as gcc build requires >> that specific version. > > The distro comes with a version of autoconf 2.59, and

Re: [1.7] no Fortran

2009-01-04 Thread Dave Korn
Tim Prince wrote: > I assumed, perhaps wrongly, there was no intention to provide Fortran in > setup.exe. ??? dkad...@ubik ~ $ cygcheck -c cygwin gcc4-fortran Cygwin Package Information Package VersionStatus cygwin 1.7.0-35 OK gcc4-fortran 4.3.2-

Re: printf goes to serial port?

2009-01-04 Thread Bob van Loosen
Hi, I was pointed to this discussion at the archives: http://www.cygwin.com/ml/cygwin/2008-12/msg00489.html I have a similar problem with my app, all printf statements go out the serial port. The problem is, I'm using the -mwindows flag to get a sort of "real" windows app, so no console output

Re: native emacs and manual page

2009-01-04 Thread Reini Urban
2008/12/31 peter360: > I run a native windows build of gnu emacs > Everything works fine with this set up except one: I cannot view manual > pages in emacs. Instead of viewing man pages in cygwin terminal, I like to > do it in emacs using "M-x man". > 1 If I start emacs from cmd.exe, then hit say,

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

2009-01-04 Thread Spiro Trikaliotis
Hello, * On Sun, Jan 04, 2009 at 06:20:20PM +0800 Hongyi Zhao wrote: > I've some cygwin/bash scripts and I want to invoke them without log > into the Cygwin's bash terminal. Is this possible? d:\> bash -c ./myscript Note that you might have to add the path to bash (c:\cygwin\bin\bash or simil

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

2009-01-04 Thread Jeenu V
On Sun, Jan 4, 2009 at 4:01 PM, Frank Fesevur wrote: > Hongyi Zhao wrote: > >> I've some cygwin/bash scripts and I want to invoke them without log >> into the Cygwin's bash terminal. Is this possible? > > I have written a small utility named 'weft' that can set a file > association to start .sh-f

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

2009-01-04 Thread Frank Fesevur
Hongyi Zhao wrote: > I've some cygwin/bash scripts and I want to invoke them without log > into the Cygwin's bash terminal. Is this possible? 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

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

2009-01-04 Thread Hongyi Zhao
Hi all, I've some cygwin/bash scripts and I want to invoke them without log into the Cygwin's bash terminal. Is this possible? Regards, -- .: Hongyi Zhao [ hongyi.zhao AT gmail.com ] Free as in Freedom :. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: