X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_05,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <8300.33169.qm@web100418.mail.kks.yahoo.co.jp> References: <8300 DOT 33169 DOT qm AT web100418 DOT mail DOT kks DOT yahoo DOT co DOT jp> Date: Tue, 23 Aug 2011 09:42:44 +0200 Message-ID: Subject: Re: .deps/foo.Plo:1: *** multiple target patterns. Stop. :: for Cygwin + mingw 64 make From: Csaba Raduly To: matsuoka AT nuce DOT nagoya-u DOT ac DOT jp, cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id p7N7h8Z0012498 On Tue, Aug 23, 2011 at 5:00 AM, Tatsuro MATSUOKA wrote: > Hello > > I am now preparing gnuplot for windows 64 bit using  Cygwin + mingw 64 tools. ... > $ make > .deps/foo.Plo:1: *** multiple target patterns.  Stop. Check the contents of .deps/foo.Plo ; it should be a correct makefile fragment. Look for extraneous colons. Check the command that produced .deps/foo.Plo ; check that the filename is not in Win32 format. By "mingw 64 tools" do you mean stuff from http://mingw-w64.sourceforge.net/ ? Mixing those with Cygwin tools might be problematic. This was the fourth hit when Googling for "gnu make multiple target patterns" : http://stackoverflow.com/questions/2100448/multiple-target-patterns-makefile-error Csaba -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++ The Tao of math: The numbers you can count are not the real numbers. Life is complex, with real and imaginary parts. "Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds "People disagree with me. I just ignore them." -- Linus Torvalds -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple