delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2011/08/23/04:35:31

X-Recipient: archive-cygwin AT delorie DOT com
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
Message-ID: <912980.47464.qm@web100402.mail.kks.yahoo.co.jp>
Date: Tue, 23 Aug 2011 17:34:40 +0900 (JST)
From: Tatsuro MATSUOKA <tmacchant2 AT yahoo DOT co DOT jp>
Reply-To: matsuoka AT nuce DOT nagoya-u DOT ac DOT jp
Subject: Re:[solved].deps/foo.Plo:1: *** multiple target patterns. Stop. :: for Cygwin + mingw 64 make
To: matsuoka AT nuce DOT nagoya-u DOT ac DOT jp, cygwin AT cygwin DOT com,
Csaba Raduly <rcsaba AT gmail DOT com>
In-Reply-To: <CAEhDDbDJJwPMkSF3PKvdH47hUe32M+4pXzTDGDG5w5RUiGPzxA@mail.gmail.com>
MIME-Version: 1.0
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id p7N8ZOpe015852

Hello

Thank you for the hint.

The origin of the error is Non CYgwin like path handling.

CPPFLAGS='-IC:/Programs/gplibs64/include' \
LDFLAGS='-LC:/Programs/gplibs64/lib' \
<snip>
../sourcePath/configure 

I correct as 

CPPFLAGS='-I/cygdrive/c/Programs/gplibs64/include' \
LDFLAGS='-L/cygdrive/c/Programs/gplibs64/lib' \
<snip>
../sourcePath/configure 

The above solves the error
Thanks!!
  
--- On Tue, 2011/8/23, Csaba Raduly  wrote:

> 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
> 
>

--
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


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019