___
http://lists.gnu.org/mailman/listinfo/libtool
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
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
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
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