Path issue with cygwin and g++ -fprofile-generate and -fprofile-use command

2020-04-02 Thread vivien.clauzon--- via Cygwin
Hi cygwin users, today I saw an issue when trying to use profile guided optimization of g++ (9.3.0) inside cygwin 3.1.4 with path specified uname -a gives CYGWIN_NT-10.0 3.1.4(0.340/5 /3) 2020-02-19 x86_64 Cygwin More specificaly if I try to give a path argument like -fprofile-generate=profile

Re: Issue with CYGWIN :(

2018-04-17 Thread Eliot Moss
On 4/17/2018 2:35 AM, Imran Khan wrote: > Hi BeCygwin, >Can you help me in resolving the issue? > 1. cd to LIVE-555 folder > @DESKTOP-PUEEUEA /cygdrive/e/*/*/sw/LIVE-555* > 2. execute the ndk-build command > *$ > E://*/android-ndk-r10e-windows-x86_64/andro

Issue with CYGWIN :(

2018-04-16 Thread Imran Khan
Hi BeCygwin, Can you help me in resolving the issue? What I am doing here. 1. Cloned into the local machine :-> git clone https://bitbucket.org/gr idrasterproduct/live-555 2. download NDK:-> https://developer.android.com/ndk/downloads/older_ releases.html

Re: Issue with cygwin svn and files with unicode characters

2014-07-21 Thread Eliot Moss
On 7/21/2014 10:15 AM, olivier barthelemy wrote: Hi, I am sending this here and not to subversion project directly, since i am seeing my problem in svn 1.8.1 of cygwin, but not on SVN 1.8.1 of TortoiseSVN. I just added a file with unicode chinese characters in a folder where a repository is che

Issue with cygwin svn and files with unicode characters

2014-07-21 Thread olivier barthelemy
Hi, I am sending this here and not to subversion project directly, since i am seeing my problem in svn 1.8.1 of cygwin, but not on SVN 1.8.1 of TortoiseSVN. I just added a file with unicode chinese characters in a folder where a repository is checked out. I didn't add that file to the repository,

Issue with Cygwin ssh rsync from Unix sh script on Windows 7 64 bit

2013-02-14 Thread govango
I have cygwin installed on both a Win 7 32 bit machine and on Win 7 64 bit machine. The setup on Win 7 32 is working. I am having trouble with the setup on Win 7 64. I am trying to automate cygwin rsync by calling a unix shell script in the /cygdrive/c/cygwin/usr/local/bin. I have ssh installed a

RE: Issue with Cygwin perl *** fatal error - fork: can't reserve memory for stack

2010-07-02 Thread Ramón García Fernández
functionality is in cygwin1.dll. It is surprising. -Mensaje original- De: reini.ur...@gmail.com [mailto:reini.ur...@gmail.com] En nombre de Reini Urban Enviado el: viernes, 02 de julio de 2010 12:36 Para: cygwin@cygwin.com CC: Ramón García Fernández Asunto: Re: Issue with Cygwin perl *** fatal

Re: Issue with Cygwin perl *** fatal error - fork: can't reserve memory for stack

2010-07-02 Thread Reini Urban
2010/7/2 Ramón García Fernández : > The cause was that the argument list was long. That is, a program invoked > with a long argument list could not fork. Perhaps this behaviour could be > improved. I'll try if it's within perl. Before I see no problem with perl's fork, but maybe it's elsewhere.

RE: Issue with Cygwin perl *** fatal error - fork: can't reserve memory for stack

2010-07-02 Thread Ramón García Fernández
The cause was that the argument list was long. That is, a program invoked with a long argument list could not fork. Perhaps this behaviour could be improved. On the other hand, I tried creating a junction point with linkd.exe so that I could use short names for the openoffice source tree. But t

Re: Issue with Cygwin perl *** fatal error - fork: can't reserve memory for stack

2010-07-01 Thread Reini Urban
e google search, I found that this is an issue with cygwin. I have > already run rebaseall and peflagsall, but the error still exists. This is > Windows XP Service Pack 3. Thank you very much. > > Building module postprocess > = > > Entering /openoffice/local_DEV300/

Re: Issue with Cygwin perl *** fatal error - fork: can't reserve memory for stack

2010-07-01 Thread Larry Hall (Cygwin)
On 7/1/2010 10:37 AM, Ramón García Fernández wrote: Hello, When building openoffice under cygwin (this is the standard way of building openoffice under Windows), the following error shown bellow is issued. After some google search, I found that this is an issue with cygwin. I have already run

Issue with Cygwin perl *** fatal error - fork: can't reserve memory for stack

2010-07-01 Thread Ramón García Fernández
Hello, When building openoffice under cygwin (this is the standard way of building openoffice under Windows), the following error shown bellow is issued. After some google search, I found that this is an issue with cygwin. I have already run rebaseall and peflagsall, but the error still exists

RE: [ATTN: cvs maintainer] trailing dot issue with cygwin 1.7

2010-04-06 Thread Seay_Douglas
in-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of Charles Wilson Sent: Monday, April 05, 2010 10:50 PM To: cygwin@cygwin.com Subject: Re: [ATTN: cvs maintainer] trailing dot issue with cygwin 1.7 On 4/4/2010 11:01 AM, crosmun_will...@emc.com wrote: > The _POSIX_NO_TRUNC variable is de

Re: [ATTN: cvs maintainer] trailing dot issue with cygwin 1.7

2010-04-05 Thread Charles Wilson
On 4/4/2010 11:01 AM, crosmun_will...@emc.com wrote: > The _POSIX_NO_TRUNC variable is defined in cygwin 1.7, and not defined in > cygwin 1.5, so in cygwin 1.7, the code goes down the path where the > temp_filename is the first 9 characters of the original filename preceded by > '.new.' The prob

[ATTN: cvs maintainer] trailing dot issue with cygwin 1.7

2010-04-04 Thread crosmun_william
I haven't seen this reported in the mailing lists anywhere. My apologies if it has.  We are having problems with the cvs client running in Cygwin 1.7. There is a section of code in src/client.c > temp_filename = xmalloc (strlen (filename) + 80); > #ifdef USE_VMS_FILENAMES >  /* A VMS

Re: Issue with cygwin 1.7 install

2009-12-24 Thread Christopher Faylor
On Thu, Dec 24, 2009 at 11:15:06AM -0800, Michael Kwong wrote: >I wonder if anyone else has seen this issue, but after installing 1.7 >from setup.exe, starting up cygwin causes it to complain about not >being able to find /usr/bin/sed, and the shell also doesn't seem to be >fully functional either

Issue with cygwin 1.7 install

2009-12-24 Thread Michael Kwong
I wonder if anyone else has seen this issue, but after installing 1.7 from setup.exe, starting up cygwin causes it to complain about not being able to find /usr/bin/sed, and the shell also doesn't seem to be fully functional either (delete key doesn't work, less is not working properly ... etc). L

Re: 1.5.25: RSH issue with Cygwin/Win2008

2009-06-02 Thread Christopher Faylor
On Tue, Jun 02, 2009 at 05:51:09PM +0200, Corinna Vinschen wrote: >On Jun 2 11:46, Gokula Rangarajan wrote: >> Team, >> [...] > >I replied to your OP not even 2 hours ago. Maybe his OP isn't working. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: h

Re: 1.5.25: RSH issue with Cygwin/Win2008

2009-06-02 Thread Corinna Vinschen
On Jun 2 11:46, Gokula Rangarajan wrote: > Team, > [...] I replied to your OP not even 2 hours ago. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.c

Re: 1.5.25: RSH issue with Cygwin/Win2008

2009-06-02 Thread Corinna Vinschen
On May 31 22:31, Gokula Rangarajan wrote: > Team, > > I am running windows Server Enterprise 2008, 64 bit. I have installed the > latest version of Cygwin in the windows 2008 server. I have a bunch of > RHEL5.x servers that needs to controlled from Windows 2008 server using RSH. > While I am a

Re: is there any little-endian and big-endian issue with cygwin?

2007-02-15 Thread Shankar Unni
Tim Beuman wrote: Java uses big-endian while Windows/DOS (and cygwin) uses little-endian. [OT] False. Java only uses big-endian for external representation of integers. In memory, integers follow the native layout of whatever architecture it's running on. -- Unsubscribe info: http:/

Re: is there any little-endian and big-endian issue with cygwin?

2007-02-15 Thread Igor Peshansky
Again, , , and reformatted. Also, there's no need to Cc: me -- I read the list (as my Reply-To: indicates). > On Thu, 15 Feb 2007, winner wei wrote: > > - Original Message

Re: is there any little-endian and big-endian issue with cygwin?

2007-02-15 Thread winner wei
template). Thanks. - Original Message From: Igor Peshansky <[EMAIL PROTECTED]> To: winner wei <[EMAIL PROTECTED]> Cc: cygwin@cygwin.com Sent: Thursday, February 15, 2007 2:22:33 PM Subject: Re: is there any little-endian and big-endian issue with cygwin? David, <ht

