Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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" From: "Fergus" To: Cc: , Subject: Re: Compiling/Compatability with Linux Date: Tue, 23 Oct 2001 17:02:10 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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/