On Thu, 2010-07-22 at 22:16 -0400, Joseph Quinsey wrote:
> I've submitted a bug report to gcc, and it has been flagged as a duplicate
> of the 2008 report: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37216
It is indicated there that this has been fixed for gcc-4.5, which should
be available soon f
On 23 July 2010 02:53, David Antliff wrote:
>> OK then the easiest thing to do is add "set -x" to your ~/.bash_profile
>> and watch where the delay happens as the statements scroll by.
>
> Ah, that's useful - I also have a 10-second-or-so delay when mintty
> starts. By using a bunch of 'echo' comma
FYI. Source code:
int main(void) {
static int foo[4];
int bar[4];
int i;
for (i = 0; i < 4; i++)
foo[i] = bar[i];
return 0;
}
Compile and run, using Cygwin's current gcc version 4.3.4:
gcc -O3 -march=native foobar.c
a.exe
Segmentation fault (core dumped)
On 7/22/2010 9:53 PM, David Antliff wrote:
On Fri, Jul 23, 2010 at 07:49, Larry Hall (Cygwin) wrote:
OK then the easiest thing to do is add "set -x" to your ~/.bash_profile
and watch where the delay happens as the statements scroll by.
Ah, that's useful - I also have a 10-second-or-so delay wh
On Fri, Jul 23, 2010 at 07:49, Larry Hall (Cygwin) wrote:
> OK then the easiest thing to do is add "set -x" to your ~/.bash_profile
> and watch where the delay happens as the statements scroll by.
Ah, that's useful - I also have a 10-second-or-so delay when mintty
starts. By using a bunch of 'echo
On 7/22/2010 6:44 PM, Jeremy Bopp wrote:
Just to clarify things, are you hosting your first clone under Cygwin
(from which you make another clone using Cygwin which fails), or are you
hosting it under a non-Windows system? It might be good to try this
under the conditions of Cygwin client<-> C
On 21/07/2010 22:54, Eric Blake wrote:
> Is there any sane reason that:
>
> gcc -E -dD -o - foo.c
>
> generates ./-.exe on cygwin, rather than outputting to stdout like on
> every other platform? This tripped up an autoconf test. Fortunately,
> removing '-o -' appears to be portable.
I've se
On 7/22/2010 2:47 PM, Bill Hoffman wrote:
> On 7/22/2010 11:25 AM, Jeremy Bopp wrote:
>
>>>
>>> Are there any other experiments you would like to see? Seems to happen
>>> with any reasonable size git repo. So, if you were to say clone VTK or
>>> Qt, I am sure you could reproduce this as well.
>
Thanks everyone; indeed, I have a /c mount. Sorry for the noise -- in
retrospect, the problem is obvious. I was thinking there was some kind of
weird cmd.exe special case. Sometimes it's hard to keep track of the
interaction of Windows and POSIX command-line conventions.
> -Original Message---
Hi,
I'm running a Windows XP SP3 with NTFS drives and woefully little disk
space.. I have ~200MB free on my D:\ drive. When I use write() with a
buffer larger than my available disk space, the return value is bogus
and sometimes larger than the buffer size I pass in (!). errno is not
set. I believ
Daniel Colascione sent the following at Thursday, July 22, 2010 5:04 PM
>
>Where does the /c come from when I type "robocopy /?"?
>
>When I type, at a bash prompt, "robocopy /?", robocopy complains about
>an invalid parameter #1, "/c". With switches other than "/?", I don't
>have a problem.
Sound
Thank you Chris for your reply.
>From: "Hunter, Bryan"
>The SSHD service is successfully running under the local cyg_server
>userid set up by ssh-host-config. Pulbic key authentication is
working.
>It is running on a Windows 2003 Server with Domain Security Policies
>being pushed down fro
Where does the /c come from when I type "robocopy /?"?
When I type, at a bash prompt, "robocopy /?", robocopy complains about an
invalid parameter #1, "/c". With switches other than "/?", I don't have a
problem.
--
Problem reports: http://cygwin.com/problems.html
FAQ: htt
On 7/22/2010 2:43 PM, John Oliver wrote:
On Thu, Jul 22, 2010 at 01:30:37PM -0400, Larry Hall (Cygwin) wrote:
On 7/22/2010 1:14 PM, John Oliver wrote:
After opening the Cygwin shell, I get the black box and a blinking
underscore for ten or fifteen seconds before the prompt appears. How
would I
On 7/22/2010 11:25 AM, Jeremy Bopp wrote:
Are there any other experiments you would like to see? Seems to happen
with any reasonable size git repo. So, if you were to say clone VTK or
Qt, I am sure you could reproduce this as well.
I'm game to try this out. Can you send me the exact git c
Greetings, Brad De Vries!
> BTW, I second the motion to fix setup.exe.
You're not even third, as I'm aware.
>From the past discussions, people is well aware of the issue, the real problem
is to get someone to actually do something about it. The human power are
lacking...
Good suggestion with cle
On Thu, Jul 22, 2010 at 01:30:37PM -0400, Larry Hall (Cygwin) wrote:
> On 7/22/2010 1:14 PM, John Oliver wrote:
> >After opening the Cygwin shell, I get the black box and a blinking
> >underscore for ten or fifteen seconds before the prompt appears. How
> >would I go about figuring out what the de
On Thu, Jul 22, 2010 at 10:27:33AM -0700, Karl M wrote:
>> Subject: Re: cygport cross-compiling beta1
>> From: yselkowitz
>> Date: Wed, 21 Jul 2010 03:21:44 -0500
We already saw most of this in the header.
>>> But...somebody out there might have (cygwin) code that doesn't compile
>>> with gcc4. T
On 7/22/2010 1:14 PM, John Oliver wrote:
After opening the Cygwin shell, I get the black box and a blinking
underscore for ten or fifteen seconds before the prompt appears. How
would I go about figuring out what the delay is all about?
Are you running bash? Have you installed the bash-complet
> Subject: Re: cygport cross-compiling beta1
> From: yselkowitz
> Date: Wed, 21 Jul 2010 03:21:44 -0500
>
>> But...somebody out there might have (cygwin) code that doesn't compile
>> with gcc4. They ought to fix their code, but...this is not an ideal world.
>
> Distros maintain patches for still
After opening the Cygwin shell, I get the black box and a blinking
underscore for ten or fifteen seconds before the prompt appears. How
would I go about figuring out what the delay is all about?
--
***
* John Oliver
I got closer to my problem maybe someone can beat me before i find solution...
so when javac.sh gets called, the file below is executed:
#!/bin/sh
/cygdrive/c/Program Files/Java/jdk1.5.0_22/bin/javac.exe $1 $2 $3
`cygpath -w -p $4`
if i try to just call /home/ahojat/bin/javac.sh on a java file to
On 7/22/2010 10:01 AM, Bill Hoffman wrote:
> On 7/21/2010 12:30 AM, Jeremy Bopp wrote:
>
>>> http://git.661346.n2.nabble.com/Error-when-cloning-gc-ed-repository-td4425832.html
>>>
>>>
>>>
>>> Basically, it is this random error:
>>> fatal: early EOFs: 47% (657/1396)
>>>
>>>
>>> Seems like an issue
Hey everyone,
I have a .po file I created and I wanted to translate that into a java
ResourceBundle properties file.
There is a util to do that via something like:
msgfmt --java2 -d . messages_fr_FR.po
But i got an error saying to set JAVAC or install gcj...
javac is in my java/bin PATH env vari
On 7/21/2010 12:30 AM, Jeremy Bopp wrote:
http://git.661346.n2.nabble.com/Error-when-cloning-gc-ed-repository-td4425832.html
Basically, it is this random error:
fatal: early EOFs: 47% (657/1396)
Seems like an issue with openssh and not git as using plink fixes the
problem. Anyway, with so
On 7/22/2010 5:59 AM, Alex Morris wrote:
Hello,
I'd like to suggest a new UK mirror for Cygwin.
I'm not sure that sourcemaster@ is readable.
The implication from what you wrote above is that you're not the one
maintaining this mirror. For obvious reasons, it isn't really feasible
for the list
Corinna Vinschen wrote in
news:20100722130831.gg8...@calimero.vinschen.de:
> On Jul 22 12:40, Lo�c Tron wrote:
>> Corinna Vinschen wrote
>
>
>
> http://cygwin.com/acronyms/#PCYMTNQREAIYR
>
>
>
>> > On Jul 22 11:39, L Tron wrote:
>> >> I am trying to mount a XFS formated SD card witho
On Jul 22 12:40, Lo�c Tron wrote:
> Corinna Vinschen wrote
http://cygwin.com/acronyms/#PCYMTNQREAIYR
> > On Jul 22 11:39, L Tron wrote:
> >> I am trying to mount a XFS formated SD card without any success,
> >> there is nothing in /cygdrive. I use cygwin 1.7 on XP SP3, and have
> >> tried
Corinna Vinschen wrote in
news:20100722120810.gf8...@calimero.vinschen.de:
> On Jul 22 11:39, L Tron wrote:
>> Hello
>> I am trying to mount a XFS formated SD card without any success,
>> there is nothing in /cygdrive. I use cygwin 1.7 on XP SP3, and have
>> tried mount -f. The card has letter F
On Jul 22 11:39, L Tron wrote:
> Hello
> I am trying to mount a XFS formated SD card without any success, there is
> nothing in /cygdrive.
> I use cygwin 1.7 on XP SP3, and have tried mount -f. The card has letter F:
> on windows but can not be read of course.
Nor can it be read from Cygwin, unl
Hello,
I'd like to suggest a new UK mirror for Cygwin.
I'm not sure that sourcemaster@ is readable.
URL of mirror: http://cygwin.favoritelinks.net/
Contact email address: mirrors at favoritelinks.net
Update frequency: daily
Approximate bandwidth: 100 Mbit/sec
IP address : 193.33.187.240
Loca
Hello
I am trying to mount a XFS formated SD card without any success, there is
nothing in /cygdrive.
I use cygwin 1.7 on XP SP3, and have tried mount -f. The card has letter F: on
windows but can not be read of course.
Thanks for the help
Lo?c
On Jul 21 12:03, Eric Blake wrote:
> On 07/21/2010 11:44 AM, Fred Wheeler wrote:
> > chmod affects the access permissions according to the ntsec system,
> > but has no effect on this alternate access method.
>
> This is possibly a bug in cygwin. POSIX says:
> [...]
> That is, calling chmod() to c
33 matches
Mail list logo