"Gary V. Vaughan" wrote:

> ... you have to bear in mind that the libtool source code goes
> through m4, sed and bourne shell, as well as having an autoconf pass to
> subsitute configure time vars, so the quoting is hairy and sensitive to
> change.  Meta characters to sed, m4, autoconf or any shell that might execute
> libtool are all bad choices.
> 
> Perhaps the problem will go away when we have a binary ltmain in a couple of
> releases?

Aw, ya beat me to the punch.  ;-)

> In the mean while, I think the only workaround is to not use '~' in pathnames.

Good idea anyway.  Stick to the POSIX-ly correct characters:

  alphanumerics of a single case, '-', '_' and '.'

and nothing else.

_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to