This is the mail archive of the sid@sources.redhat.com mailing list for the SID project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SID configury, libtoolery updated




Jim Blandy wrote:

Dave Brolley <brolley@redhat.com> 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





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]