This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Directory


>>>>> "Fergus" == Fergus Daly <f.daly@dundee.ac.uk> writes:

    Fergus> I downloaded nano-1.0.2 (www.nano-editor.org) and tried

    Fergus> config
    Fergus> make
    Fergus> make install

    Fergus> but got failures at the "make" stage. Pity, because I quite like nano.
    Fergus> Could I just take nano.exe from the win32 implementation (which works
    Fergus> really nicely), put it in /cygwin/bin/ and just use that?

Just add -lintl in the last step during compilation like this

gcc  -g -O2 -s -o nano  cut.o files.o global.o move.o nano.o search.o utils.o winio.o  -lncurses -lintl
                                                                                                    ^
                                                                                                    |
    Fergus> Fergus

Ciao
  Volker


--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]