Re: sshd not doing key based authentication

2012-04-10 Thread Thorsten Kampe
* Rurik Christiansen (Tue, 10 Apr 2012 11:23:04 +1000) > On 6/04/2012 08:44, Andrey Repin wrote: > > Greetings, Rurik Christiansen! > > [...] > > >> and my understanding is that I can't run the sshd frontend without > >> screwing the permissions. > > I don't understand what you mean by this. > >

Re: Can RPM packages be installed into Cygwin?

2012-04-10 Thread Christopher Faylor
On Tue, Apr 10, 2012 at 02:03:29PM +0800, De-Jian Zhao wrote: >It seems that the compilation under Cygwin is more complicated than >expected. Sometimes it is, especially when you are not quite sure what you're doing, and the upstream project has made regrettable decisions about compiling for Cygwi

Re: sshd not doing key based authentication

2012-04-10 Thread Larry Hall (Cygwin)
On 4/10/2012 10:02 AM, Thorsten Kampe wrote: * Rurik Christiansen (Tue, 10 Apr 2012 11:23:04 +1000) On 6/04/2012 08:44, Andrey Repin wrote: Greetings, Rurik Christiansen! [...] and my understanding is that I can't run the sshd frontend without screwing the permissions. I don't understand w

Problem with reading nonblocking /dev/com in 1.7.10 and up

2012-04-10 Thread Abdul Muis
I have notice that I could not read serial device (/dev/com4 or /dev/ttyS3) with non blocking mode since 1.7.10 and up. I used to read serial data while doing openGL visualization. In which, the openGL display was not changed due to blocking mode reading. The command is fcntl(fd, F_SETFL, FNDELAY

Re: Can RPM packages be installed into Cygwin?

2012-04-10 Thread Warren Young
On 4/9/2012 11:48 PM, De-Jian Zhao wrote: I wrote to the help desk of NCBI Blast+. They have no guidelines for Cygwin users and also suggested the windows version. It sounds like the Cygwin port is abandoned, then. You should consider adopting it. Yes, it's a fair bit of work, and I wouldn'

Re: Problem with reading nonblocking /dev/com in 1.7.10 and up

2012-04-10 Thread Peter Rosin
On 2012-04-10 20:17, Abdul Muis wrote: > I have notice that I could not read serial device (/dev/com4 or > /dev/ttyS3) with non blocking mode since 1.7.10 and up. I used to read > serial data while doing openGL visualization. In which, the openGL > display was not changed due to blocking mode readi

Re: Problem with reading nonblocking /dev/com in 1.7.10 and up

2012-04-10 Thread Christopher Faylor
On Wed, Apr 11, 2012 at 01:17:05AM +0700, Abdul Muis wrote: >I have notice that I could not read serial device (/dev/com4 or >/dev/ttyS3) with non blocking mode since 1.7.10 and up. Out of curiosity, is it broken in the 2011-10-22 snapshot? Be careful if you install it since there may be added st

Re: Problem in searching /proc/registry.

2012-04-10 Thread Christian Franke
PRIKHODKO, GEORGE wrote: Hi, Since Cygwin 1.7.12 version find command run on /proc/registry started to fail with massages 'find: File system loop detected...'. find /proc/registry -type f find: File system loop detected; `/proc/registry/HKEY_CLASSES_ROOT' is part of the same file system loo

using a makefile to create an executable file

2012-04-10 Thread samuel.roy
Hello, I am very new to Cygwin and have little to no experience with programming. My professor gave me code for a landscape evolution modeling program written in C++. I am trying to compile the program so that I can run it as an executable file through the command prompt on my Windows machine. He

Some context is being stripped and I don't know how to create it to avoid "error while loading shared libraries: ?: cannot open shared object file: No such file or directory" problem

2012-04-10 Thread Richard Troy
Hello All, some oh, ten years ago or so I ran into this problem and thought I had it licked wherein I'm launching Cygwin's bash utility (and from it another program compiled under Cygwin) from Java. However, while the same code works on every other version of Windows I can remember trying, it see

Re: using a makefile to create an executable file

2012-04-10 Thread LMH
This is a question that would be better posted to a programing forum like CodeGuru Non Visual C++ Issues. http://forums.codeguru.com/forumdisplay.php?s=111c5a2c3c03096907f8896f6194d142&f=9 You will need to post the entire output from make. It may be easier to compile and build the application

Re: using a makefile to create an executable file

2012-04-10 Thread Andrew DeFaria
On 4/10/2012 3:44 PM, samuel.roy wrote: Hello, I am very new to Cygwin and have little to no experience with programming. My professor gave me code for a landscape evolution modeling program written in C++. I am trying to compile the program so that I can run it as an executable file through the

Re: using a makefile to create an executable file

2012-04-10 Thread samuel.roy
Thanks for setting me in the right direction, I'll do as you suggest and no longer pollute your message board with irrelevant material! cheers LMHmedchem2 wrote: > > This is a question that would be better posted to a programing forum > like CodeGuru Non Visual C++ Issues. > > http://forums.

Re: Some context is being stripped and I don't know how to create it to avoid "error while loading shared libraries: ?: cannot open shared object file: No such file or directory" problem

2012-04-10 Thread Larry Hall (Cygwin)
On 4/10/2012 6:15 PM, Richard Troy wrote: Hello All, some oh, ten years ago or so I ran into this problem and thought I had it licked wherein I'm launching Cygwin's bash utility (and from it another program compiled under Cygwin) from Java. However, while the same code works on every other vers