Re: ldd in cygwin

2009-09-30 Thread Steven Woody
On Thu, Oct 1, 2009 at 2:02 PM, Dave Korn wrote: > Steven Woody wrote: >> Hi, >> >> In Linux, we can get a library dependency list by running of 'ldd'. >> In windows, executable still depend on libraries, such as DLLs, but I >> don't find a 'ldd' command in cygwin.  Is there any tool that will do

Re: ldd in cygwin

2009-09-30 Thread Dave Korn
Steven Woody wrote: > Hi, > > In Linux, we can get a library dependency list by running of 'ldd'. > In windows, executable still depend on libraries, such as DLLs, but I > don't find a 'ldd' command in cygwin. Is there any tool that will do > the job? "cygcheck /path/to/exe" cheers,

ldd in cygwin

2009-09-30 Thread Steven Woody
Hi, In Linux, we can get a library dependency list by running of 'ldd'. In windows, executable still depend on libraries, such as DLLs, but I don't find a 'ldd' command in cygwin. Is there any tool that will do the job? Thanks. -- Life is the only flaw in an otherwise perfect nonexistence

cppunit in 1.7

2009-09-30 Thread smoore
I'd like to admit up front that I know next to nothing about cppunit, so it's very possible this is pilot error. With that said, I can't seem to get cppunit working under 1.7. I checked the archives and it looks like something similar happened in the past, with older cygwin's. Back then it turned

Re: List all installed pacakges

2009-09-30 Thread Dave Korn
Steven Woody wrote: > Hi, > > How can I list all the installed packages on my system? Thanks. > "cygcheck -cd" gets a full package listing. cheers, DaveK -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

List all installed pacakges

2009-09-30 Thread Steven Woody
Hi, How can I list all the installed packages on my system? Thanks. -- Life is the only flaw in an otherwise perfect nonexistence -- Schopenhauer narke public key at http://subkeys.pgp.net:11371 (narkewo...@gmail.com) -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Apache2 on Cygwin 1.7 does not start (cygserver is running)

2009-09-30 Thread David Antliff
On Tue, Sep 29, 2009 at 17:01, David Antliff wrote: > So there must be something different with 1.7 that isn't covered by > those instructions - does anyone know what this might be, please? I still haven't made any progress with this - I suspect it's something to do with cygserver. Perhaps a conf

Re: cygwin settings in cygwin.bat

2009-09-30 Thread Larry Hall (Cygwin)
On 09/30/2009 02:36 PM, CygwinUser wrote: Thanks for your reply. It works. But just curious to know if I can change it inside cygwin.bat file?. I don't know of a way to do that. You might find someone in a Windows forum that knows a way to make that happen from a batch file. -- Larry Hall

Re: cygwin settings in cygwin.bat

2009-09-30 Thread CygwinUser
Hi, Thanks for your reply. It works. But just curious to know if I can change it inside cygwin.bat file?. Larry Hall (Cygwin) wrote: > > On 09/30/2009 01:37 PM, CygwinUser wrote: >> >> Hi, >> >> I would like to change the default settings for screen buffer size and >> screen width. I would li

Re: Installing previous versions of binutils

2009-09-30 Thread Christopher Faylor
On Wed, Sep 30, 2009 at 01:01:27PM +0100, Dave Korn wrote: >Ian C wrote: > >> Sorry if this is a silly question (new to this), I know how to uninstall >> the binutils 20080624-2 that comes with Cygwin 1.5.25-15. ...but can I use >> the setup routine to install previous versions of binutils (such as

Re: Cygwin 1.7 & mintty error - cannot run mintty more than once at a time

2009-09-30 Thread Christopher Faylor
On Wed, Sep 30, 2009 at 07:09:38AM +0100, Andy Koppe wrote: >2009/9/30 David Antliff: >>> From http://cygwin.com/problems.html: "Run 'cygcheck -s -v -r cygcheck.out' and include that file as an attachment in your report. >> >> Done, although I've manually stripped out some company-specific info

Re: cygwin settings in cygwin.bat

2009-09-30 Thread Larry Hall (Cygwin)
On 09/30/2009 01:37 PM, CygwinUser wrote: Hi, I would like to change the default settings for screen buffer size and screen width. I would like to know which cygwin variable should be used and the syntax to set in cygwin.bat. Could you please let me know Thanks in advance. If you're talking a

cygwin settings in cygwin.bat

2009-09-30 Thread CygwinUser
Hi, I would like to change the default settings for screen buffer size and screen width. I would like to know which cygwin variable should be used and the syntax to set in cygwin.bat. Could you please let me know Thanks in advance. CygwinUser -- View this message in context: http://www.nabble.

Re: [ANNOUNCEMENT] [1.7] Updated: rsnapshot 1.3.1-1 -- A local and remote filesystem snapshot utility

2009-09-30 Thread David M. Besonen
thank you! -- david -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Tree command - Display Structure of Directory Hierarchy

2009-09-30 Thread Ehud Karni
On Wed, 30 Sep 2009 14:01:12 Dave Korn wrote: > > Ehud Karni wrote: > > On Tue, 29 Sep 2009 21:52:02 Dave Korn wrote: > >> That is precisely why I asked for the source, and precisely the > >> advantage of > >> open source over proprietary closed sources :-) > > > > I attach a source code for my

