libtool
[Top][All Lists]
Advanced

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

Re: relink_command quoting bug


From: Albert Chin
Subject: Re: relink_command quoting bug
Date: Tue, 17 Feb 2004 02:44:12 -0600
User-agent: Mutt/1.4i

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 (address@hidden)




reply via email to

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