From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29414 invoked by alias); 31 Dec 2001 03:12:46 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Received: (qmail 29363 invoked from network); 31 Dec 2001 03:12:45 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (12.107.208.154) by sources.redhat.com with SMTP; 31 Dec 2001 03:12:45 -0000 Received: from cgf.cipe.redhat.com (dhcpd244.meridian.redhat.com [172.16.47.244]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id fBV3Cha18834 for ; Sun, 30 Dec 2001 22:12:44 -0500 Received: (from cgf@localhost) by cgf.cipe.redhat.com (8.11.6/8.8.7) id fBV3CaK21754 for cygwin@cygwin.com; Sun, 30 Dec 2001 22:12:36 -0500 Date: Mon, 31 Dec 2001 01:16:00 -0000 From: Christopher Faylor To: cygwin@cygwin.com Subject: Re: duplicate regexec/regcomp functions detected Message-ID: <20011231031236.GA21698@redhat.com> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: <20011228174956.GA30625@redhat.com> <003201c1909e$0cef0cb0$0e6307d5@BRAMSCHE> <20011230193723.GA13355@redhat.com> <20011230195643.GA14022@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011230195643.GA14022@redhat.com> User-Agent: Mutt/1.3.23.1i X-SW-Source: 2001-12/txt/msg01311.txt.bz2 On Sun, Dec 30, 2001 at 02:56:43PM -0500, Christopher Faylor wrote: >On Sun, Dec 30, 2001 at 02:37:23PM -0500, Christopher Faylor wrote: >>On Sat, Dec 29, 2001 at 08:21:43PM +0100, Ralf Habacker wrote: >>>Ralf Habacker wrote >>>>The patch for creating libpthread.a is appended. It contains a script names "speclib" and an >>>additional rule >in the src/winsup/cygwin/Makefile.in. >>> >>>I have recognized yet a little problem with the speclib script. I have checked this from the >>>cygwin build dir without any errors. If someone was in the winsup dir and does a make cygwin >>>or make, than some command in speclib does not found the input files. The problem is that ar >>>does not have an -o option for an output dir, so the hack to emulate that does not work. >>>Perhaps it is better to use the absolute path of the input library, but currently I have no >>>idea, how to solve this. :-( >>>Perhaps anyone else have an idea ? >>> >>>speclib >>> >>>... >>>cd $tmpdir >>>$ar x $PWD/$inlib $FILES >>>cd .. >>>... >> >>I don't know if this helps bug can I suggest an alternate approach? Use >>cygwin.din to derive your list of files and do something like: >> >>$(LIBPTHREAD_A): speclib new-$(DLL_NAME) cygwin.din pthread.o thread.o > ^^^^^^^^^^ > cygwin.def I've actually adapted a shell script to do what I mentioned above. It seemed simpler than waiting for the timezone communication lag. Thanks for the initial idea and implementation. I'll have something in tonight's snapshot. cgf -- 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/