gfortran and lapack problem

2014-10-19 Thread Christian
Hi all, I'm having problems setting up gfrortran with lapack. I installed lapack and liblapack-devel from cygwin, but when I try to compile I cannot get any result, although I don't get any error. This a very simple code I'm trying to compile: PROGRAM MyTest IMPLICIT NONE DOUBLE PRECISION ::

Re: windows clipboard, getclip, putclip, clip, etc

2014-10-19 Thread Lord Laraby
Hi Ping: I'm really kind of glad that some program started in a background shell cannot access my current-window-station clipboard. That would play havoc with my normal windowing programs in general. After all, I have no idea who logged into my PC with ssh. Should I allow any and all that can imper

Re: windows clipboard, getclip, putclip, clip, etc

2014-10-19 Thread sisyphus1
-Original Message- From: ping song Sent: Monday, October 20, 2014 11:58 AM To: cygwin@cygwin.com Subject: Re: windows clipboard, getclip, putclip, clip, etc I hope to send the text to a clipboard that I can just put in notepad with a ctrl-v If the text is in a file (on the Ubu

Re: windows clipboard, getclip, putclip, clip, etc

2014-10-19 Thread ping song
experts: I tested this whole day and couldn't find a solution... so I wanted to archive same goal as described in this post: http://stackoverflow.com/questions/1152362/getting-items-on-the-local-clipboard-from-a-remote-ssh-session I'm on windows (cygwin) machine A and ssh into linux machine B. I

cygwin.com/cgi-bin not found

2014-10-19 Thread Steven Penny
http://cygwin.com/cgi-bin was to my knowledge the only place you could find the source to such important files as "package-grep.cgi" http://cygwin.com/ml/cygwin/2014-06/msg00127.html However this and other pages found in Cygwin Robots have gone missing, notice curl -s cygwin.com/robots.txt |

Re: HEADSUP to Emacs users

2014-10-19 Thread Andrea Venturoli
On 10/13/14 20:49, Ken Brown wrote: It wouldn't hurt to double check; you should have a line that says "X11Forwarding yes" in /etc/sshd_config in the Cygwin installation. I have this. It looks like you don't have the cygserver service running. My recollection is that you might need this f

Re: "CYGWIN=wincmdln" does not give me nuts

2014-10-19 Thread Пётр Б .
However, after assuming that developers are smarter than I am, i found it. In XP I would have zero problems, but I was using Seven! I created a per-user variable "CYGWIN" thinking that it will be visible to all programs. But operating system thinks otherwise - per-user variables only affect progr

Re: mintty: WINCH-signal to child

2014-10-19 Thread Thomas Wolff
Am 19.10.2014 12:11, schrieb Helmut Karlowski: Am 19.10.2014, 09:48 Uhr, schrieb Duncan Roe: bash at least has "shopt -s checkwinsize" to achieve what you want, That would be a workaround for bash. Ideally every process should forward the WINCH-signal to its parent, or the terminal should wa

Re: mintty: WINCH-signal to child

2014-10-19 Thread Helmut Karlowski
Am 19.10.2014, 09:48 Uhr, schrieb Duncan Roe: bash at least has "shopt -s checkwinsize" to achieve what you want, That would be a workaround for bash. Ideally every process should forward the WINCH-signal to its parent, or the terminal should walk through the call-tree. Both not very likel

Re: mintty: WINCH-signal to child

2014-10-19 Thread Duncan Roe
On Sat, Oct 18, 2014 at 10:02:33PM +0100, Helmut Karlowski wrote: > > When I run for example an editor from a shell in a mintty-window and change > the window-size the editor is informed by a WINCH-signal. That is good. But > the shell it was started from does not know about the change, so after >