Re: Updated: mintty 2.9.2

2018-10-04 Thread Kelley Cook
I've recently been getting hangs on mintty, most often when exiting via the shell (via CTRL-D or typing "exit"), but it also happens when taskswitching between windows. This particular version is 2.9.2, but its not a new bug. It will happen regardless if my shell is bash or fish. I've uploaded a

Re: Updated: fish-2.2.0-1 (test release)

2015-08-21 Thread Kelley Cook
On Fri, Aug 21, 2015 at 10:17 AM, Andrew Schulman wrote: > > > 1. You may see errors when fish starts, saying that "Old versions of fish > appear > to be running." This is because of architectural changes (removal of fishd) > from fish 2.1 to 2.2. If you see this, please try the following thing

Re: TEST RELEASE: Cygwin 1.7.33-0.7

2014-11-06 Thread Kelley Cook
On Thu, Nov 6, 2014 at 10:52 AM, Corinna Vinschen wrote: > Hi Cygwin friends and users, > > > I just released a 7th TEST version of the next upcoming Cygwin release, > 1.7.33-0.7. > I discovered that /usr/bin/cron-config which is part of the cron package will need to be updated as it attempts to

Fwd: keychain 2.7.1 and fish-2.1.1-3 incompatibility

2014-10-22 Thread Kelley Cook
version available on their mirrors. I've been using this patched version on Cygwin and it works. Could someone push a fixed version out this out? Thanks, Kelley Cook -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: Updated: gmp-4.1.4-1

2004-10-15 Thread Kelley Cook
eceptive to the proposal that all of GCC 4.1 be modified to use libmpfr for its internal math optimiziations instead of its homegrown routines. Thanks, Kelley Cook -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Doc

Re: [toplevel, Cygwin] Don't warn if both newlib and winsup are missing

2004-10-12 Thread Kelley Cook
--- Zack Weinberg <[EMAIL PROTECTED]> wrote: > Kelley Cook <[EMAIL PROTECTED]> writes: > >> In July a patch was added to the Cygwin's toplevel that turns off >> newlib if winsup isn't also present. > > Hang on, is this even the right thing? Aren&

[toplevel, Cygwin] Don't warn if both newlib and winsup are missing

2004-10-12 Thread Kelley Cook
no, winsup=no: No warning, neither built b) newlib=yes, winsup=no: Warning, neither built c) newlib=no, winsup=yes: No warning, winsup built d) newlib=yes, winsup=yes: No warning, newlib and winsup built There is no change in behaviour besides supressing the warning for case a). OK to install? K

Re: missing aclocal-1.4, automake-1.4

2003-11-19 Thread Kelley Cook
> automake-1.4p5 (which is the current version of automake-stable) > doesn't provide those links. automake-1.4p6 does -- stay tuned for > an update. Though I never saw an announcement, automake-stable-1.4p6-1 was released to the mirrors a couple weeks ago. The links still are not

Compiling Autogen

2003-11-19 Thread Kelley Cook
Has anyone ever successfully compilied autogen under Cygwin? If so, could you give me some pointers (or even a binary?). Kelley Cook -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

Re: mkconfig.sh: Portability fix

2003-11-13 Thread Kelley Cook
additional layer of make recurrsion since it calls "make bootstrap" which in turns the calls "make stage1" and so forth. I tried to hack the makefile to add an strace to before the $(SHELL) mkconfig.sh command, but that has the side effect of causing the script to w

Re: cygwin build problems...(libintl)

2003-09-08 Thread Kelley Cook
ing a more detailed bug report. The work around for this is to make BOOT_CFLAGS="-O2 -g -fno-unit-a-time" bootstrap Cheers, Kelley Cook -- 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/

Speclib's new perl patch --> Cygwin snapshot compilation failure

2003-08-27 Thread Kelley Cook
iling GCC. :( I'm willing to test any potential solutions to this problem Kelley Cook -- 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: X-Archive: encrypt for Gmane

2003-08-25 Thread Kelley Cook
nd then every historical message from the Cygwin M.L. could be also be in the Gmane repository. If the listowners wished ... Kelley Cook -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: GCC 3.3-Signal 11

2003-02-07 Thread Kelley Cook
er checking the changelog that particular patch wasn't put in until the Feb 5th snapshot. It works now. Kelley Cook -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: GCC 3.3-Signal 11

2003-02-07 Thread Kelley Cook
`/home/Robert/gcc-3.3/o/gcc' > make[1]: *** [stage1_build] Error 2 It's not a GCC problem. Cygwin 1.3.19 added in support for vasprintf (previously GCC would use the version included in libiberty). Unfortunately, Cygwin's (actually newlib's) vasprintf is not quite right