| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Message-ID: | <000701c15bdc$12d70a20$6fc82486@medschool.dundee.ac.uk> |
| Reply-To: | "Fergus" <fergus AT bonhard DOT uklinux DOT net> |
| From: | "Fergus" <fergus AT bonhard DOT uklinux DOT net> |
| To: | <russ DOT foster AT swc DOT com> |
| Cc: | <cygwin AT cygwin DOT com>, <fergus AT bonhard DOT uklinux DOT net> |
| Subject: | Re: Compiling/Compatability with Linux |
| Date: | Tue, 23 Oct 2001 17:02:10 +0100 |
| MIME-Version: | 1.0 |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-Mailer: | Microsoft Outlook Express 6.00.2600.0000 |
| X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2600.0000 |
Yes, I had success with the text editor nano (the pico lookalike - but
better) available from www.nano-editor.org. It comes as a .tar.gz file that
you can explode in the usual way. After
./compile
there's a Makefile file that leads inexorably to an installation failure
unless it is first edited. As follows: find the line
LIBS = -lncurses
in Makefile and change it to
LIBS = -lncurses -lintl
Then (well: this was my experience anyway) the two lines
make
make install
work perfectly: and hey presto, I've got nano.
Note 1. Sorry, I've no idea whether this will work for you and what you
want.
Note 2. It would be nice if nano could be one of the applications provided
direct from Cygwin, but I don't know how to ask, or who to ask; and I will
probably be told: "You want it, you do it" which is perfectly fair, except
that I don't know how to do it. (Provide it, that is.)
Fergus
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |