[AD] UltraGDB-1.0.1 is now available, for FREE

2015-06-18 Thread Xu,Chiheng
Hi, folks, UltraGDB-1.0.1 is now available for FREE. On user's request, we now provide 32-bit version of installers. We also tested our product on 64-bit and 32-bit Windows 7, Fedora-22-Workstation and ubuntu-15.04-desktop. We now have install instruction on our website. Download and enjoy !

Re: Problems running gdb in emacs on Windows 8.1

2015-06-18 Thread Jon TURNEY
On 17/06/2015 15:53, William M. (Mike) Miller wrote: I'm having numerous problems recently running gdb inside emacs (both -w32 and -X11): [...] All of these things used to work fine. I'm not sure exactly when things changed, as I didn't update my Cygwin installation for quite a while. My

Re: Problems running gdb in emacs on Windows 8.1

2015-06-18 Thread William M. (Mike) Miller
On Thu, Jun 18, 2015 at 7:53 AM, Jon TURNEY jon.tur...@dronecode.org.uk wrote: On 17/06/2015 15:53, William M. (Mike) Miller wrote: I'm having numerous problems recently running gdb inside emacs (both -w32 and -X11): [...] All of these things used to work fine. I'm not sure exactly when

Re: Problems running gdb in emacs on Windows 8.1

2015-06-18 Thread Ken Brown
On 6/18/2015 8:09 AM, William M. (Mike) Miller wrote: On Thu, Jun 18, 2015 at 7:53 AM, Jon TURNEY jon.tur...@dronecode.org.uk wrote: On 17/06/2015 15:53, William M. (Mike) Miller wrote: I'm having numerous problems recently running gdb inside emacs (both -w32 and -X11): [...] All of these

RE: Problems running gdb in emacs on Windows 8.1

2015-06-18 Thread Rockefeller, Harry
Subject: Re: Problems running gdb in emacs on Windows 8.1 On 6/18/2015 8:09 AM, William M. (Mike) Miller wrote: On Thu, Jun 18, 2015 at 7:53 AM, Jon TURNEY jon.tur...@dronecode.org.uk wrote: On 17/06/2015 15:53, William M. (Mike) Miller wrote: I'm having numerous problems recently running

RE: Unable to run excel via cron

2015-06-18 Thread Kertz, Denis (D)** CTR **
Well, not so lucky anymore. Last night I re-ran my Excel test on the Win7 PC that worked previously and now it doesn't work. So I guess some Win7 patch must have come along and fixed something. Denis Larry Hall wrote: On 06/17/2015 12:55 PM, Kertz, Denis (D)** CTR ** wrote: We are running

Re: Problems running gdb in emacs on Windows 8.1

2015-06-18 Thread William M. (Mike) Miller
On Thu, Jun 18, 2015 at 10:29 AM, Ken Brown kbr...@cornell.edu wrote: On 6/18/2015 8:09 AM, William M. (Mike) Miller wrote: On Thu, Jun 18, 2015 at 7:53 AM, Jon TURNEY jon.tur...@dronecode.org.uk wrote: On 17/06/2015 15:53, William M. (Mike) Miller wrote: I'm having numerous problems

Re: perl 5.14 perl5/5.14/i686-cygwin-threads-64int/auto/IO/IO.dll missing or broken

2015-06-18 Thread Daniel
William J. Schilp, PhD wrote: i updated to the latest version of perl on cygwin and i get the following failure: Can't load '/usr/lib/perl5/5.14/i686-cygwin-threads-64int/auto/IO/IO.dll' for module IO: No such process at /usr/lib/perl5/5.14/XSLoader.pm line 71. at

Re: [PATCH] Hide sethostname() in unistd.h

2015-06-18 Thread Christian Franke
Corinna Vinschen wrote: On Jun 17 15:15, Eric Blake wrote: On 06/17/2015 02:57 PM, Yaakov Selkowitz wrote: On Wed, 2015-06-17 at 22:25 +0200, Christian Franke wrote: Busybox does not use autoconf or similar. It requires manual platform specific configuration which does not yet support a

CVS checkout with absolute path fails in 32-bit build

2015-06-18 Thread Adam Dinwoodie
I've found a bug with CVS on 32-bit Cygwin. Easiest to demonstrate with a simple testcase: $ export CVSROOT=$(pwd)/tmpcvsroot $ cvs init $ cvs co -d $(pwd)/cvswork . cvs [checkout aborted]: cannot make directory : No such file or directory It appears to be including the

Re: [PATCH 0/5] Generate cygwin-api manpages

