Re: Choosing the correct version number with libtool

2003-07-15 Thread Bob Friesenhahn
On 15 Jul 2003, Hal Duston wrote: > I have a project that I am using libtool to help manage. In preparing > for my next release, I have a question regarding setting the correct > version number for the library. > > In the manual, section 6.3 talks about how if any interfaces have been > added and

Choosing the correct version number with libtool

2003-07-15 Thread Hal Duston
I have a project that I am using libtool to help manage. In preparing for my next release, I have a question regarding setting the correct version number for the library. In the manual, section 6.3 talks about how if any interfaces have been added and/or changed and/or removed how to set the vers

RE: libtool patches

2003-07-15 Thread Greg Eisenhauer
> > To my knowledge, all of the outstanding libtool patches which have > been submitted to the libtool mailing lists and which are not subject > to further discussion or copyright assignment, have been been applied > to libtool CVS. I guess I should call attention to my patchs, submitted in

Re: libtool patches

2003-07-15 Thread Dalibor Topic
Hi Bob, Bob Friesenhahn wrote: To my knowledge, all of the outstanding libtool patches which have been submitted to the libtool mailing lists and which are not subject to further discussion or copyright assignment, have been been applied to libtool CVS. thanks! Distribution maintainers who have m

Re: Fixing Re: Is libtool being maintained at all?

2003-07-15 Thread Dalibor Topic
Hi Albert, Albert Chin wrote: On Mon, Jul 14, 2003 at 08:25:06PM +0200, Dalibor Topic wrote: The proper way to fix it could be to do a binary search over multiples of 2 instead of the linear search emplyed now. Use a resonable minamal value like 2**13, which leaves only a few options between 2*

Fixing command line limits (Was: Re: Fixing Re: Is libtool beingmaintained at all?)

2003-07-15 Thread Dalibor Topic
Bob Friesenhahn wrote: On Mon, 14 Jul 2003, Dalibor Topic wrote: Your patch looks fine. Yay, my first libtool patch ;) The proper way to fix it could be to do a binary search over multiples of 2 instead of the linear search emplyed now. Use a resonable minamal value like 2**13, which leaves only