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: Fri, 8 Apr 2005 10:06:11 +0200
User-agent: Mutt/1.4.1i

[ This is a resend to the mailing list only.  Apparently the MTA for
address@hidden does not accept mail from me.  Readers please, if you
have a specific preference of whether or not you want to be Cc:ed in
replies on bug-* lists: Configure your mailer to use Mail-Followup-To:
correctly!  Also, check that your mailing systems allows replies through
without challenge-response!  Most of the time I will _not_ bother
answering such a response. ]


* 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]