bug-libtool
[Top][All Lists]
Advanced

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

bug#10949: bug in ltmain.m4sh (cygwin/mingw environment)


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
Glenn Ganz
MAS in Software Engineering FH

Software Architect
Brauerstrasse 4, CH-8004 Zürich
T +41 44 560 75 12
address@hidden, www.uptime.ch

 


reply via email to

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