libtool ./ChangeLog libltdl/config/ltmain.m4sh ...

2006-05-16 Thread Ralf Wildenhues
CVSROOT:/cvsroot/libtool Module name:libtool Branch: Changes by: Ralf Wildenhues [EMAIL PROTECTED] 06/05/17 01:58:40 Modified files: . : ChangeLog libltdl/config : ltmain.m4sh libltdl/m4 : libtool.m4 Log message:

Re: speed up large library linking

2006-05-16 Thread Ralf Wildenhues
Hi Peter, everyone, Picking up a thread that, incidentally, turns a year old this week, about complexity reduction patches for link mode with many objects: http://lists.gnu.org/archive/html/libtool-patches/2005-05/msg00158.html There were justified concerns back then: * Peter O'Gorman wrote on

Re: speed up large library linking

2006-05-16 Thread Peter O'Gorman
On Tue, 2006-05-16 at 21:44 +0200, Ralf Wildenhues wrote: Hi Peter, everyone, Picking up a thread that, incidentally, turns a year old this week, about complexity reduction patches for link mode with many objects: http://lists.gnu.org/archive/html/libtool-patches/2005-05/msg00158.html

Ignore hardcode_direct=yes if results in static lib entry

2006-05-16 Thread Albert Chin
The following patch addresses http://lists.gnu.org/archive/html/libtool/2006-04/msg00044.html. I added a new variable, hardcode_direct_static, to indicate if hardcode_direct=yes would hardcode a static library dependency. This impacts HP-UX/PA and AIX. Patch against HEAD. 2006-05-16 Albert

Re: speed up large library linking

2006-05-16 Thread Ralf Wildenhues
Hi Peter, * Peter O'Gorman wrote on Wed, May 17, 2006 at 01:07:02AM CEST: On Tue, 2006-05-16 at 21:44 +0200, Ralf Wildenhues wrote: Bash-3.1 has `var+=value' (like Zsh), and it's efficient, too. :-)) So let's use it if available. OK? Yes! Excellent idea! Thank you. Applied to

Re: Problem on cygwin linking convenience libraries into a convenience library?

2006-05-16 Thread Olly Betts
[Cc:-ing Patrick, who originally hit this problem] On Tue, May 16, 2006 at 07:58:28AM +0200, Ralf Wildenhues wrote: * Olly Betts wrote on Tue, May 16, 2006 at 03:10:04AM CEST: (I'm not totally sold on this approach - all those convenience libraries take up a lot of space, and creating them

Re: Libtool release plan

2006-05-16 Thread Olly Betts
On 2006-05-16, Ralf Wildenhues [EMAIL PROTECTED] wrote: Feel free, any kind of feedback is helpful. Esp. we're looking for packages that are broken by the new Autoconf, so that unintended incompatibilities can be fixed before the release. I've tried it now. I didn't have to modify any of the

Re: Libtool release plan

2006-05-16 Thread Ralf Wildenhues
* Olly Betts wrote on Tue, May 16, 2006 at 11:28:41AM CEST: On 2006-05-16, Ralf Wildenhues [EMAIL PROTECTED] wrote: Feel free, any kind of feedback is helpful. Esp. we're looking for packages that are broken by the new Autoconf, so that unintended incompatibilities can be fixed before the

Re: Libtool release plan

2006-05-16 Thread Olly Betts
On Tue, May 16, 2006 at 01:03:43PM +0200, Ralf Wildenhues wrote: * Olly Betts wrote on Tue, May 16, 2006 at 11:28:41AM CEST: I've tried it now. I didn't have to modify any of the configure scripts at all. Any self-grown or third-party macros that use exit(3) in compile tests? Not that I

Avoiding to install some static libs

2006-05-16 Thread Pierre Ossman
Hi! I'd like to avoid installing some of the static libs built, but I can't figure out how. I have a package that contains both normal libraries, for which I'd like both dynamic and static to be installed, and some modules. I'd like to kill off the static versions of the modules as they

Re: Avoiding to install some static libs

2006-05-16 Thread Pierre Ossman
Ralf Wildenhues wrote: If you want both built, but only shared installed, one way is to build them twice, say, in different directories, once with and once without --tag=disable-shared. For the ones that you don't want installed, you'll need to make them noinst_LTLIBRARIES, and add -rpath

Re: AM_FCFLAGS not working as I expect...

2006-05-16 Thread Alan W. Irwin
On 2006-05-15 15:23-0700 Alan W. Irwin wrote: Once the configure script worked properly, I followed with make, make install, and a build and execution of our 96 test plot examples which gave identical results to our standard PLplot tree (without your patch or mine) and libtool-1.5.22. This is

RE: [png-mng-implement] -version-number and BeOS

2006-05-16 Thread John Bowler
From: Ralf Wildenhues What I still don't understand is the following additional change you also suggest: $ diff libpng-1.2.9beta7/ltmain.sh libpng-1.2.9beta11 3248c3248 current=`expr $number_major + $number_minor - 1` --- current=`expr $number_major + $number_minor`

Re: AM_FCFLAGS not working as I expect...

2006-05-16 Thread Ralf Wildenhues
Hi Alan, * Alan W. Irwin wrote on Tue, May 16, 2006 at 12:23:00AM CEST: On 2006-05-15 06:11+0200 Ralf Wildenhues wrote: The following is where I stopped at, due to insufficient development packages installed on my system. Let's see how this works for you. [patch followed] I applied