2015-06-18 Thread Corinna Vinschen
On Jun 18 11:46, Jon TURNEY wrote: On 17/06/2015 17:27, Corinna Vinschen wrote: On Jun 17 16:59, Jon TURNEY wrote: On 17/06/2015 14:49, Corinna Vinschen wrote: On Jun 17 13:37, Jon TURNEY wrote: This patch set changes the DocBook source XML for the Cygwin API reference to use refentry

[newlib-cygwin] Disallow installing man pages from release subdir

2015-06-18 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=0d3304af3806a28d7756fba9d4eb714339c3eaf1 commit 0d3304af3806a28d7756fba9d4eb714339c3eaf1 Author: Corinna Vinschen cori...@vinschen.de Date: Thu Jun 18 22:04:58 2015 +0200 Disallow installing man pages from release subdir

clang++ 3.5.2: undefined reference to `__gxx_personality_v0'

2015-06-18 Thread Falk Tannhäuser
The following little C++ program produces several linker errors of the kind /tmp/vec2-125520.o:(.xdata+0x8): undefined reference to `__gxx_personality_v0' /tmp/vec2-125520.o:(.xdata+0x8): relocation truncated to fit: rva32 against undefined symbol `__gxx_personality_v0' _

Re: clang++ 3.5.2: undefined reference to `__gxx_personality_v0'

2015-06-18 Thread JonY
On 6/19/2015 07:24, Falk Tannhäuser wrote: The following little C++ program produces several linker errors of the kind /tmp/vec2-125520.o:(.xdata+0x8): undefined reference to `__gxx_personality_v0' /tmp/vec2-125520.o:(.xdata+0x8): relocation truncated to fit: rva32 against undefined symbol

Re: [PATCH] Hide sethostname() in unistd.h

2015-06-18 Thread Corinna Vinschen
On Jun 17 15:15, Eric Blake wrote: On 06/17/2015 02:57 PM, Yaakov Selkowitz wrote: On Wed, 2015-06-17 at 22:25 +0200, Christian Franke wrote: Busybox does not use autoconf or similar. It requires manual platform specific configuration which does not yet support a missing sethostname().

[newlib-cygwin] winsup/doc: Convert cygwin-api function documentation to refentry elements

2015-06-18 Thread Jon TURNEY
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=cf1c6cd395c130ffd4883dc34af0cbb22a59eba1 commit cf1c6cd395c130ffd4883dc34af0cbb22a59eba1 Author: Jon TURNEY jon.tur...@dronecode.org.uk Date: Tue Jun 16 18:52:37 2015 +0100 winsup/doc: Convert cygwin-api function documentation to

[newlib-cygwin] winsup/doc: Generate ANSI rather than KR style function prototypes

2015-06-18 Thread Jon TURNEY
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=a197d1d5043c6de7073517463eb97ad224724712 commit a197d1d5043c6de7073517463eb97ad224724712 Author: Jon TURNEY jon.tur...@dronecode.org.uk Date: Tue Jun 16 18:40:29 2015 +0100 winsup/doc: Generate ANSI rather than KR style function

[newlib-cygwin] winsup/doc: Add man.xsl customization stylesheet

2015-06-18 Thread Jon TURNEY
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e9549aef386be18950029b9a7f178467b32c670e commit e9549aef386be18950029b9a7f178467b32c670e Author: Jon TURNEY jon.tur...@dronecode.org.uk Date: Fri Jun 12 21:26:32 2015 +0100 winsup/doc: Add man.xsl customization stylesheet

[newlib-cygwin] winsup/doc: Rename cygwin.xsl as html.xsl

2015-06-18 Thread Jon TURNEY
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=73afd1315cbf8eae72f02ca12e417de2f274a578 commit 73afd1315cbf8eae72f02ca12e417de2f274a578 Author: Jon TURNEY jon.tur...@dronecode.org.uk Date: Tue Jun 16 18:15:20 2015 +0100 winsup/doc: Rename cygwin.xsl as html.xsl For

[newlib-cygwin] winsup/doc: Make and install cygwin-api function manpages

2015-06-18 Thread Jon TURNEY
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=94f16969d39dfc0de3eefb75a4793367da76fe00 commit 94f16969d39dfc0de3eefb75a4793367da76fe00 Author: Jon TURNEY jon.tur...@dronecode.org.uk Date: Tue Jun 16 18:55:38 2015 +0100 winsup/doc: Make and install cygwin-api function manpages

Re: [PATCH 0/5] Generate cygwin-api manpages

2015-06-18 Thread Jon TURNEY
On 17/06/2015 17:27, Corinna Vinschen wrote: On Jun 17 16:59, Jon TURNEY wrote: On 17/06/2015 14:49, Corinna Vinschen wrote: On Jun 17 13:37, Jon TURNEY wrote: This patch set changes the DocBook source XML for the Cygwin API reference to use refentry elements, and also generates man pages