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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=RCubqsUFMprkCYAx aFSgfPCCuRXB3qGKMYOzz7IGFHTkQ0E0O4wh4o1yJ3CUGNP5hc1y2qLwRjDeWnJv tCmmDPMy+aZ+2s2i41mV6E24es/+33+j6IYsMkg1YyALbfMOAcXgMLiXJqGT8uEe s3f3K/wULFotrv4A696dY9XZTFU= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=+IY70jSrrhktGPJVV21ODS axYgE=; b=TuX41Nsz//f650qQRGa9ZaADwqhIY+y+63uTBNF++jURu1j/UV+m0y XOq1VUByMJDeJKfEa9fMJIoUyU09Vxz4r+OyYIEsyGXTbMurvJLB3AIwi/NnABdr wNbX5lGzBxIvsFgqCm0NY+u5qBYqk3EuLX2q06NNO4F6jJZVoWIIw= 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=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=residual X-HELO: mail-wm0-f49.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=w6i0q0/Uv4MxEC64F5UPPp+QCiAOhpzB70fivDbAf8k=; b=L7VEOdgxEWLHIxNthwloM5j1bovqx+H/KGWuZYfR3niRW/qT6QqAsCTwdaSGx+Px4t BcqcKf1PsHeFYVwR1xBadRGnKUilS+uuqGUQTnR/P2avYIEhmtRCxwubzIM6c5jeg8GU SZLxCjxG4cvp9WoC/hEMLSHcW4zcANsSAxqDv4As4nCtTvFFhOLd9SwgRblK9cXmJim1 cClpwIdUkN1O9q/qL4PUncR84fCMCbH5TlNwc5NuSBelSCfE4+gHSE0f0NLrhvq4SuaT sMG0lTlp/31mh2Qw9rvm02ef9l9FIZzw/8CCUn9xl7pewdu40kCyFTBp7AXcPRF2QsET aVaQ== X-Gm-Message-State: ALyK8tLiRTS07NnvaTSLQ76lllTHXuZpwn55v3XhH+P6qbMb+j3jv8ACGu5yDIbOOj9mRw== X-Received: by 10.28.144.80 with SMTP id s77mr16213601wmd.41.1467723254758; Tue, 05 Jul 2016 05:54:14 -0700 (PDT) Subject: Re: how to build cygwin from source? To: cygwin AT cygwin DOT com References: <20160705124632 DOT D422BC8009B AT webmail DOT sinamail DOT sina DOT com DOT cn> From: Marco Atzeri Message-ID: <7e4d9f7b-9caf-e06c-b854-41ebde250b5e@gmail.com> Date: Tue, 5 Jul 2016 14:54:01 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <20160705124632.D422BC8009B@webmail.sinamail.sina.com.cn> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 05/07/2016 14:46, harryren0524 AT sina DOT com wrote: > I configured like this: > mkdir /oss/src > mkdir /oss/build > mkdir /oss/install > cd build > /oss/src/configure --prefix=/oss/install this is a call to a configure with absolute path > > make >& make.out > make install > install.log 2>&1 > > when i compiled cygwin2.5.2-1 from source code in cygwin 2.2.1-1(win 7),i got a error: > > c++wrap -O2 -g -fno-rtti -fno-exceptions -fno-use-cxa-atexit -Wall -Wstrict-aliasing -Wwrite-strings -fno-common -pipe -fbuiltin -fmessage-length=0 -MMD -Werror -fmerge-constants -ftracer -c -o autoload.o > ../../../../cygwinSrc/winsup/cygwin/autoload.cc but this is a relative path. Have you some residual around of a previous build ? -- 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