Setting up cygwin so other users can run processes on my computer

2004-06-25 Thread Rajiv Chopra
I'm a bit of a novice to cygwin, but after installing it on my PC, I was very pleased with the ability to compile my C++ code with g++ and get faster runtimes than on our SUN servers at work. What I would like to do is enable another colleague to run processes on my computer. Is it possible

RE: Setting up cygwin so other users can run processes on my computer

2004-06-25 Thread DePriest, Jason R.
Rajiv Chopra wrote: I'm a bit of a novice to cygwin, but after installing it on my PC, I was very pleased with the ability to compile my C++ code with g++ and get faster runtimes than on our SUN servers at work. What I would like to do is enable another colleague to run processes on my

Re: Setting up cygwin so other users can run processes on my computer

2004-06-25 Thread Thorsten Kampe
* Rajiv Chopra (2004-06-25 17:10 +0200) I'm a bit of a novice to cygwin, but after installing it on my PC, I was very pleased with the ability to compile my C++ code with g++ and get faster runtimes than on our SUN servers at work. Are you sure of that? For instance Cygwin executables are

RE: Setting up cygwin so other users can run processes on my computer

2004-06-25 Thread Igor Pechtchanski
On Fri, 25 Jun 2004, DePriest, Jason R. wrote: Rajiv Chopra wrote: I'm a bit of a novice to cygwin, but after installing it on my PC, I was very pleased with the ability to compile my C++ code with g++ and get faster runtimes than on our SUN servers at work. What I would like to do is

Re: Setting up cygwin so other users can run processes on my computer

2004-06-25 Thread Pierre A. Humblet
On Fri, Jun 25, 2004 at 02:00:43PM -0400, Igor Pechtchanski wrote: On Fri, 25 Jun 2004, DePriest, Jason R. wrote: Rajiv Chopra wrote: What I would like to do is enable another colleague to run processes on my computer. Is it possible to set up Cygwin such that he can telnet to my

Re: Setting up cygwin so other users can run processes on my computer

2004-06-25 Thread Igor Pechtchanski
On Fri, 25 Jun 2004, Pierre A. Humblet wrote: On Fri, Jun 25, 2004 at 02:00:43PM -0400, Igor Pechtchanski wrote: On Fri, 25 Jun 2004, DePriest, Jason R. wrote: Rajiv Chopra wrote: What I would like to do is enable another colleague to run processes on my computer. Is it possible

Re: Setting up cygwin so other users can run processes on my computer

2004-06-25 Thread Pierre A. Humblet
On Fri, Jun 25, 2004 at 02:32:55PM -0400, Igor Pechtchanski wrote: Just to get this into the archives: ssh-host-config can certainly emit a warning on non-system mounts, but having separate set of user mounts for the SYSTEM user will also work just fine... In fact, that'd make it possible

Re: Setting up cygwin so other users can run processes on my computer

2004-06-25 Thread Larry Hall
At 11:10 AM 6/25/2004, you wrote: I'm a bit of a novice to cygwin, but after installing it on my PC, I was very pleased with the ability to compile my C++ code with g++ and get faster runtimes than on our SUN servers at work. What I would like to do is enable another colleague to run processes