X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=BAYES_00,URIBL_PH_SURBL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Date: Fri, 27 Feb 2009 13:52:13 +0100 From: To: cygwin AT cygwin DOT com Subject: problem with make-3.81 Message-ID: X-Sender: ycollet AT freesurf DOT fr User-Agent: RoundCube Webmail/0.2-beta Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" 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 Hello, I was trying to compile project from coin-or (http://www.coin-or.org) using the cygwin tools and I found a problem: .deps/ClpCholeskyBase.Plo:1: *** multiple target patterns. (and several other error messages from this kind) So I searched in google some hints and found that this is a "well know" problem. It seems that make 3.81 has some difficulties to handle "automatic header file dependencies". One solution is to use make 3.80. But I don't understand why this problem is still not corrected ?? Your sincerely, YC PS: I added the comment made on the coin-or website related to this problem with reference to the bug description (see the 2006 year ...). * On Cygwin, GNU make version 3.81-1 delivered by the default setup program doesn't work with the automatic header file dependencies, generated by the compilers. The error message you will see because of this bug will look something like this: make[2]: Entering directory `/home/andreasw/COIN-svn/OBJgcc-debug/Clp/trunk/Clp/src' .deps/ClpCholeskyBase.Plo:1: *** multiple target patterns. Stop. Here are two suggested fixes: 1. Try to obtain the previous version (3.80); for example, you can download it from http://cygwin.paracoda.com/release/make/make-3.80-1.tar.bz2. 2. Obtain a fixed 3.81 version, for example from http://www.cmake.org/files/cygwin/make.exe. (See the Cygwin mailing list postings http://cygwin.com/ml/cygwin/2006-09/msg00315.html and http://cygwin.com/ml/cygwin/2006-09/msg00153.html) -- 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/