R: Quad precision floating point package for gfortran

2010-09-07 Thread Marco Atzeri
--- Mer 8/9/10, Jerry DeLisle ha scritto: > We are developing a quad precision > floating point library for use with gfortran. > > When attempting to build the library under Cygwin, we are > stopped because: > > __float128 is not supported when running the ./configure > for the package.  I suspe

Quad precision floating point package for gfortran

2010-09-07 Thread Jerry DeLisle
We are developing a quad precision floating point library for use with gfortran. When attempting to build the library under Cygwin, we are stopped because: __float128 is not supported when running the ./configure for the package. I suspect the issue may be related to newlib vs glibc, but I rea

Re: can't compile setup.exe

2010-09-07 Thread Yaakov (Cygwin/X)
On Tue, 2010-09-07 at 19:50 +0100, Jon TURNEY wrote: > How about adding the following to my previous patch? That at least turns the > OPs problem into something intelligible by mere mortals :-) > > #include > #if (__W32API_MAJOR_VERSION*100 + __W32API_MINOR_VERSION) < 315 > #error w32api3.15 or

Re: Portable Cygwin 1.5 compiled using XP fails to run on W7 64

2010-09-07 Thread Christopher Faylor
On Tue, Sep 07, 2010 at 06:30:44PM +0100, Fergus wrote: >Dear All, >Subject says all. >Could a portable version of Cygwin 1.5 mounted on a USB stick reasonably >be expected to run on W7 64? No, it is not expected to run. cgf -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: can't compile setup.exe

2010-09-07 Thread Jon TURNEY
On 07/09/2010 18:15, Yaakov (Cygwin/X) wrote: On Thu, 2010-09-02 at 14:38 +0100, Jon TURNEY wrote: This was broken by the recent w32api-3.15 update, which seems to have made those PropSheet macros C++ aware, so the global scoping operator is no longer needed. Patch attached to fix it, but I cou

Re: incredibly slow file listing script on windoze 7 pro 4 core 64 bit

2010-09-07 Thread Larry Hall (Cygwin)
On 9/7/2010 12:05 PM, mike marchywka wrote: this takes a few minutes on old debian machine, taking much longer here on same data- about 19k file about 24Gb total size. Windoze finally has better perf stuff but still no help- one core at 25 pct all kernel time disk not exactly busy. All the time i

Re: ssh access violation [was: ssh simply prints Aborted]

2010-09-07 Thread René Berber
End of story: > *From:* gonzalo diethelm > *Sent:* Monday, September 06, 2010 5:13 PM > > I downgraded openssh to v5.5p1-2 and > now it is working again! > *From:* Letbetter, Jason > > That fixed my problem too!!! Thanks a lot Gonzalo, I really appreciate > you keeping me in the loop and helping

Portable Cygwin 1.5 compiled using XP fails to run on W7 64

2010-09-07 Thread Fergus
Dear All, Subject says all. Could a portable version of Cygwin 1.5 mounted on a USB stick reasonably be expected to run on W7 64? I know there are recommendations but can't remember outright prohibitions or constraints. If not, I would have expected dumb failure. But actually we are getting: g

Re: can't compile setup.exe

2010-09-07 Thread Yaakov (Cygwin/X)
On Thu, 2010-09-02 at 14:38 +0100, Jon TURNEY wrote: > This was broken by the recent w32api-3.15 update, which seems to have made > those PropSheet macros C++ aware, so the global scoping operator is no longer > needed. > > Patch attached to fix it, but I couldn't work out how to also get it to

RE: 1.7.7: Cannot unmount certain user bind mounts

2010-09-07 Thread John Carey
On Sep 04 01:50 Corinna Vinschen wrote: > On Sep 3 17:19, John Carey wrote: > > A user mount whose only non-default option is "bind" > > cannot be unmounted if its target is a system mount; > > please see the end of this email for a test case. > > > > It looks to me as if the MOUNT_SYSTEM bit is c

incredibly slow file listing script on windoze 7 pro 4 core 64 bit

2010-09-07 Thread mike marchywka
this takes a few minutes on old debian machine, taking much longer here on same data- about 19k file about 24Gb total size. Windoze finally has better perf stuff but still no help- one core at 25 pct all kernel time disk not exactly busy. All the time is in the "ls" loop not the find command. Now o

Re: Problem with mouse events in XWin server

2010-09-07 Thread Larry Hall (Cygwin)
On 9/7/2010 9:31 AM, Jurgen Defurne wrote: Dear all, At work I use my portable as X server for a remote Linux machine. I can use two brands of software, Reflection X, which is installed by our IT department, or Cygwin XWin, which I install my self. Since this is a Cygwin-X issue, please send i

Re: Problem with mouse events in XWin server

2010-09-07 Thread Jon TURNEY
On 07/09/2010 14:31, Jurgen Defurne wrote: At work I use my portable as X server for a remote Linux machine. I can use two brands of software, Reflection X, which is installed by our IT department, or Cygwin XWin, which I install my self. The application which I need to access is Continuus, whic

likely stupid question but name conflicts with foo and foo.exe?

2010-09-07 Thread mike marchywka
Hi, I'm trying to copy of bunch of files from debian over to windoze using scp -r. This was working fine except for one error where it complains foo is not a directory and apparently I have foo and foo.exe in one dir but foo is a directory. I think this replicates the problem. It seems that ".exe"

Problem with mouse events in XWin server

2010-09-07 Thread Jurgen Defurne
Dear all, At work I use my portable as X server for a remote Linux machine. I can use two brands of software, Reflection X, which is installed by our IT department, or Cygwin XWin, which I install my self. The application which I need to access is Continuus, which is Motif based. What is now my

Re: OpenGL linking problems

2010-09-07 Thread Jon TURNEY
On 04/09/2010 17:29, André Bleau wrote: On 05/09/2010 00:16, David Doria wrote: Well, we need more info to help us help you. What kind of application are you trying to build? X11 or native? There are 2 ways to build OpenGL-related programs: 1- Using native OpenGL, with driver supported hardwar

Re: TCL exec kills its owning tty (was: Unable to initialize fd 0 for /dev/tty1)

2010-09-07 Thread Corinna Vinschen
On Sep 7 11:22, Ryan Johnson wrote: > On 9/6/2010 11:34 PM, Ryan Johnson wrote: > >The last couple days I've gotten some really strange errors. > >Sometimes I'll alt-tab to an xterm window and start typing, only > >to have it disappear at the first keystroke. Sometimes `emacs -nw' > >will get hit

TCL exec kills its owning tty (was: Unable to initialize fd 0 for /dev/tty1)

2010-09-07 Thread Ryan Johnson
On 9/6/2010 11:34 PM, Ryan Johnson wrote: The last couple days I've gotten some really strange errors. Sometimes I'll alt-tab to an xterm window and start typing, only to have it disappear at the first keystroke. Sometimes `emacs -nw' will get hit instead, leaving both emacs and the xterm pret

Re: permission denied when removing files on remote file share that is offline

2010-09-07 Thread Corinna Vinschen
On Sep 6 18:34, Thielemans, Kris wrote: > On Sep 6 15:33, Thielemans, Kris wrote: > > I'm using a file share with Offline Folders such that I can access > > it when not connected to our intranet. In cygwin I cannot remove any > > files that I create on the share when it's offline: > > > > $