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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=AVg0ECHrK+swJvF6FRiHBekM6op4Vq4LBPbVrkYeVLm bJ4S454ycZPDo8VwNOlcz2XRmlKuWUvHDZGepRixRoISQV31EGArTH0FJxsCCpGA HZWTThCrMYIrHbQo3Y49vMYyDkUKyf1BpMMFr3fu7cFugKMyKym3afZhqT+jKZLM = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=O1IBEFlDDOFOFnFmk00PuQuirOk=; b=Rt+I6CsbIgUQkZWwv Z/6bjz5pouHeQb0A+C8syqtqgAU3VZpbHw6RNlTbPfWyZSaTfnoDGrWRceIoiRJz CP8bbJua2K5MBfyCDKrAyuV5pK2p44X0VPZjEUAxL2F7JAD9QTNJgFmSKdHCGJVb T6UdwiaGm0BDw3NwhbNFQXhr8E= 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.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_COUK,SPF_PASS autolearn=no version=3.3.2 X-HELO: out.ipsmtp3nec.opaltelecom.net X-SMTPAUTH: drstacey AT tiscali DOT co DOT uk X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjkDAMCjhVNPRtOf/2dsb2JhbAANTIccvCeDCwMCAYEhgxkBAQEEIxU2ChELGAICBRYEBwICCQMCAQIBNwENEwgBAbhmd6RQF4EqjS8Wgl+BSwSEX6o1gUE X-IPAS-Result: AjkDAMCjhVNPRtOf/2dsb2JhbAANTIccvCeDCwMCAYEhgxkBAQEEIxU2ChELGAICBRYEBwICCQMCAQIBNwENEwgBAbhmd6RQF4EqjS8Wgl+BSwSEX6o1gUE Message-ID: <5385A486.4090900@tiscali.co.uk> Date: Wed, 28 May 2014 09:55:34 +0100 From: David Stacey User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Bash silently truncates the Command Line when called programatically via CreateProcess as MAXPATHLEN was reduced to 8192 from 16384 References: <20140526200857 DOT GA3903 AT ednor DOT casa DOT cgf DOT cx> <20140526212219 DOT GA4754 AT ednor DOT casa DOT cgf DOT cx> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 27/05/14 14:19, Abhijit Bhattacharjee wrote: > Yes, MSVS is Microsoft Visual Studio. > > and I am using the make for Windows Using the Windows version of gmake to invoke Cygwin bash to call the Microsoft compiler seems a little complicated to me. Instead of gmake and bash, are you able to use 'nmake' (that comes with MSVC)? Obviously, that is a non-Cygwin suggestion, and this is a Cygwin mailing list, so we wouldn't be able to help you with that here. However, by simplifying your call chain, the problems that you're experiencing might go away. Dave. -- 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