Re: question on where to direct a query

2012-01-04 Thread marco atzeri
On 1/4/2012 8:44 AM, Paul Allen Newell wrote: Cygwin: I am running code on a Fedora box and a WinXP box under cygwin. When I run a make with g++, I am seeing message of recipe for target 'whatever' failed. I do not see these under Fedora. Though it may seem like a minor point, it is a bit of a

Install crash

2012-01-04 Thread jamich - Post
I have a problem. I downloaded cygwin setup and run on my pc with windows xp. I let all setting in default state. I selected source of binaries and I installed it. During installing binaries on my pc it was suddenly restarted. Installation was not successfull. I tried it several times but all

Re: Install crash

2012-01-04 Thread marco atzeri
On 1/4/2012 11:08 AM, jamich - Post wrote: I have a problem. I downloaded cygwin setup and run on my pc with windows xp. I let all setting in default state. I selected source of binaries and I installed it. During installing binaries on my pc it was suddenly restarted. Installation was not

Re: Install crash

2012-01-04 Thread jamich - Post
Marco, I have nod32. I turn off it and install cygwin again. My attempt finished by restarting windows. I use cygwin and nod32 for 2 years without any problems. I updated cygwin several times without any problem. Newest version caused me these problems. Do you have any idea? Is there any log

Re: Install crash

2012-01-04 Thread marco atzeri
On 1/4/2012 12:02 PM, jamich - Post wrote: Marco, I have nod32. I turn off it and install cygwin again. My attempt finished by restarting windows. I use cygwin and nod32 for 2 years without any problems. I updated cygwin several times without any problem. Newest version caused me these

Re: Install crash

2012-01-04 Thread jamich - Post
Marco, do you know how to install previous version of cygwin? Is there any way how to do it? Michal On 1/4/2012 12:02 PM, jamich - Post wrote: Marco, I have nod32. I turn off it and install cygwin again. My attempt finished by restarting windows. I use cygwin and nod32 for 2 years

Building cygwin1.dll

2012-01-04 Thread Johan van den Berg
Any pointers on how to compile cygwin1.dll? I installed cygwin latest onto a windows machine, installed all the prerequisites as per faq (gcc perl et al), downloaded a snapshot, configured and maked but keep running into compile errors. There is no mention in the docs regarding version of gcc

Re: Building cygwin1.dll

2012-01-04 Thread marco atzeri
On 1/4/2012 2:49 PM, Johan van den Berg wrote: Any pointers on how to compile cygwin1.dll? I installed cygwin latest onto a windows machine, installed all the prerequisites as per faq (gcc perl et al), downloaded a snapshot, configured and maked but keep running into compile errors. There is

Re: cygwin permissions problem on a network drive

2012-01-04 Thread Markus Leuthold
On Jul 5 10:59, Corinna Vinschen wrote: On Jul 5 12:21, Bill Metzenthen wrote: What should I ask the system administrator to change so that cygwin will once again work on this drive? Perhaps there is some new setting (or an old one which has somehow changed) for cygwin that I have failed

Re: man redirect error

2012-01-04 Thread Reid Thompson
On Tue, 2012-01-03 at 15:30 -0600, Nellis, Kenneth wrote: Thought maybe someone would be interested in the following error. $ man gcc | head GCC(1)GNU GCC(1) NAME gcc - GNU project C and C++ compiler SYNOPSIS gcc [-c|-S|-E]

RE: man redirect error

2012-01-04 Thread Thrall, Bryan
Reid Thompson wrote on 2012-01-04: On Tue, 2012-01-03 at 15:30 -0600, Nellis, Kenneth wrote: Thought maybe someone would be interested in the following error. $ man gcc | head GCC(1)GNU GCC(1) NAME gcc - GNU project C and C++ compiler

Re: Install crash

2012-01-04 Thread Larry Hall (Cygwin)
On 1/4/2012 6:44 AM, jamich - Post wrote: Marco, do you know how to install previous version of cygwin? Is there any way how to do it? As Marco mentioned, setup.exe is a user-space program, not a kernel one. Therefore, it is not possible for it to be crashing your system. If you are

mingw64-i686-gcc-4.5.3-4: -Wformat warnings broken in C++

