Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 From: Andrew Jacka Organization: HSA Systems Pty Ltd To: cygwin AT cygwin DOT 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/