automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: .deps/foo.Po:1: *** multiple target patterns. Stop.


From: Sam Steingold
Subject: Re: .deps/foo.Po:1: *** multiple target patterns. Stop.
Date: Mon, 10 Aug 2009 17:10:14 -0400

On Mon, Aug 10, 2009 at 4:39 PM, Ralf Wildenhues<address@hidden> wrote:
> * Sam Steingold wrote on Mon, Aug 10, 2009 at 10:23:50PM CEST:
>> On Mon, Aug 10, 2009 at 4:20 PM, Ralf Wildenhues wrote:
>> > If you had given a reference to the discussion where this occurred
>> > initially (I know that I've skimmed it before, but as I'm still catching
>> > up with mail backlog I am not eager to search for it), I might've even
>> > been able to say what exactly your issue is, and whether it is an
>> > Automake one.  ;-)
>>
>> <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/18253>
>
> Hmm, that doesn't tell which 'make' variant you're using, nor how you
> invoked configure, or whether this is mixing Cygwin and MinGW tools,
> or who added that -Ic:/ path, whether it was you or some part of the
> configure script.  These information bits would help.

this is a plain cygwin installation.
however, the build is intended to produce a pure win32 executable.
the top-level clisp configure was invoked with "--with-mingw".

$ egrep '\<c:' Makefile
        CLISP="c:/sds/dev/current/build-mingw-1/clisp -K boot -B
c:/sds/dev/current/build-mingw-1 -E UTF-8 -Epathname 1:1 -Emisc 1:1
-norc" ; \

this seems innocent enough, but the sub-Makefiles have
INCLUDES = $$($(CLISP) -b)/linkkit
which transpires to
INCLUDES=c:/sds/dev/current/build-mingw-1/linkkit

-- 
Sam Steingold <http://sds.podval.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]