|
|
|
What is Cygwin?Cygwin is a suite of Unix style tools (including many compilers and the BASH command line parser or shell) ported to the NT/Win2K environment. It also includes an extensive function library. The main motivation for installing it is the Java Development Environment (JDE) requires it. JDE runs inside of Emacs. Another motivation is for C++ development -- it provides nearly all of the commonly used features that the pricey Microsoft development environment provides. Lastly, it makes a lot of the features of Emacs work! Installation
Installing ServicesSee
init-config ssh-host-config net start sshd I could not find any documentation on this, but a google search revealed the following: Roy,
On Fri, Sep 21, 2001 at 12:48:47PM -0400, roypgsqlcygwin ( at ) xemaps ( dot ) com wrote:
> BTW, does cygwin itself run as some background application (service) in NT?
On Fri, Sep 21, 2001 at 12:51:46PM -0400, roypgsqlcygwin ( at ) xemaps ( dot ) com wrote:
> Whoops! Forgot to read the README at /usr/doc/cygwin/cron.README
Did you forget to read the README again?
$ fgrep cygrunsrv /usr/doc/cygwin/cron.README
cygrunsrv. Install as service like that:
cygrunsrv -I cron -p /usr/sbin/cron -a -D
Or, did you just forgot to start the service?
$ net start cron
ProblemsCygwin BASH uses a different approach than Emacs to device designators. For example, emacs uses d:/directory_name and Cygwin uses //d/directory_name. DocumentationThe documentation is not great. |
|
Send mail to
webmaster@SIGNITEK.com with
questions or comments about this web site.
|