Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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-Originating-IP: [202.194.196.31] Message-ID: <00ca01c4115c$bd425180$1fc4c2ca@hhw100> From: "hhw" To: Subject: what is the meaning of " mkdir linux-build"? Date: Wed, 24 Mar 2004 12:59:01 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id i2O50A1F030890 I found these commands: $> tar -xvzf libosip-0.X.X.tar.gz $> mkdir linux-build $> cd linux-build $> ../libosip-0.X.X/configure $> make $> make install Can you tell me why he "mkdir linux-build" and "cd linux-build"? Why not he directly "cd libosip-0.X.X" and "./configure".