Message-ID: <34AA759D.48E8FD58@spacey.net> Date: Wed, 31 Dec 1997 08:41:02 -0800 From: Joseph W Gabrielski MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: missing separator in make Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 205.152.52.216 Lines: 23 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I'm having trouble using the make utility with the DJGPP compiler in MSDOS. Here's the error message I'm getting: C:\calc>make makefile:2: *** missing separator. Stop. I think it has something to do with the Tab character to start the second line. I've tried using the Tab key, ^I, and 9 but the compiler recognizes none of them. Here's the makefile: myprog : dstack_s.o trystack.o cc -o dstack_s.o trystack.o trystack.o : trystack.cc dstack.h cc -c trystack.cc dstack_s.o : dstack_s.cc dstack.h cc -c dstack_s.cc I'm also having trouble getting the thing to run as a project in Rhide but that's another story. This is driving me crazy! Any help is appreciated. Happy New Year! jgabe AT spacey DOT net