bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libtool failed to handle $ in filename


From: Ralf Wildenhues
Subject: Re: libtool failed to handle $ in filename
Date: Sun, 3 Apr 2005 09:02:29 +0200
User-agent: Mutt/1.4.1i

* H. J. Lu wrote on Sun, Apr 03, 2005 at 12:32:02AM CEST:
> This patch shows libtool failed to handle $ in filename. I think most,
> if not all, special characters in filename aren't supported by libtool.

Yes, that is correct.  Very recently, we have implemented special
characters in source file names, but with the additional restriction
that object file names must not contain them.  Use the CVS versions of
either branch (branch-1-5, branch-2-0, HEAD) for that.

> +  if $LIBTOOL --mode=compile $CC -c $file 2>&1; then

You will have to specify an object name with `-o', but without special
characters.  See this thread[1] for more information, and on why this
might be sufficient for many uses.

If object names with special characters are desired, we might put them
on the TODO list.  They will be quite a bit of work to implement, though.

Regards,
Ralf

[1] http://lists.gnu.org/archive/html/libtool-patches/2005-03/msg00051.html




reply via email to

[Prev in Thread] Current Thread [Next in Thread]