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:date:reply-to:from:to:subject:mime-version :content-type:content-transfer-encoding:message-id; q=dns; s= default; b=Z9rsnD+CcasDTJH2ahFxrqoVoCbgla1AVRdgjGIU2L2s9Y9oB/q74 shdP5+7JtIg3JVSZFXAQOkKy09F2PGniZMyjkUE9GK50xudl7Tka4YLmMQdrdHYD XtWwj8ndyA3deuUJmHAutnqb/wcMabgoGLp4tWfxLfjQyNcY/rP3Kc= 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:date:reply-to:from:to:subject:mime-version :content-type:content-transfer-encoding:message-id; s=default; bh=m/JHQ+VBstbfxleIIqWwEd5ZlMM=; b=y6cWqN5yy1mST2iCuEdU3LjkRf8b Rv/K0YH8vFFvquC87bxrF8vF7AbwZLbPhrB+vYdsLsjoYImeFqvl5gorTeQOrcSY O8hYFITWDmmtesYbc0GH6AbENY+EF3EPGQnVaLWv0EQGvNLITFPd+UhKYFtW+ri4 sP6lOl1fWFwl4f8= 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=4.5 required=5.0 tests=BAYES_95,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_LOW,SPF_PASS,XPRIO autolearn=no version=3.3.2 spammy=H*UA:4.0, H*x:4.0, H*UA:WebMail, H*x:WebMail X-HELO: smtp2911-208.mail.sina.com.cn X-Sender: harryren0524 AT sina DOT com X-SMAIL-MID: 35581313002742 Date: Tue, 05 Jul 2016 07:08:32 +0800 Reply-To: harryren0524 AT sina DOT com From: To: "Marco Atzeri" , "cygwin" Subject: Re: Re: how to compile cygwin from sources in cygwin(win 7)? MIME-Version: 1.0 X-MessageID: 577aec7012915e26 Content-Type: text/plain; charset=GBK Message-Id: <20160704230832.7B2D64C0080@webmail.sinamail.sina.com.cn> X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id u64N8wRq019111 ----- Original Message ----- From: Marco Atzeri To: cygwin AT cygwin DOT com Subject: Re: how to compile cygwin from sources in cygwin(win 7)? Date: 2016-07-04 22:39 I configured like this: mkdir /oss/src mkdir /oss/build mkdir /oss/install cd build /oss/src/configure --prefix=/oss/install make >& make.out make install > install.log 2>&1