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:mime-version:content-type :content-transfer-encoding:date:from:to:cc:subject:in-reply-to :references:message-id; q=dns; s=default; b=bBCnwE/DBIWR7ONCMLHt Thku8LxUszulISFueb3gfZyQ3fAY542Bw5dldeyM7OcusoInYvrl2U+KclNi4OSE RyaQGexOXWNlDlrwowPGa50kIwt4VCEXlrsruhqMyS1NZUzkHekLp4vLD1amWD/K hBZiEU3rsNF7SfDIwlAA6FI= 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:mime-version:content-type :content-transfer-encoding:date:from:to:cc:subject:in-reply-to :references:message-id; s=default; bh=d7IWvAj35JioZdXg+Zu3zGfjx/ w=; b=eMWARAjz6VNw4iSEBBmqp2ELCKLmQ7UO566Oa+1u9EcDKj15KFq/58sor7 jkg7UTLJstE/kKA8OeXdOnyjmY8NK7kjvGZvocIbR3QVD5s9ZP+6PV2r58FBZrwR tXQU69SS3efila2zME1mbfTjgnerWiC2yWp/G0byxggTcrLig= 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 X-Spam-SWARE-Status: No, score=1.8 required=5.0 tests=BAYES_50,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_NO,RDNS_NONE,WEBMAIL_FROM autolearn=no version=3.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 01 Aug 2013 17:09:27 +0200 From: webmail AT denis-excoffier DOT org To: Pavel Fedin

Cc: "'Denis Excoffier'" , Subject: RE: make-3.82.90-1-use-spawn-on-cygwin.diff In-Reply-To: <002901ce8eb8$56d83660$0488a320$%fedin@samsung.com> References: <30ff7a64af09cc584626ea338dfca067 AT denis-excoffier DOT org> <002901ce8eb8$56d83660$0488a320$%fedin AT samsung DOT com> Message-ID: <4a9608fe34b82744c327a3e0f0c97849@denis-excoffier.org> X-Sender: webmail AT denis-excoffier DOT org User-Agent: Roundcube Webmail/0.7.2 On 2013-08-01 15:09, Pavel Fedin wrote: > Hello! > >> The errors i obtain are as follows: >> /tmp/lcl/tmp/cygwin/cygwin-snapshot-20130731-1/winsup/c++wrap: line >> 2: >> use: command not found >> /tmp/lcl/tmp/cygwin/cygwin-snapshot-20130731-1/winsup/c++wrap: line >> 3: >> use: command not found > > Yesterday i have successfully compiled CVS version of cygwin. > > Your symptoms looks like another problem, which i attempted to > address by another patch, posted alongside this one > (no-dos-paths-on-cygwin). The problem is by default make's configure > thinks that it should use DOS-style paths by default. Since Cygwin by > itself is a POSIX environment, which uses POSIX paths, this screws up > badly in functions which deal with absolute paths. You can find the > detailed description in this message: > http://lists.gnu.org/archive/html/bug-make/2013-07/msg00038.html . > Perhaps you (and someone else ? Corinna ? ) can join the discussion > and help me to convince GNU people that these modifications are good > and safe. > You can either apply this patch before running configure (and don't > forget to recreate it with autoconf, of course), or bypass the check > using config.cache trick: > --- cut --- > echo "ac_cv_dos_paths=no" > config.cache > ./configure --cache-file=config.cache > --- cut --- > I did sed -i -e 's/__CYGWIN__/__NOEXIST20130801__/' make-3.99.90/configure as suggested in http://lists.gnu.org/archive/html/bug-make/2013-07/msg00020.html with no improvement for the compilation of cygwin-20130731 (same error messages). Perhaps i should try with make-3.82.90-1... By the way, where are the DOS paths when we talk about c++wrap? Denis Excoffier. -- 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