X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; q=dns; s=default; b=vukGCcTkDGPmxLrdQI/znzK8WNY6 RVA6nuGAs6owJFXjrTajYvZ1oGvtf4KMHI5Bg1WdQqpPQYX1Iw9164pyEa1F8jkp NnpHVv1+AJgl/qRhy19g5u7j65YkBtbMHqMF6IL2Es/IbnLNkCtljZWawyJACA7D OU7k2DQrpiJUlbQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; s=default; bh=DwT5l5rxRO1jqM3CYBrjc5gsJ1M=; b=x9 Rli8BqrSthmjVvDSEvrO4Ugjw8ollwZJaGLYh1yre0Zt75foJvmkOqc4NTAMkbah fZ+Oqwrqn8ONr+AnF/wtVjeNLi7KI2ULKCJPwHzc581x1jYwKBmRo/IUFM3E9HMQ 87jXBy6N/l9X7TvMm+gxh92zzasXD2ewihVhXI7GY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=gupta_prabhakar AT hotmail DOT com, sk:gupta_p, gupta_prabhakarhotmailcom, U*gupta_prabhakar X-HELO: etr-usa.com Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: getting cancelsynchronous IO error when starting mintty.exe from Windows XP desktop shortcut From: Warren Young In-Reply-To: Date: Thu, 28 Jul 2016 14:30:01 -0600 Message-Id: <310893FB-C2E3-453E-977E-71967A48D2F0@etr-usa.com> References: To: The Cygwin Mailing List X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u6SKUWT6003475 On Jul 27, 2016, at 10:00 PM, prabhakar gupta wrote: > > After getting the "installation cocmpleted" message I double clicked on the MINTTY.EXE shortcut and go the following error: > "The procedure entry point cancelsynchronousio could not be located in the dynamic link libraryKERNEL32.DLL”. Indeed, that Windows API function does not exist on XP: https://msdn.microsoft.com/library/windows/desktop/aa363794.aspx Does this not show that the Cygwin DLL is trying to call it? $ objdump -x /bin/cygwin1.dll | grep CancelSync [22724](sec 2)(fl 0x00)(ty 0)(scl 2) (nx 0) 0x0000000000000ad0 _win32_CancelSynchronousIo [23658](sec 2)(fl 0x00)(ty 0)(scl 2) (nx 0) 0x0000000000000ad0 CancelSynchronousIo -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple