Re: [ANNOUNCEMENT] Updated: [experimental] cygwin-1.5.25-8

2008-02-26 Thread Corinna Vinschen
On Feb 26 07:33, Fredrik Staxeng wrote: > I am trying to run cygwin on Windows Server 2008, under Hyper-V, accessing > via Remote Desktop. > > I somehow succeeded in installing 1.5.25-7, then I upgraded to Yes, that works on the 64 bit version. You only get the problems later. > the experiment

Re: Uuencoded cygcheck

2008-02-26 Thread Marc Girod
Marc Girod gmail.com> writes: > > Larry Hall (Cygwin cygwin.com> writes: > > > Is this really a recommended way of transmitting this information? I note in addition: - that the '@' characters were converted to ' ', which makes the use of the uuencoded data more challenging than necessary

Re: [ANNOUNCEMENT] Updated: [experimental] cygwin-1.5.25-8

2008-02-26 Thread Fredrik Staxeng
Corinna Vinschen <[EMAIL PROTECTED]> writes: >On Feb 26 07:33, Fredrik Staxeng wrote: >> I am trying to run cygwin on Windows Server 2008, under Hyper-V, accessing >> via Remote Desktop. >> >> I somehow succeeded in installing 1.5.25-7, then I upgraded to > >Yes, that works on the 64 bit version

gdb, no line numbers after gcc -g ???

2008-02-26 Thread Hugh Sasse
With gdb under cygwin I'm getting: Program received signal SIGSEGV, Segmentation fault. 0x00405309 in image_doubles_read () (gdb) where #0 0x00405309 in image_doubles_read () #1 0x004063c8 in doublesimage_read () #2 0x004076fc in main () (gdb) info locals No symbol table info available. (gdb)

Re: gdb, no line numbers after gcc -g ???

2008-02-26 Thread Brian Dessent
Hugh Sasse wrote: > Is there anything else I need to do in order to get line numbers > reported correctly? What other information would be good to provide? -g should work fine. Try compiling and debugging a simple testcase, and paste the entire transcript of all commands and output. Brian --

Re: gdb, no line numbers after gcc -g ???

2008-02-26 Thread Hugh Sasse
On Tue, 26 Feb 2008, Brian Dessent wrote: > Hugh Sasse wrote: > > > Is there anything else I need to do in order to get line numbers > > reported correctly? What other information would be good to provide? > > -g should work fine. Try compiling and debugging a simple testcase, and > paste the

colordiff installs by default

2008-02-26 Thread Jerry D. Hedden
The newly added distribution 'colordiff' is set to install by default in setup.exe. Please change it such that it needs to be selected to be installed. Thanks. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

colordiff installs by default

2008-02-26 Thread Jerry D. Hedden
The newly added distribution 'colordiff' is set to install by default in setup.exe. Please change it such that it needs to be selected to be installed. Thanks. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: gdb, no line numbers after gcc -g ???

2008-02-26 Thread Brian Dessent
Hugh Sasse wrote: > OK, it works for a hello world, it says the symbols are loaded. > Therefore, as was most likely, I've munged something. How do I > interrogate object files to see which is/are missing the symbol data > (if that's what would throw everything else off the scent)? You can use "o

Re: gdb, no line numbers after gcc -g ???

2008-02-26 Thread Hugh Sasse
On Tue, 26 Feb 2008, Brian Dessent wrote: > Hugh Sasse wrote: > > > OK, it works for a hello world, it says the symbols are loaded. > > Therefore, as was most likely, I've munged something. How do I > > interrogate object files to see which is/are missing the symbol data > > (if that's what woul

Re: Testing gcc 4.2.3

2008-02-26 Thread Brian Dessent
David Arnstein wrote: > This process generated many stack dumps. There were also test suite > failures, not surprising in light of the stack dumps. Finally, my > Windows Application Event Log filled with error messages from Cygwin. They're messages from cygserver, not Cygwin. I can't really see

[ANNOUNCEMENT] Updated: ddrescue-1.8-1

2008-02-26 Thread Christian Franke
Version 1.8-1 of ddrescue has been uploaded. http://www.gnu.org/software/ddrescue/ddrescue.html Description from README: GNU ddrescue is a data recovery tool. It copies data from one file or block device (hard disc, cdrom, etc) to another, trying hard to rescue data in case of read errors. The

[ANNOUNCEMENT] Updated: speex-1.2beta3-1/speex-devel-1.2beta3-1/libspeex1-1.2beta3-1

2008-02-26 Thread David Rothenberger
A new version of the speex, speex-devel, and libspeex1 packages are now available for download. NEWS: = Updated to the 1.2beta3 upstream release. Although marked a beta release, this is the version recommended by upstream. See also the package documentation in /usr/share/doc/speex-1.2beta3/.

mc problems

2008-02-26 Thread Mikolaj Machowski
Hello, I am trying use mc on my installation of cygwin. But I have problem with Polish diacritics in file names. mc doesn't display them correctly at all and I cannot input several of them into command line. The same problem exists under Linux but after downloading latest version from CVS and co

[ANNOUNCEMENT] New package: ctorrent 1.3.4-1 -- BitTorrent client written in C++

2008-02-26 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://www.rahul.net/dholmes/ctorrent License : GPL This application is written in the C++ language and doesn't require any graphical component, such as an X server. Original ctorrent's upstream has stopped its development and now it's kept update

[ANNOUNCEMENT] New package: planet 2.0-1 -- Flexible RDF, RSS and Atom feed aggregator

2008-02-26 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://www.planetplanet.org License : GPL Download news feeds published by web sites and aggregates their content together into a single combined feed, latest news first. Program uses Mark Pilgrim's Universal Feed Parser to read from RDF, RSS and

[ANNOUNCEMENT] New package: urlgrabber 3.1.0-1 -- Python based URL grabber

2008-02-26 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://linux.duke.edu/projects/urlgrabber License : GPL Python based URL grabber Program dramatically simplifies the fetching of files. It is designed to be used in programs that need common (but not necessarily simple) url-fetching features. Thi

How do I run sshd as a particular user?

2008-02-26 Thread Alfred von Campe
I've read about the restrictions on accessing shares while logged into a Windows system with the Cygwin ssh daemon. We are interested in this to do remote builds, and it would be nice to access network shares. We only really need one user to be able to log in, so I thought I'd change the

Re: How do I run sshd as a particular user?

2008-02-26 Thread Larry Hall (Cygwin)
Alfred von Campe wrote: I've read about the restrictions on accessing shares while logged into a Windows system with the Cygwin ssh daemon. We are interested in this to do remote builds, and it would be nice to access network shares. We only really need one user to be able to log in, so I tho

Re: gdb, no line numbers after gcc -g ???

2008-02-26 Thread Reini Urban
Hugh Sasse schrieb: With gdb under cygwin I'm getting: Program received signal SIGSEGV, Segmentation fault. 0x00405309 in image_doubles_read () (gdb) where #0 0x00405309 in image_doubles_read () #1 0x004063c8 in doublesimage_read () #2 0x004076fc in main () (gdb) info locals No symbol table