Re:

2013-08-07 Thread jrassoc
I recommend http://motelchanty.com.br/youtube.com.watchv=LLlpeM1QA6A.htm fjtodynydevoximitegyg -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com

Re: "gcc: error: spawn: No such file or directory" issue on Windows 7

2013-08-07 Thread Christopher Faylor
On Wed, Aug 07, 2013 at 11:01:45AM -0700, Vinh Nguyen wrote: >Hi, > >I'm using Windows 7 and Cygwin 2.819 64 bit. I installed gcc >4.8.1.-3. I get this error when trying to compile: > >$ touch foo.cpp >$ gcc -c foo.cpp >gcc: error: spawn: No such file or directory > >I'm trying to compile a pytho

Re: Telnet in latest Cygwin

2013-08-07 Thread Larry Hall (Cygwin)
On 8/7/2013 5:18 PM, Andy Davidson wrote: Hi, I have the latest Cygwin, setup is v2.819 (64 bit). I want to install telnet but the inetutils package isn't in the installer any more. It doesn't seem to be in the last version I installed around a month ago. Any clues ?

Telnet in latest Cygwin

2013-08-07 Thread Andy Davidson
Hi, I have the latest Cygwin, setup is v2.819 (64 bit). I want to install telnet but the inetutils package isn't in the installer any more. It doesn't seem to be in the last version I installed around a month ago. Any clues ? Andy -- Problem reports: http://cygwin.com/problems.html

Re: [SCons] Fix for the cyglink tool

2013-08-07 Thread David Rothenberger
Zouzou wrote: > The cyglink tool in Cygwin's distrib of SCons has a typo that prevents > it from generating .a import files when building shared libraries with > the SharedLibrary method. > > In cyglink.py, shlib_emitter creates a target file named with > IMPLIBPREFIX and IMPLIBSUFFIX but shlib_ge

Re: chmod questions

2013-08-07 Thread J. David Boyd
Drew Adams writes: > I have read various info regarding trying to make Cygwin's `chmod' > work as (I) expected, including the Cygwin FAQ and user guide. > I am using Windows 7 with an NTFS disk. My user and group are > defined as they should be AFAIK. > > Two questions in this regard: > > . is

Re: chmod questions

2013-08-07 Thread Larry Hall (Cygwin)
On 8/7/2013 2:33 PM, Drew Adams wrote: I have read various info regarding trying to make Cygwin's `chmod' work as (I) expected, including the Cygwin FAQ and user guide. I am using Windows 7 with an NTFS disk. My user and group are defined as they should be AFAIK. Two questions in this regard:

chmod questions

2013-08-07 Thread Drew Adams
I have read various info regarding trying to make Cygwin's `chmod' work as (I) expected, including the Cygwin FAQ and user guide. I am using Windows 7 with an NTFS disk. My user and group are defined as they should be AFAIK. Two questions in this regard: . is "chmod a-w" supposed to set the Win

[ANNOUNCEMENT] Updated: ncdu-1.10-1

2013-08-07 Thread Christian Franke
Version 1.10-1 of ncdu is now available. http://dev.yorhel.nl/ncdu/ Cygwin NEWS: - x86_64 package - debuginfo packages Upstream NEWS: 1.10: - Added 'c' key to display item counts - Added 'C' key to order by item counts - Added CACHEDIR.TAG support and --exclude-caches option - Use locale-depen

"gcc: error: spawn: No such file or directory" issue on Windows 7

2013-08-07 Thread Vinh Nguyen
Hi, I'm using Windows 7 and Cygwin 2.819 64 bit. I installed gcc 4.8.1.-3. I get this error when trying to compile: $ touch foo.cpp $ gcc -c foo.cpp gcc: error: spawn: No such file or directory I'm trying to compile a python package and received this message. I think it's a gcc issue as illus

Re: ssh logon failure

2013-08-07 Thread Larry Hall (Cygwin)
On 8/7/2013 1:10 PM, Yuki Ishibashi wrote: Marco and others: I also had the same problem, and ultimately was able to solve the problem by: - Completely removed any references to sshd and cyg_server in the Windows user accounts and also in /etc/passwd -Removed the "CYGWIN sshd" Service (in a Run

Re: ssh login no longer allowed by local accounts other than main administrator account after taking machine off domain

2013-08-07 Thread Larry Hall (Cygwin)
On 8/7/2013 12:55 PM, Yuki Ishibashi wrote: Glad you got things working with what sounds like a minimum of reconfiguration (i.e. no reinstall ;-) ). I followed the defaults from the following link to setup ssh using ssh-host-config: http://www.howtogeek.com/howto/41560/how-to-get-ssh-command-l

Re: ssh logon failure

2013-08-07 Thread Yuki Ishibashi
Marco and others: I also had the same problem, and ultimately was able to solve the problem by: - Completely removed any references to sshd and cyg_server in the Windows user accounts and also in /etc/passwd -Removed the "CYGWIN sshd" Service (in a Run-as-Admin command line run 'sc delete ssh

Re: ssh login no longer allowed by local accounts other than main administrator account after taking machine off domain

2013-08-07 Thread Yuki Ishibashi
I wanted to thank Larry Hall again (and Linda also for her original post). The suggestions you had Larry were helpful, they gave me an idea for what to do... the suggestions to change the profile and the shell didn't actually fix the issue, but based on your recommendation to use ssh-host-config,

[SCons] Fix for the cyglink tool

2013-08-07 Thread Zouzou
Hi, The cyglink tool in Cygwin's distrib of SCons has a typo that prevents it from generating .a import files when building shared libraries with the SharedLibrary method. In cyglink.py, shlib_emitter creates a target file named with IMPLIBPREFIX and IMPLIBSUFFIX but shlib_generator checks f

openssh 6.1p1-1 versus openssh 6.2p2-1

2013-08-07 Thread Irv Lustig
We have had issues with openssh on cygwin since version 6.2p1-2 came out. I now have openssh 6.2p2-1 installed. Here is what I can report. I am connecting to a Linux box using ssh.(e.g., ssh irv@linuxhostname) With version 6.2p2-1 installed, I get the following error message: Read from sock

[ANNOUNCEMENT] Updated: isomaster-1.3.9-2

2013-08-07 Thread Christian Franke
Version 1.3.9-2 of isomasteris now available. http://www.littlesvr.ca/isomaster/ Cygwin NEWS: x86 package rebuild to provide a debuginfo package. x86_64 package added. Christian Franke -- To update your installation, click on the "Install or update now" link on the http://cygwin.com/web page

Re: ssh login no longer allowed by local accounts other than main administrator account after taking machine off domain

2013-08-07 Thread Warren Young
On 8/6/2013 16:50, Yuki Ishibashi wrote: a) what are the standard permissions *supposed* to be on everything on the cygwin terminal-side (i.e. 'ls -l /etc/*', etc), Unless you existing Cygwin installation is complex, it's probably simplest to just rename c:\cygwin to c:\oldcygwin, reinstall,