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 Date: Mon, 14 Mar 2005 09:01:15 -0700 From: Mark Paulus Subject: Re: ./configure In-reply-to: To: "cygwin AT cygwin DOT com" Message-id: <0IDC00FLLN64CM@pmismtp01.mcilink.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Priority: Normal X-IsSubscribed: yes On Mon, 14 Mar 2005 15:32:28 +0000 (UTC), Donald wrote: >Paulo Sequeira racsa.co.cr> writes: >> >> Donald wrote: >> > I am a newbie for cygwin.When I try to typed ./configure, it shows that. >> > >> > "$ ./configure" >> > "bash: ./configure: No such file or directory" >> > >> > Is there missing some packages of cygwin? >> > >> > Thanks for your help >> > >> >> where are you running that command from? Most likely, you won't find a >> configure file in home, unless you've deliverately put one there. >> >> what are you trying to configure? >> >I have typed "./configure" under /usr/src >I try to install a program but I don't have any experience on compiling a >program. :( >The readme of the program said : >Build >----- >Goto the "src" directory and run "./configure". When this finishs >successfully, run "make". >But when I typed "./configure" , >"bash: ./configure: No such file or directory" The problem would be one of interpreting the readme. When they say "go to the src directory", the readme is referring to the source directory of the package you are trying to build. Which is probably under /usr/src. So, if you have a tarball, foo.tar.gz, then, when you expand it in /usr/src, it would produce some directory /usr/src/foo, or possibly /usr/src/foo-x.y.z where x.y.z is a revision. Then you would cd down into /usr/src/foo, and run ./configure WITHIN /usr/src/foo. this would do all it's work, and then you would run make and build your package. >-- >Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple >Problem reports: http://cygwin.com/problems.html >Documentation: http://cygwin.com/docs.html >FAQ: http://cygwin.com/faq/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/