|
From: | Glenn Ganz |
Subject: | bug#10949: bug in ltmain.m4sh (cygwin/mingw environment) |
Date: | Mon, 5 Mar 2012 17:51:22 +0100 |
Hi In the function func_convert_core_msys_to_w32 the command cmd will be invoked wrong. There should be only 1 slash in the argument. The line func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null | should be func_convert_core_msys_to_w32_result=`( cmd /c echo "$1" ) 2>/dev/null | ð with two slashes the linking will hang (on windows xp) Regards Glenn UPTIME services AG |
[Prev in Thread] | Current Thread | [Next in Thread] |