On 2015-09-04 12:20:18 +0200, Vincent Lefevre wrote: > The problem here is not the error itself (which is normal), but the > error message, where a "\n" has been substituted by "n". > > The script contains: > > printf %s\n "$relink_command_output" >&2 > > The quotes around %s\n are missing. Or perhaps the bug is somewhere > else and one should have got "$ECHO" instead of "printf %s\n".
This is either Debian specific or fixed upstream in libtool 2.4.6, where I get $ECHO. -- Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

