Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT cygwin DOT com Message-ID: <3C0BB8A3.50605@ece.gatech.edu> Date: Mon, 03 Dec 2001 12:38:43 -0500 From: Charles Wilson User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20010914 X-Accept-Language: en-us MIME-Version: 1.0 To: "Gerrit P. Haase" CC: cygwin-apps AT cygwin DOT com Subject: Re: RFP: joe-2.9.7 References: <13630022109 DOT 20011203173147 AT familiehaase DOT de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Gerrit P. Haase wrote: > Hallo Cygwinners, > > I want to contribute joe to the netrelease of Cygwin. > I build it and have a copy uploaded to my site: > http://familiehaase.de/cywgin/joe/ > > One question remains, joe is linked against libncurses.a, > which is the right package now to list in the 'requires:' section > of setup.hint? You linked *statically*? If so, then you only need to "require:" terminfo (runtime). Buildtime dependencies are ncurses and terminfo. However, it hasn't yet been decided whether the "requires:" line should list runtime or buildtime dependencies. I've been going with buildtime. If you were to build dynamically, then you need to add 'libncurses6' to both runtime and buildtime dependency lists. --Chuck --Chuck