Extending Purchases in 24 hours.

2005-07-10 Thread Lupe E. Erwin
___ http://lists.gnu.org/mailman/listinfo/libtool

Re: FYI: ksh bug on Tru64 UNIX causes current libtool failure

2005-07-10 Thread Albert Chin
On Sun, Jul 10, 2005 at 11:34:13AM +0900, Peter O'Gorman wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Albert Chin wrote: > > |>05:00 PM dogbert ~$PS1='$ ' /bin/sh > |>$ echo Xbla | sed 1s,^X,, > |>X,,: not found > |>$ sed: Function 1s, cannot be parsed. > | > | > | What system is

branch 2.0, make install DESTDIR=

2005-07-10 Thread Charles Wilson
is broken -- at least on cygwin, but probably everywhere. ( cd ../libltdl && /bin/sh /usr/src/libtool/devel/CVS/libtool-b2.0/config/missing --run tar chf - COPYING.LIB README Makefile.am Makefile.in argz_.h argz.c configure.ac configure libltdl/lt__alloc.h libltdl/lt__dirent.h libltdl/lt__glib

Re: library with static-only parts

2005-07-10 Thread Bob Friesenhahn
On Sun, 10 Jul 2005, Simon Richter wrote: a library I'm writing has the possibilty of being extended with plugins that can be loaded with ltdl. In order to avoid having to export lt_dlpreloaded_symbols from the main program to the library (thus making prelinking impossible and being generally ug

library with static-only parts

2005-07-10 Thread Simon Richter
Hi, a library I'm writing has the possibilty of being extended with plugins that can be loaded with ltdl. In order to avoid having to export lt_dlpreloaded_symbols from the main program to the library (thus making prelinking impossible and being generally ugly and unportable). I'd like to have a l