From: "Luke" Newsgroups: comp.os.msdos.djgpp Subject: Re: Make thingy and Floating point err Date: 13 Jan 1998 06:24:31 GMT Organization: Virtuall Private Host Services Ltd., BC, CANADA Lines: 14 Message-ID: <01bd1fec$40ac0480$4c55aecc@mpanian.awinc.com> References: <01bd1ef4$e68d10e0$5c55aecc AT mpanian DOT awinc DOT com> NNTP-Posting-Host: ts1-11.nel.auracom.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk > >Also, when I run make, it says something like > >(makefile:4) : *** seperator missing > > > >that may not sound weird, but line 4 is: > > cc -c test.exe $(objects) > > > >and if I put a : in, then it only compiles the first .o file in the var > >objects. I ended up doing the whole thing, line by line. > > Make commands need a leading *tab*, not spaces. Yeah, I read that much of the readme files. Does edit.exe (for dos) put in spaces where you put a tab or something? thats the editor I used.