From: diego j vilasuso Newsgroups: comp.os.msdos.djgpp Subject: makefile error Date: Thu, 07 Aug 1997 01:55:18 -0700 Organization: WorldWide Access (tm) - Midwestern Internet Services http://www.wwa.com Lines: 28 Message-ID: <33E98D75.502F7AB4@wwa.com> NNTP-Posting-Host: pool4-023.wwa.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I need help in understanding an error message I receive when I try to run a MAKEFILE. The 'makefile' is very simple: main.o : main.cc define.h gxx -c main.cc func.o : func.cc define.h gxx -c func.cc runp : main.o func.o makefile gxx -o runp main.o func.o Actually just about any order or of any of the above produces the same error. The erroe being: makefile: 4: *** missing seperator. Stop. What does this mean? I'll apperciate any input. thanx Rafael Vilasuso vilasuso AT trees DOT er DOT anl DOT gov vilasuso AT zbox DOT evl DOT uic DOT edu