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:
>>>
>
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
>>
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
)
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
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
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:
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
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
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
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
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
-
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
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
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
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
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
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
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-
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)
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
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
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
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
23 matches
Mail list logo