Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com From: Chris Faylor Date: Fri, 25 Aug 2000 12:49:39 -0400 To: Chris Faylor Subject: Re: Where to find libintl? Message-ID: <20000825124939.A8102@cygnus.com> Reply-To: cygwin-developers AT sources DOT redhat DOT com Mail-Followup-To: Chris Faylor References: <000901c00e70$6b1bbd80$21c9ca95 AT mow DOT siemens DOT ru> <81181945433 DOT 20000825125658 AT logos-m DOT ru> <200008251436 DOT KAA20157 AT envy DOT delorie DOT com> <20000825114320 DOT A7423 AT cygnus DOT com> <20000825120243 DOT B7575 AT cygnus DOT com> <34208543189 DOT 20000825202016 AT logos-m DOT ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.6i In-Reply-To: <34208543189.20000825202016@logos-m.ru>; from deo@logos-m.ru on Fri, Aug 25, 2000 at 08:20:16PM +0400 On Fri, Aug 25, 2000 at 08:20:16PM +0400, Egor Duda wrote: >Friday, 25 August, 2000 Chris Faylor cgf AT cygnus DOT com wrote: >>>>>well, this means that someone with write access to sourceware cvs >>>>>should add bfd and intl to module winsup. Chris? >>>> >>>>I'd rather not do that. The build should look for pre-installed >>>>libraries and/or local builds, and enable building that tool *if* it >>>>can. >>> >>>I don't know what the genesis of this message is. I'm only seeing >>>replies. Apparently there was a problem somehwere (utils maybe?) and >>>people aren't looking closely at the utils Makefile in order to >>>determine how to fix it? >>> >>>Is that what is happening? > >CF> Ok. I've read the thread in the cygwin mailing list. > >CF> I've checked in a temporary fix. I intended to work on this more today. > >i've always wanted to familiarize myself with autoconf, and it seems >to be good occasion to start with :) so i'll try to look at it too. I've chosen to tackle this as a build time problem rather than a configure time problem. I'd rather have this "just work" when libintl and libbfd are available. I've tried to make all of the cygwin makefiles do the right thing when they require a library but I don't want to complicate them further by automatically building libbfd.a and libintl.a. So, I added a warning in the Makefile.in when dumper's dependencies are not available. Otherwise, it just builds dumper.exe. cgf