logo       

Re: relink_command quoting bug: msg#00050

gnu.libtool.general

Subject: Re: relink_command quoting bug

On Mon, Feb 16, 2004 at 11:39:17PM -0500, Michael Pruett wrote:
> I have found that libtool fails to quote directory names when generating
> relink_command in wrapper scripts. This has been tested with versions
> 1.4.2a on Linux and 1.5.2 on Mac OS X.
>
> The wrapper scripts generate a line which looks like the following:
>
> relink_command="(cd /home/michael/my code/src; ...)"

Search your "libtool" script for a line like:
relink_command="(cd `pwd`; ...
and change it to:
relink_command="(cd \"`pwd`\"; ...

Does that fix it?

--
albert chin (china@xxxxxxxxxxxxxxxxxx)


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise