X-Spam-Check-By: sourceware.org
Message-ID: <46C9631A.4332A21@dessent.net>
Date: Mon, 20 Aug 2007 02:47:06 -0700
From: Brian Dessent <brian@dessent.net>
X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U)
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Fw: clear
References: <OFBDD3F800.4A27063E-ONC125733D.00340B51-C125733D.00341376@iht.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Reply-To: cygwin@cygwin.com
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

PDeRochambeau@iht.com wrote:

> In Cygwin Package List, it says that clear was removed and that ncurses
> should be used instead (?). However, libncurses7 and libncurses8 ARE
> installed on my machine, according to setup.exe, which means, I guess,
> that ncurses is installed.

No, it means that libncurses is installed.  There is also a 'ncurses'
package, and that is what contains the clear command.  (You can look
this up yourself using the Package Search page.)

The reasoning for why packages are split like this has many reasons. 
For one thing, it allows library versioning, where you have multiple
packages compiled against multiple versions of the library.  For
another, it allows installing just the binary runtime components of a
library, without pulling in all the other nonessential parts just
because the user happened to have installed a package that is linked
against that library.  And that is just what has happened in this case.

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