Re: Email problem with local users

2009-09-30 Thread Dave Korn
Troy Bull wrote: > I have cygwin 1.7 installed. Exim is installed and configured and working. [ ... ] > if I do this > > ls -l | email bull > > it complains that bull is an unknown user. Anyone have any ideas on > how to "fix" this issue? Is it a problem with exim or email? Dunno, but he

Re: Tree command - Display Structure of Directory Hierarchy

2009-09-30 Thread Dave Korn
Eric Blake wrote: > Furthermore: > >>> This program is released under the GPL, so you can do any modification >>> to it. If you do, please post your changes (and the reason behind it). > > One of the freedoms guaranteed by the GPL is that you are free to make > modifications without any requireme

Re: Tree command - Display Structure of Directory Hierarchy

2009-09-30 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Dave Korn on 9/30/2009 7:01 AM: > Ehud Karni wrote: >> On Tue, 29 Sep 2009 21:52:02 Dave Korn wrote: >>> That is precisely why I asked for the source, and precisely the advantage >>> of >>> open source over proprietary closed sources :-

Re: Tree command - Display Structure of Directory Hierarchy

2009-09-30 Thread Dave Korn
Ehud Karni wrote: > On Tue, 29 Sep 2009 21:52:02 Dave Korn wrote: >> That is precisely why I asked for the source, and precisely the advantage >> of >> open source over proprietary closed sources :-) > > I attach a source code for my own (simplified version) treed program Thanks for trying t

Email problem with local users

2009-09-30 Thread Troy Bull
I have cygwin 1.7 installed.  Exim is installed and configured and working. If I email to troy.b...@gmail.com it goes right through. If I email to b...@nik it hits the /etc/aliases and gets routed to troy.b...@gmail.com (as desired) if I do this ls -l | email bull it complains that bull is an

Re: Tree command - Display Structure of Directory Hierarchy

2009-09-30 Thread Ehud Karni
On Tue, 29 Sep 2009 21:52:02 Dave Korn wrote: > > That is precisely why I asked for the source, and precisely the advantage of > open source over proprietary closed sources :-) I attach a source code for my own (simplified version) treed program (do your own compilation, my gcc command is in the

Re: Installing previous versions of binutils

2009-09-30 Thread Dave Korn
Ian C wrote: > Sorry if this is a silly question (new to this), I know how to uninstall > the binutils 20080624-2 that comes with Cygwin 1.5.25-15. ...but can I use > the setup routine to install previous versions of binutils (such as version > 20060817-1), which should be compatible with the WxPy

Installing previous versions of binutils

2009-09-30 Thread Ian C
Hi guys,   Sorry new to this.   I just installed Cygwin 1.5.25-15 using the setup program, to ultimately build a GNU radio application under Windows XP. http://gnuradio.org/trac/wiki/CygwinGettingStarted   This version of Cygwin installs: binutils version: 20080624-2 ...  (and the previous version

Re: XWin not working on vista?

2009-09-30 Thread Marc Girod
Hi, I saw Larry's reply to go to the cygwin-xfree list, and I am OK with that, but you didn't yet, did you? Then just to tell that at least I do successfully use XWin on Vista. Mike Eggleston-2 wrote: > > Suggestions on what to try next? > Well, comparing our respective logs: - I use: Relea

Re: Cygwin Set up - Migrate to new machine

2009-09-30 Thread Alexey Borzenkov
On Mon, Sep 28, 2009 at 11:42 PM, Kevin Holleran wrote: > I am building a new laptop and was wondering if there was a way I > could copy some ini or setup file from cygwin to the new one so that > the cygwin installer would install the same packages as opposed to > having to go through and tweak t

[ANNOUNCEMENT] [1.7] Updated: rsnapshot 1.3.1-1 -- A local and remote filesystem snapshot utility

2009-09-30 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://www.rsnapshot.org License : GPL Progam takes incremental snapshots of local and remote filesystems for any number of machines. rsnapshot makes extensive use of hard links. This is efficient only on NTFS in Cygwin. CHANGES SINCE LAST RELEAS