From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18653 invoked by alias); 20 Jun 2005 16:00:37 -0000 Mailing-List: contact sid-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sources.redhat.com Received: (qmail 17917 invoked by uid 22791); 20 Jun 2005 15:59:13 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 20 Jun 2005 15:59:13 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j5KFxCv6030005 for ; Mon, 20 Jun 2005 11:59:12 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j5KFx9u26356; Mon, 20 Jun 2005 11:59:09 -0400 Received: from [172.16.14.227] (IDENT:W6zSmj5lrUzpx1NKQP16cz2W+TBVmvOU@topaz.toronto.redhat.com [172.16.14.227]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id j5KFx7jJ021120; Mon, 20 Jun 2005 11:59:07 -0400 Message-ID: <42B6E7CB.3090309@redhat.com> Date: Mon, 20 Jun 2005 16:00:00 -0000 From: Dave Brolley User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) MIME-Version: 1.0 To: Jim Blandy CC: "Frank Ch. Eigler" , sid@sources.redhat.com Subject: Re: SID configury, libtoolery updated References: <42A9F652.3050802@redhat.com> <42A9F94A.4080109@redhat.com> <20050617192444.GB2259@redhat.com> <42B33EAD.5040000@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-q2/txt/msg00050.txt.bz2 Jim Blandy wrote: >Dave Brolley writes: > > >>--enable-shared used to tbe the default. It is no longer? >> >> > >Here's (I think) the logic in libiberty/config.table, from 'cvs annotate': > >1.10 (dj 27-Dec-04): # If they didn't specify --enable-shared, don't generate shared libs. >1.10 (dj 27-Dec-04): case "${enable_shared}" in >1.10 (dj 27-Dec-04): yes) shared=yes ;; >1.10 (dj 27-Dec-04): no) shared=no ;; >1.10 (dj 27-Dec-04): "") shared=no ;; >1.10 (dj 27-Dec-04): *) shared=yes ;; >1.10 (dj 27-Dec-04): esac > > OK. I meant the default for sid is --enable-shared. I imagine that the defaults for SID and libiberty should be the same, unless we go ahead and take a copy of the source, as suggested by Frank. Dave > >