On Wed, 4 May 2005, Ralf Wildenhues wrote:

Sorry for that. Compilation needs something like libtool-cache, if it is a bottleneck. BTW, choosing the right shell may also help a lot. Adapting Libtool to do this better for cases of interest might be a cheap way to get more speed quickly.

for all decent platforms, not win32), for the case of many objects.

I think that the problem is that ltmain.c in the libtool directory only contains:


#include <stdio.h>              /* printf */
#include <stdlib.h>             /* exit */

int
main (argc, argv)
     int argc;
     char **argv;
{
  printf ("hello, world!\n");
  exit (0);
}

If someone should care to finish this program, then libtool.m4 can focus on creating the configuration file it needs.

Libtool has been around since 1996 but its implementation is still fundamentally broken. We try to solve the problem by increasing the amount of problem code (Microsoft approach). Rather than chasing our tails trying to make a moby shell script run faster, maybe we should be thinking about creating a real program that runs quickly.

Bob
======================================
Bob Friesenhahn
[EMAIL PROTECTED], http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/


_______________________________________________ Bug-libtool mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-libtool

Reply via email to