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 ([EMAIL PROTECTED]) _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool