Re: ldd differences

2016-03-14 Thread Roger Wells
On 03/14/2016 03:50 PM, Roger Wells wrote: > On 03/14/2016 03:09 PM, Achim Gratz wrote: >> Roger Wells writes: >>>> Try cygcheck rather than ldd. >>>> >>> Thanks for responding. >>> >>> Here's what happens: >>> >

Re: ldd differences

2016-03-14 Thread Roger Wells
On 03/14/2016 03:09 PM, Achim Gratz wrote: > Roger Wells writes: >>> Try cygcheck rather than ldd. >>> >> Thanks for responding. >> >> Here's what happens: >> >> $ cygcheck ./z12.exe >> C:\cygwin64\home\roger\src\z12\z12.exe >>

Re: ldd differences

2016-03-14 Thread Roger Wells
On 03/14/2016 01:38 PM, Achim Gratz wrote: > Roger Wells writes: >> running ldd on a newly built executable gives: > […] >> What I really need is a reliable way to get a recursive listing of the >> complete path to all dependencies. >> I tried using Dependency Walker

ldd differences

2016-03-14 Thread Roger Wells
) And the executable, z12.exe, does run correctly on both systems. What I really need is a reliable way to get a recursive listing of the complete path to all dependencies. I tried using Dependency Walker (both 32 & 64 bit) but it does not seem to run on W10. TIA -- Roger

Re: CTRL-C does not work in Cygwin when using pipes

2015-12-29 Thread Roger Wells
oblems.html > FAQ: http://cygwin.com/faq/ > Documentation: http://cygwin.com/docs.html > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > > -- Roger Wells, P.E. leidos 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (f

Re: Ability to specify /cygdrive mount value in setup

2015-11-25 Thread Roger Wells
them. Would it be possible for setup to ask for the value and > setup the /etc/fstab with the value? Do others find this bit of annoying? > yep -- Roger Wells, P.E. leidos 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (fax) roger.k.we...@leidos.com -- Problem reports:

Re: BSOD when running from network share

2015-11-19 Thread Roger Wells
om/faq/ > Documentation: http://cygwin.com/docs.html > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > > -- Roger Wells, P.E. leidos 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (fax) roger.k.we...@leidos.com -- Problem reports: htt

Re: Mounting a network share

