Compiling cygwin1.dll

2014-06-02 Thread Michael Wild
Dear all In order to pinpoint an error I'm trying to compile cygwin1.dll from source following the instructions here: https://cygwin.com/faq.html#faq.programming.building-cygwin. However, when building binutils, I trip over this error: https://sourceware.org/ml/binutils/2014-02/msg00064.html. Acco

Re: RemoteServerAdministrationTools problem

2014-06-02 Thread John Bianchi
> On 06/02/2014 07:09 PM, John Bianchi wrote: > > > > > I can get output in cygwin from this call but cannot pass args to this > > command: > > == > > $ dsquery user > > "CN=" > > > > "CN=" > >

Re: RemoteServerAdministrationTools problem

2014-06-02 Thread Larry Hall (Cygwin)
On 06/02/2014 07:09 PM, John Bianchi wrote: I can get output in cygwin from this call but cannot pass args to this command: == $ dsquery user "CN=" "CN=" ==

RemoteServerAdministrationTools problem

2014-06-02 Thread John Bianchi
I have in the past called the dos commands from the Remote Server Administration Tools (RSAT) feature pack (Win7 http://www.microsoft.com/en-us/download/details.aspx?id=7887) from Cygwin's shell. I've spent a fair amount of time cleaning up their cruddy output and making useful wrappers (although

Re: [ANNOUNCEMENT] Updated: gcc-4.8.3-1 (x86/x86_64)

2014-06-02 Thread JonY
On 6/3/2014 03:35, Angelo Graziosi wrote: > JonY wrote: >> I will upload again as 4.8.3-2 soon. > > This evening setup.ini has > > 4.8.2-3 in current > > ==> 4.8.3-2 in prev <== > > > Sure this is what you want? > Oh, Looks like I messed up, I was wondering where it went. I am having probl

Re: It's back -- "gcc: error: spawn: No such file or directory"

2014-06-02 Thread Larry Hall (Cygwin)
On 06/02/2014 03:19 PM, David Friedman wrote: From: "Larry Hall (Cygwin)" Sent: Monday, June 2, 2014 12:33:44 PM Subject: Re: It's back -- "gcc: error: spawn: No such file or directory" On 06/02/2014 12:28 PM, David Friedman wrote: as -v -o /cygdrive/c/DOCUME~1/friedman/LOCALS~1/Temp

Re: [ANNOUNCEMENT] Updated: gcc-4.8.3-1 (x86/x86_64)

2014-06-02 Thread Angelo Graziosi
JonY wrote: I will upload again as 4.8.3-2 soon. This evening setup.ini has 4.8.2-3 in current ==> 4.8.3-2 in prev <== Sure this is what you want? Ciao, Angelo. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: It's back -- "gcc: error: spawn: No such file or directory"

2014-06-02 Thread David Friedman
> From: "Larry Hall (Cygwin)" > Sent: Monday, June 2, 2014 12:33:44 PM > Subject: Re: It's back -- "gcc: error: spawn: No such file or directory" > On 06/02/2014 12:28 PM, David Friedman wrote: > >> as -v -o /cygdrive/c/DOCUME~1/friedman/LOCALS~1/Temp/ccASOmoc.o >> /cygdrive/c/DOCUME~1/fried

Re: Missing strings.exe in binutils

2014-06-02 Thread Warren Young
On 6/1/2014 22:41, Jeff Hubbs wrote: It turned out that the setup.exe was 64-bit while the rest of the Cygwin installation was 32-bit. I'd recommend that you fix your PATH so that only one Cygwin's bin directory is in the PATH at a time. The two Cygwins are compatible only in the same way th

Re: Are there any SELinux tools available for Cygwin?

2014-06-02 Thread Warren Young
On 5/31/2014 12:33, PolarStorm wrote: I'd like to refrain from having to run long remote sessions on each machine while experimentally editing all the various policy files. Downloading all files in one go and doing analysis and editing locally, is why I wanted to do this on Cygwin. How is that

Re: It's back -- "gcc: error: spawn: No such file or directory"

2014-06-02 Thread Larry Hall (Cygwin)
On 06/02/2014 12:28 PM, David Friedman wrote: Interestingly, the error message now is different. But with my PATH set to either just /bin or just /usr/bin I get this: GNU C (GCC) version 4.8.3 (i686-pc-cygwin) compiled by GNU C version 4.8.3, GMP version 6.0.0, MPFR version 3.1.2,

Re: It's back -- "gcc: error: spawn: No such file or directory"

2014-06-02 Thread David Friedman
OK, that makes sense. So what I should do is run gcc with the -v option to see what it's trying to spawn (I recall that in a previous thread for this error, it was something called cc1). Here's the last few lines of the result, keeping my normal PATH: GNU C (GCC) version 4.8.3 (i686-pc-cygwin)

Re: Problem logging into ssh

2014-06-02 Thread Larry Hall (Cygwin)
On 05/31/2014 02:55 PM, PolarStorm wrote: Noah White wrote I’ve installed and configured sshd to run as a service under a particular account which is an Administrator. I can ssh in fine as that user. However, if I try to ssh as any other user I get the following error: Last login: Wed May 21 18

Re: It's back -- "gcc: error: spawn: No such file or directory"

2014-06-02 Thread Larry Hall (Cygwin)
On 06/02/2014 11:23 AM, David Friedman wrote: Tried that too (set PATH to just /bin) - same result. Where is spawn normally located? Is it possible that the library file that normally contains it is actually missing, mis-located or corrupted, so that spawn can't be found? Is there a workaround

Re: tmux failed and got the message: failed to connect to server: No error

2014-06-02 Thread Robert Pendell
On Mon, Jun 2, 2014 at 4:37 AM, Michael Wild <> wrote: > Hi Guan-Zhong > > The problem is known upstream [1, 2] and I'm also trying to figure out > which change in the cygwin DLL triggered this issue. I'll post here > again once I know more. > > Michael > > [1] http://sourceforge.net/p/tmux/mailman

Re: Native links break zsh

2014-06-02 Thread Doug Henderson
On Mon, Jun 2, 2014 at 6:41 AM, Yuriy Chernysho wrote: > Hi! > > After adding > export CYGWIN='winsymlinks:nativestrict' > > command to my .zshrc file I'm experiencing the problem with zsh > HISTFILE. The message says: > History locking file failed: No such file or directory. > I don't know how thi

Re: It's back -- "gcc: error: spawn: No such file or directory"

2014-06-02 Thread David Friedman
>> Try removing /bin from your path entirely. > I'd rather suggest removing /usr/bin > -- > WBR, > Andrey Repin (anrdae...@yandex.ru) 31.05.2014, <22:59> _ Tried that too (set PATH to just /bin) - same result. Where is spawn normally located? Is it possible that the library file that norm

Native links break zsh

2014-06-02 Thread Yuriy Chernyshov
Hi! After adding export CYGWIN='winsymlinks:nativestrict' command to my .zshrc file I'm experiencing the problem with zsh HISTFILE. The message says: History locking file failed: No such file or directory. I don't know how this is related since HISTFILE isn't a link at all. Yuriy. -- Problem re

Re: tmux failed and got the message: failed to connect to server: No error

2014-06-02 Thread Michael Wild
Hi Guan-Zhong The problem is known upstream [1, 2] and I'm also trying to figure out which change in the cygwin DLL triggered this issue. I'll post here again once I know more. Michael [1] http://sourceforge.net/p/tmux/mailman/message/32396655/ [2] http://sourceforge.net/p/tmux/mailman/message/3