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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "Glenn Ganz" <glenn.ganz <at> uptime.ch>
Subject: bug#10949: closed (Re: bug#10949: bug in ltmain.m4sh
 (cygwin/mingw environment))
Date: Wed, 14 Aug 2024 15:47:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the libtool package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 10949 <at> debbugs.gnu.org.

-- 
10949: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=10949
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ileana Dumitrescu <ileanadumitrescu95 <at> gmail.com>
To: 10949-done <at> debbugs.gnu.org
Subject: Re: bug#10949: bug in ltmain.m4sh (cygwin/mingw environment)
Date: Wed, 14 Aug 2024 18:44:51 +0300
[Message part 3 (text/plain, inline)]
This should have been closed in 2012.

-- 
Ileana Dumitrescu

GPG Public Key: FA26 CA78 4BE1 8892 7F22 B99F 6570 EA01 146F 7354
[OpenPGP_0x6570EA01146F7354.asc (application/pgp-keys, attachment)]
[OpenPGP_signature.asc (application/pgp-signature, attachment)]
[Message part 6 (message/rfc822, inline)]
From: "Glenn Ganz" <glenn.ganz <at> uptime.ch>
To: <bug-libtool <at> gnu.org>
Subject: bug in ltmain.m4sh (cygwin/mingw environment)
Date: Mon, 5 Mar 2012 17:51:22 +0100
[Message part 7 (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 8 (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.