Re: is there any little-endian and big-endian issue with cygwin?

2007-02-15 Thread Igor Peshansky
David, . Thanks. Also, reformatted. And again: . On Thu, 15 Feb 2007, winner wei wrote: > - Original Message > From: Igor Peshansky <[EMAIL PROTECTED]> > To: winner wei <[EMAIL

Re: Slow compile issue with cygwin make since v1.5.17

2007-02-15 Thread DePriest, Jason R.
On 2/15/07, Dan Shumuk wrote: Hi there, We have been having a problem with using v1.5.24 of cygwin since cygwin.dll v1.5.17. Installing the lastest version of cygwin causes our autogenerated slickedit make files to compile very slowly in cygwin. Upon further investigation we found the CPU time

Slow compile issue with cygwin make since v1.5.17

2007-02-15 Thread Dan Shumuk
Hi there, We have been having a problem with using v1.5.24 of cygwin since cygwin.dll v1.5.17. Installing the lastest version of cygwin causes our autogenerated slickedit make files to compile very slowly in cygwin. Upon further investigation we found the CPU time is limited to approximately 10%

Re: is there any little-endian and big-endian issue with cygwin?

2007-02-15 Thread Tim Beuman
David, Java uses big-endian while Windows/DOS (and cygwin) uses little-endian. Tim winner wei wrote: Hi, My code works fine in Cygwin by command line, but when I run it through a Java GUI launched from DOS the result is incorrect with all the data which are not zero. The java Gui does nothi

Re: is there any little-endian and big-endian issue with cygwin?

2007-02-15 Thread Igor Peshansky
Hi, . Thanks. More below. On Thu, 15 Feb 2007, winner wei wrote: > My code works fine in Cygwin by command line, but when I run it through > a Java GUI launched from DOS the result is incorrect with all the data > which are not zero. The java Gui does noth

is there any little-endian and big-endian issue with cygwin?

2007-02-15 Thread winner wei
Hi, My code works fine in Cygwin by command line, but when I run it through a Java GUI launched from DOS the result is incorrect with all the data which are not zero. The java Gui does nothing more than launching the executables and provide a parameter file (I used the exactly same parameter fi

Re: Query: issue with cygwin-curl 7.15.0 - cannot close some connections

2005-11-28 Thread Corinna Vinschen
On Nov 28 04:04, Brian Dessent wrote: > The reason that it apparently did not realize that the connection had > been terminated was that the Cygwin poll() was returning 1 with the > POLLHUP bit set in 'revents'. But curl was not aware of this bit and > only looked for POLLIN, so it got confused,

Re: Query: issue with cygwin-curl 7.15.0 - cannot close some connections

2005-11-28 Thread Brian Dessent
Soh Kam Yung wrote: > Brian, Please send all questions about using the Cygwin curl packages to the cygwin (at) cygwin.com mailing list, which I follow. Please do not email me personally. > I have been using curl under cygwin and noticed an issue with closing > of connections with some websites

Re: Issue with Cygwin Setup on slow and unstable connection

2004-10-18 Thread Reini Urban
Igor Pechtchanski schrieb: On Sun, 17 Oct 2004, Reini Urban wrote (slightly reordered): http://cygwin.com/acronyms/#PCYMTNQREAIYR First off, it's enough to include the URL -- no need to quote the text at that URL. I favored my approach. He looked like a real beginner, that I didn't expect that he a

Re: Issue with Cygwin Setup on slow and unstable connection

2004-10-17 Thread Igor Pechtchanski
On Sun, 17 Oct 2004, Reini Urban wrote (slightly reordered): > http://cygwin.com/acronyms/#PCYMTNQREAIYR First off, it's enough to include the URL -- no need to quote the text at that URL. > http://groups.google.com/groups?th=1ebcb6e9525fa75b I've already offered to include in the above OLOCA

Re: Issue with Cygwin Setup on slow and unstable connection

2004-10-17 Thread Reini Urban
http://cygwin.com/acronyms/#PCYMTNQREAIYR Please Configure Your Mailer To Not Quote Raw E-mail Addresses In Your Replies. Some mailers include the raw e-mail address in the "Joe <[EMAIL PROTECTED]> wrote:" line. The web archives for the mailing lists are publicly available. Let's not feed the

Re: Issue with Cygwin Setup on slow and unstable connection

2004-10-16 Thread Diogo Franco
--- Igor Pechtchanski <[EMAIL PROTECTED]> escreveu: > On Tue, 12 Oct 2004, Diogo Franco wrote: > > > There's a problem with the Cygwin Web Setup > program > > that's not really a technical problem. > > > > There's a problem with the my connection that it > drop > > with no reason after a little

Re: Issue with Cygwin Setup on slow and unstable connection

2004-10-12 Thread Igor Pechtchanski
On Tue, 12 Oct 2004, Diogo Franco wrote: > There's a problem with the Cygwin Web Setup program > that's not really a technical problem. > > There's a problem with the my connection that it drop > with no reason after a little while (the my record > today was 1 hour and 15 minutes connected). > > I

Issue with Cygwin Setup on slow and unstable connection

2004-10-12 Thread Diogo Franco
There's a problem with the Cygwin Web Setup program that's not really a technical problem. There's a problem with the my connection that it drop with no reason after a little while (the my record today was 1 hour and 15 minutes connected). Is there a way to download the cygwin packages with a dow

Re: file lock issue with cygwin 1.5.10-3, cvs 1.1.6-3

2004-06-11 Thread Mark Schamberger
Corinna, Thanks for looking into this. In my case, there is nothing funny with permissions and also the CYGWIN envar is unset. If I cd to my $CVSROOT directory, I can create files and directories, and also within subdirectories under $CVSROOT. Also, the permissions seem okay under 1.5.9

Re: file lock issue with cygwin 1.5.10-3, cvs 1.1.6-3

2004-06-03 Thread Corinna Vinschen
On Jun 1 07:50, Mark Schamberger wrote: > I have the latest and greatest Cygwin packages installed on two different > machines and noticed the following problem on both using CVS: > > CVS fails to create a read lock when trying to check out or update from a > repository on the local network. If

file lock issue with cygwin 1.5.10-3, cvs 1.1.6-3

2004-06-01 Thread Mark Schamberger
I have the latest and greatest Cygwin packages installed on two different machines and noticed the following problem on both using CVS: CVS fails to create a read lock when trying to check out or update from a repository on the local network. If I revert to cygwin 1.5.9-1, CVS again works correct

Re: vtable issue with cygwin 1.5.5.1? [Was: Re: vtable with snapshot >=20031123]

2003-12-16 Thread Axel Naumann
Hi Christopher, > >I ran into a problem with gcc 3.3.1, cygwin snapshots>=20031123 (at > >least, probably also earlier versions). > Like 1.5.5, for instance. This isn't specifically a cygwin snapshot > issue. Okay, thanks for finding that out. Can I take this as an ack that it's a cygwin issue?

Re: Security Issue with Cygwin

2003-01-22 Thread Max Bowsher
Lambeth Darwin wrote: > To whom it may concern; > > Not sure if you know this or not, but the default configuration with > Cygwin allows any user to change to any directory on a W2K box and > delete whatever files they want. I have installed it with the current > default instructions and was able t

Re: Security Issue with Cygwin

2003-01-22 Thread Robert Collins
On Thu, 2003-01-23 at 11:48, Lambeth Darwin wrote: > To whom it may concern; > > Not sure if you know this or not, but the default configuration with Cygwin allows >any user to change to any directory on a W2K box and delete whatever files they want. >I have installed it with the current default

Security Issue with Cygwin

2003-01-22 Thread Lambeth Darwin
To whom it may concern; Not sure if you know this or not, but the default configuration with Cygwin allows any user to change to any directory on a W2K box and delete whatever files they want. I have installed it with the current default instructions and was able to logon as a regular domain us