|
Re: relink_command quoting bug: msg#00050gnu.libtool.general
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> |
|---|---|---|
| Previous by Date: | hey hows it going: 00050, Charlotte Epps |
|---|---|
| Next by Date: | Re: relink_command quoting bug: 00050, Michael Pruett |
| Previous by Thread: | relink_command quoting bugi: 00050, Michael Pruett |
| Next by Thread: | Re: relink_command quoting bug: 00050, Michael Pruett |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |