From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3267 invoked by alias); 23 Aug 2011 08:35:11 -0000 Received: (qmail 2878 invoked by uid 22791); 23 Aug 2011 08:35:08 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from web100402.mail.kks.yahoo.co.jp (HELO web100402.mail.kks.yahoo.co.jp) (183.79.28.104) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Tue, 23 Aug 2011 08:34:42 +0000 Received: (qmail 51425 invoked by uid 60001); 23 Aug 2011 08:34:40 -0000 Message-ID: <912980.47464.qm@web100402.mail.kks.yahoo.co.jp> Received: from [133.6.57.2] by web100402.mail.kks.yahoo.co.jp via HTTP; Tue, 23 Aug 2011 17:34:40 JST Date: Tue, 23 Aug 2011 08:35:00 -0000 From: Tatsuro MATSUOKA Reply-To: matsuoka@nuce.nagoya-u.ac.jp Subject: Re:[solved].deps/foo.Plo:1: *** multiple target patterns. Stop. :: for Cygwin + mingw 64 make To: matsuoka@nuce.nagoya-u.ac.jp, cygwin@cygwin.com, Csaba Raduly In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2011-08/txt/msg00446.txt.bz2 Hello Thank you for the hint. The origin of the error is Non CYgwin like path handling. CPPFLAGS=3D'-IC:/Programs/gplibs64/include' \ LDFLAGS=3D'-LC:/Programs/gplibs64/lib' \ ../sourcePath/configure=20 I correct as=20 CPPFLAGS=3D'-I/cygdrive/c/Programs/gplibs64/include' \ LDFLAGS=3D'-L/cygdrive/c/Programs/gplibs64/lib' \ ../sourcePath/configure=20 The above solves the error Thanks!! =20=20 --- On Tue, 2011/8/23, Csaba Raduly wrote: > On Tue, Aug 23, 2011 at 5:00 AM, Tatsuro MATSUOKA=A0 wrote: > > Hello > > > > I am now preparing gnuplot for windows 64 bit using =A0Cygwin + mingw 6= 4 tools. > ... > > $ make > > .deps/foo.Plo:1: *** multiple target patterns. =A0Stop. >=20 >=20 > Check the contents of .deps/foo.Plo ; it should be a correct makefile > fragment. Look for extraneous colons. >=20 > Check the command that produced .deps/foo.Plo ; check that the > filename is not in Win32 format. >=20 > By "mingw 64 tools" do you mean stuff from > http://mingw-w64.sourceforge.net/ ? Mixing those with Cygwin tools > might be problematic. >=20 > This was the fourth hit when Googling for "gnu make multiple target patte= rns" : > http://stackoverflow.com/questions/2100448/multiple-target-patterns-makef= ile-error >=20 > Csaba > --=20 > 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 To= rvalds > "People disagree with me. I just ignore them." -- Linus Torvalds >=20 > -- > Problem reports:=A0 =A0 =A0=A0=A0http://cygwin.com/problems.html > FAQ:=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0=A0=A0http://cygwin.com/faq/ > Documentation:=A0 =A0 =A0 =A0=A0=A0http://cygwin.com/docs.html > Unsubscribe info:=A0 =A0 =A0 http://cygwin.com/ml/#unsubscribe-simple >=20 > -- 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