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=Alwb42d83MUR4Fgbl/sbMwRn+jUyhM3Y90pyS7FVuwj sY0B0B16Ws6+MZ43onvYSqN10XkqqbxuD+A5ACA3f/kk6a7SKOYSTOQlTlqpi8k3 aPaW6ZKkXxWGS6H5g3tbI37Icjtn7vIn3j0HcePGrdObPdDriKVMqsvSsn94BSQc = 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=x1wRRN2cvrh0+ZVwKwdwSLfs+ho=; b=MYd+Bqbt4EQ8JnxYE qYb5kFbfFM1L1vbzn+ko+rTmo3MmqnP70ZyPGFby5m85pQ2y1XEkmZZk2Pd//Iof lM4yHFrcVEivu8c2EKUbdAzyC8a0lmEQb75dXTKbDxnNvIQbz5b+nyGlOhS12R0W R1WOMWuduHg6dJOv+Su8gy8rMU= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: <cygwin.cygwin.com> List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sourceware.org/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> 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.5 required=5.0 tests=AWL,BAYES_50,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: etr-usa.com Message-ID: <538623E9.8000507@etr-usa.com> Date: Wed, 28 May 2014 11:59:05 -0600 From: Warren Young <warren AT etr-usa DOT com> User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Cygwin-L <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: <CANMjiJqz6uJ7pp=iS5FK_ZnS9nxCT1fY+EndcgzPan7sv2pXJA AT mail DOT gmail DOT com> <20140526200857 DOT GA3903 AT ednor DOT casa DOT cgf DOT cx> <lm08n5$tgp$1 AT ger DOT gmane DOT org> <20140526212219 DOT GA4754 AT ednor DOT casa DOT cgf DOT cx> <CANMjiJpDU-aVxg1X8G_Lk8pKLEmXbs24+ieD=w3f8ZmQ2jdjTw AT mail DOT gmail DOT com> <CANMjiJqkm1pD5zuKWc_aRw8h9mzfdpwSkk6u6ybLmgHKGEd0PQ AT mail DOT gmail DOT com> <5385A486 DOT 4090900 AT tiscali DOT co DOT uk> In-Reply-To: <5385A486.4090900@tiscali.co.uk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 5/28/2014 02:55, David Stacey wrote: > are you able to use 'nmake' (that comes with MSVC)? nmake is awfully primitive in itself compared to GNU make, and it is doubly crippled by being restricted to cmd.exe syntax for shell commands in the targets. Instead, Abhijit, I suggest that you switch to CMake or SCons, either of which will let you build software in a platform-independent way. And to keep a tenuous hold on topicality, both are packaged for Cygwin. -- 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