Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
From: Andrew Jacka <andrew@hsa.com.au>
Organization: HSA Systems Pty Ltd
To: cygwin@cygwin.com
Subject: Makefile *** missing separator
Date: Mon, 7 Jul 2003 10:27:15 +1000
User-Agent: KMail/1.5.1
MIME-Version: 1.0
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200307071027.15202.andrew@hsa.com.au>

Hi,

I have a question about gnumake under cygwin...
I am getting an error "*** missing separator" compliling using a home-baked 
makefile.   

The following is the segment of the Makfile that is causing the problem.   The 
error refers to the line starting with $(LIB)
----------------------------------------------------
$(LIB): $(LIB)($(OBJS)) $(OBJS)
	$(CC) $(CFLAGS) -o $@ $(LDLIBS) $^
----------------------------------------------------
The segment above is part of a top-level makefile that defines a set of 
standard make targets.   The problem only arises when $(LIB) is not defined 
in the makefile that includes the top level one.

This exact makefile setup works fine on Linux, BSD and Solaris.   Just not 
Cygwin.

I have checked the usual suspects... (ie There is a tab before the $(CC) line 
and there are no CR/LF issues.

Cheers

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

