GNU bug report logs - #10949
bug in ltmain.m4sh (cygwin/mingw environment)

Previous Next

Package: libtool;

Reported by: "Glenn Ganz" <glenn.ganz <at> uptime.ch>

Date: Mon, 5 Mar 2012 17:06:02 UTC

Severity: normal

Done: Ileana Dumitrescu <ileanadumitrescu95 <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: "Glenn Ganz" <glenn.ganz <at> uptime.ch>
To: 10949 <at> debbugs.gnu.org
Subject: bug#10949: bug in ltmain.m4sh (cygwin/mingw environment)
Date: Mon, 5 Mar 2012 17:51:22 +0100
[Message part 1 (text/plain, inline)]
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
glenn.ganz <at> uptime.ch <mailto:glenn.ganz <at> uptime.ch> , www.uptime.ch <http://www.uptime.ch> 

 

[Message part 2 (text/html, inline)]

This bug report was last modified 360 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.