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: Fri, 3 Jun 2005 08:58:19 -0700 From: Yitzchak Scott-Thoennes To: cygwin AT cygwin DOT com Subject: Re: Problem with Perl 5.6.1 Message-ID: <20050603155819.GA3452@efn.org> References: <000101c5683c$5e30a560$7501a8c0 AT keloasc60pobkb> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000101c5683c$5e30a560$7501a8c0@keloasc60pobkb> User-Agent: Mutt/1.4.2.1i X-IsSubscribed: yes On Fri, Jun 03, 2005 at 04:02:59PM +0430, Alireza Ghasemi wrote: > Hello, > Inorder to compile Perl 5.6.1 I configured it with '-de'(default) parameter > and It was configured with no error.But when I tried to 'make' it said : > "GNUmakefile:245: warning: overriding commands for target `perlmain.o' > GNUmakefile:187: warning: ignoring old commands for target `perlmain.o' > make: *** No rule to make target `', needed by `miniperlmain.o'. > Stop" > What's the problem? > Thanks. Assuming you really don't want a 5.8.x perl try perl 5.6.2 instead, which has just a few changes from 5.6.1 including understanding gcc 3.x output (which is the problem you are having). Or just edit GNUmakefile and remove the messed up dependencies. -- 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/