Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-Id: <5.1.0.14.2.20021031151437.02cb6b48@pop3.cris.com> X-Sender: rrschulz AT pop3 DOT cris DOT com Date: Thu, 31 Oct 2002 15:24:07 -0800 To: cygwin AT cygwin DOT com From: Randall R Schulz Subject: RE: Looking for cygpcre.dll In-Reply-To: <7BFCE5F1EF28D64198522688F5449D5AC1E3F1@xchangeserver2.stor igen.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Scott, At 15:12 2002-10-31, Scott Prive wrote: >This (and other) dll's get installed by programs that need it. You do not >need to worry about picking dll's -- it's all automatic by setup.exe It is true that package dependencies ensure (or are intended to ensure) that any given package, when installed, will have all its prerequisites installed, too. However, if one is writing code that needs a library that is available in the Cygwin stock distribution but which is not used by any other installed package, then the supplying package must be manually installed in order to be able to compile and link against the entry points supplied by that library. >If I understand you, you just want the dll, and you're not terribly >curious to know what package it comes from. So, one answer is run SETUP, >select "something", and verify you have the file. > >If you need to know exactly which package provides this, I cannot answer you. The Cygwin web site includes a package search feature (for the slightly patient) that will show which packages include a file desribed by a regular expression. That search capability is available at . A link to this page is available on the main Cygwin page () under the label "Setup Package Search." In Janos' case, searching for ".*libpcre.*" reveals that it is part of (guess what?) the "pcre" package: -==- : Found 1 matches for .*libpcre.*. pcre/pcre-3.7-1 Perl Compatible regular expression library -==- Searching for "pcre.dll" yields these additional packages: -==- Found 4 matches for pcre.dll. pcre/pcre-3.7-1 Perl Compatible regular expression library python/python-2.1.1-2 An interactive object-oriented scripting language python/python-2.2-1 An interactive object-oriented scripting language python/python-2.2.1-1 An interactive object-oriented scripting language -==- >-Scott Randall Schulz Mountain View, CA USA > > -----Original Message----- > > From: jblazi [mailto:jblazi AT gmx DOT de] > > Sent: Thursday, October 31, 2002 6:08 PM > > To: cygwin AT cygwin DOT com > > Subject: Looking for cygpcre.dll > > > > > > I need cygpcre.dll. I found it with search on the cygwin site > > but I still do not know how to get it (via setup). Can anybody help me? > > > > TIA, > > -- > > Janos Blazi -- 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/