2015-11-02 Thread Roger Wells
keep in mind that backslashes > need to be escaped in Unix shells: > > net use X: server\\share or this works: net use x: '\\server\share' (single quotes) > > > Corinna > -- Roger Wells, P.E. leidos 221 Third St Newport, RI 02840 401-847-4210 (voice

Re: strace -f hangs forever with process who creates child process

2015-08-24 Thread Roger Wells
takes several seconds to take effect. And then I can't > delete out.txt: > > $ rm -f out.txt I also can confirm this on the same cygwin release but for x86_64: uname -a CYGWIN_NT-6.1 rwells-x220 2.2.1(0.289/5/3) 2015-08-20 11:42 x86_64 Cygwin -- Roger Wells, P.E. leidos 221 Th

Re: g++4.9.2 fails to compile standard C++11 code

2015-03-12 Thread Roger Wells
t is fine on: Linux, gcc 4.9.2 (Fedora 21) MinGW, 32 bit, gcc 4.7.0 (Windows 7) MinGW, 64 bit, gcc 4.9.0 (Windows 7) HTH -- Roger Wells, P.E. leidos 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (fax) roger.k.we...@leidos.com -- Problem reports: http://cygwin.com/probl

Re: net user "completed with one or more errors"

2015-03-09 Thread Roger Wells
leted successfully. And: $ uname -a CYGWIN_NT-6.1 rwells-x220 1.7.34(0.285/5/3) 2015-02-04 12:14 x86_64 Cygwin HTH -- Roger Wells, P.E. leidos 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (fax) roger.k.we...@leidos.com -- Problem reports: http://cyg

Re: RFD: cygwin + *native* MinGW compiler

2009-01-28 Thread Roger Wells
- 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/ -- Roger Wells, P.E. SAIC 221 Third St Newport, RI 02840 401-847-4210 (voice

Re: Finally managed to create a jailed SFTP server, but how secure?

2008-12-05 Thread Roger Wells
Matthew Woehlke wrote: Roger Wells wrote: if you are concerned about the "cygdrive" text there is a registry entry where you can set that to whatever you want including "". That is what I do. I would tell you what it is but my windows machine is not here right now. Then

Re: Finally managed to create a jailed SFTP server, but how secure?

2008-12-05 Thread Roger Wells
hat it is but my windows machine is not here right now. Then when you "ls /" you get /c, /d etc instead of /cygdrive/c, /cygdrive/d, etc. cheers, roger wells I don't know who creates /cygdrive here. It is not required in this chroot'ed environment. My guess, it is created b

Re: SSH publickey problem, password works (Win 2003, OpenSSH_5.1p1, Cygwin DLL1.5.25 )

2008-09-09 Thread Roger Wells
4-4 libreadline6 5.2.12-10 libwrap0 7.6-4 login1.9-8 man 1.6e-1 minires 1.01-1 nano 2.0.6-1 openssh 5.1p1-3 openssl 0.9.8h-1 rebase 2.4.4-1 run 1.1.10-1 sed

Re: printf: %ls or %S does not work when string is of length 1.

2008-08-27 Thread Roger Wells
ut is also correct on Windows when built with MinGW gcc v3.4.5 roger wells But cygwin's output is Test 1 I've seen this only for 1-wchar strings. This is will be a problem with the upcoming python 3.0 interpreter, as reported here: http://bugs.python.org/issue3626 Is there a p

Re: 1.5.1: trouble with graphics (UNCLASSIFIED)

2008-05-15 Thread Roger Wells
tried what you did and everything seems to be as expected. Roger Wells Thank you for your time, Ed Vaughn Milton E. Vaughn, Jr., Ph.D. Aerospace Engineer Aerodynamics Technology Functional A

Re: how to change dir

2008-05-05 Thread Roger Wells
g bash) don't understand drive:paths. Use cd /cygdrive/d/ You can let the cygpath utility do the conversion for you: cd "$(cygpath 'd:\')" cd c:/windows works fine, note forward slash -- Roger Wells, P.E. SAIC 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-

Re: ssh interactive shell not working

2008-01-20 Thread Roger Wells
s well as ssh debugging. Please try again with: $ ssh -v -v -v -v -v myhost bash --login -i -x and we should see your bash startup scripts running in the debug output. cheers, DaveK -- Roger Wells, P.E. SAIC 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (fax)

Re: Starting native windows GUI app via ssh.

2007-12-17 Thread Roger Wells
sktop" option enabled. -- 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/ -- Roger Wells, P.E. SAIC 221 Third St Newport, RI

Re: [Fwd: sshd display]

2007-11-27 Thread Roger Wells
Thank you. That seems to be it. Brian Mathis wrote: On Nov 26, 2007 10:56 AM, Roger Wells <[EMAIL PROTECTED]> wrote: Please forgive my silence and I really do appreciate your attention to my problem. I originally posted my question on the cygwin-apps list and at Corinna's s

Re: [Fwd: sshd display]

2007-11-26 Thread Roger Wells
there is no, "one way," to go about accomplishing this task. (You didn't get the Window client-server thing backward, did you?). Anyway, this remote display implementating would require a lot of RTFM'ing. HTH -- Ctalk Home Page: http://ctalk-lang.sourceforge.net -- Unsub

[Fwd: sshd display]

2007-11-21 Thread Roger Wells
Original Message Subject:sshd display Date: Tue, 20 Nov 2007 08:52:55 -0500 From: Roger Wells <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Organization: SAIC To: [EMAIL PROTECTED] I have a need to use a ssh client on a Linux machine to