From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7228 invoked by alias); 31 Dec 2001 09:31:34 -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 7201 invoked from network); 31 Dec 2001 09:31:31 -0000 Received: from unknown (HELO mout1.freenet.de) (194.97.50.132) by sources.redhat.com with SMTP; 31 Dec 2001 09:31:31 -0000 Received: from [194.97.50.136] (helo=mx3.freenet.de) by mout1.freenet.de with esmtp (Exim 3.33 #3) id 16Kyn5-0000UW-00 for cygwin@cygwin.com; Mon, 31 Dec 2001 10:31:31 +0100 Received: from b5c86.pppool.de ([213.7.92.134] helo=BRAMSCHE) by mx3.freenet.de with smtp (Exim 3.33 #3) id 16Kyn3-0002vV-00 for cygwin@cygwin.com; Mon, 31 Dec 2001 10:31:30 +0100 From: "Ralf Habacker" To: Subject: RE: duplicate regexec/regcomp functions detected Date: Mon, 31 Dec 2001 02:42:00 -0000 Message-ID: <000901c191dd$8f43f500$865c07d5@BRAMSCHE> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <20011230193723.GA13355@redhat.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal X-SW-Source: 2001-12/txt/msg01317.txt.bz2 > -----Original Message----- > From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com]On Behalf > Of Christopher Faylor > Sent: Sunday, December 30, 2001 8:37 PM > To: cygwin@cygwin.com > Subject: Re: duplicate regexec/regcomp functions detected > > > 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 > /bin/sh ${word 1,$^} $@ "$(NM)" "$(AR)" "$(RANLIB)" ${wordlist 3, 99, $^} > > That means, that libpthread contains all symbols of cygwin.dll and not only the symbols from pthread, which are published in pthread.h ? Does libpthread should only contain pthread relates symbols ? Ralf -- 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/