2012-01-04 Thread Christian Franke
When printf/scanf functions from MinGW runtime are selected via __USE_MINGW_ANSI_STDIO, then format string checking is broken. This only affects the C++ compiler: $ cygcheck -f /usr/bin/i686-w64-mingw32-g++ mingw64-i686-gcc-g++-4.5.3-4 $ cat testfmt.c #define __USE_MINGW_ANSI_STDIO 1

Re: Building cygwin1.dll

2012-01-04 Thread Johan van den Berg
I am very happy to report that increasing the send and receive buffers has done the job (at least, on a 10MBit link but will be testing a 100Mbit in a few days). I calculated the ideal size as per http://www.ibm.com/developerworks/linux/library/l-hisock/index.html $ diff -u

RE: man redirect error

2012-01-04 Thread Reid Thompson
On Wed, 2012-01-04 at 08:51 -0600, Thrall, Bryan wrote: Perhaps the OP was looking for something like apropos or whatis? Given that man already pipes its output through a pager, the OP could just use the MANPAGER environment variable to do what he wants: $ MANPAGER=head man gcc GCC(1)

RE: man redirect error

2012-01-04 Thread Thrall, Bryan
Reid Thompson wrote on 2012-01-04: On Wed, 2012-01-04 at 08:51 -0600, Thrall, Bryan wrote: Perhaps the OP was looking for something like apropos or whatis? Given that man already pipes its output through a pager, the OP could just use the MANPAGER environment variable to do what he wants:

subversion 1.7 dependency problem

2012-01-04 Thread Fejes József
Hi, I just tried to install subversion 1.7 on a fresh and clean install of Cygwin. The problem is that it depends on dbus, another daemon named gamin, gsettings-desktop-schemas, half a dozen X11 libraries and whatnot. It is a 100% command-line application, so this makes no sense at all,

Re: subversion 1.7 dependency problem

2012-01-04 Thread Jon Clugston
2012/1/4 Fejes József fejes.joz...@argonsoft.hu: Hi, I just tried to install subversion 1.7 on a fresh and clean install of Cygwin. The problem is that it depends on dbus, another daemon named gamin, gsettings-desktop-schemas, half a dozen X11 libraries and whatnot. It is a 100%

Re: subversion 1.7 dependency problem

2012-01-04 Thread David Rothenberger
On 1/4/2012 1:02 PM, Fejes József wrote: I just tried to install subversion 1.7 on a fresh and clean install of Cygwin. The problem is that it depends on dbus, another daemon named gamin, gsettings-desktop-schemas, half a dozen X11 libraries and whatnot. It is a 100% command-line application,

Re: mingw64-i686-gcc-4.5.3-4: -Wformat warnings broken in C++

2012-01-04 Thread JonY
On 1/5/2012 02:31, Christian Franke wrote: When printf/scanf functions from MinGW runtime are selected via __USE_MINGW_ANSI_STDIO, then format string checking is broken. This only affects the C++ compiler: $ cygcheck -f /usr/bin/i686-w64-mingw32-g++ mingw64-i686-gcc-g++-4.5.3-4 $ cat

Re: Distributed Git not compiled under Cygwin?

2012-01-04 Thread Jeremy Bopp
On 12/29/2011 04:31 PM, cxira wrote: Jeremy Bopp-3 wrote: Good stuff. You can avoid the window that pops up by using the run.exe program to kick off your chmod command rather than bash. It's available in the run package. I think the window is actually cmd.exe since this is a Windows

Re: Install crash

2012-01-04 Thread Michal Janik
In article 4f048930.20...@cygwin.com, you say... On 1/4/2012 6:44 AM, jamich - Post wrote: Marco, do you know how to install previous version of cygwin? Is there any way how to do it? As Marco mentioned, setup.exe is a user-space program, not a kernel one. Therefore, it is not

Re: Install crash

2012-01-04 Thread Larry Hall (Cygwin)
On 1/5/2012 1:24 AM, Michal Janik wrote: In article4f048930.20...@cygwin.com, you say... On 1/4/2012 6:44 AM, jamich - Post wrote: Marco, do you know how to install previous version of cygwin? Is there any way how to do it? As Marco mentioned, setup.exe is a user-space program, not a kernel