Mail Archives: djgpp/1997/08/02/13:33:52
From: | Charles Krug <charles AT pentek DOT com>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Error using gnu make 3.75
|
Date: | Mon, 28 Jul 1997 16:48:50 -0400
|
Lines: | 22
|
Message-ID: | <33DD05B2.2652@pentek.com>
|
NNTP-Posting-Host: | mail.pentek.com
|
Mime-Version: | 1.0
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Trying to use gnu make 3.75 to build a program. Make returns the
following message:
makefile:11: *** missing separator. Stop.
The file in question, lines through 11:
CC=GXX
CFLAGS=-Wall
all: calc.exe
calc.exe: calc.cc
$(CC) $(CFLAGS) -o calc.exe calc.cc #This is line 11
Any thoughts on what I might be doing wrong? I tried using RHIDE's
editor to edit the file, thinking that dos edit might be giving me
spaces where I want tabs, but to no avail. Is there any way to make
sure that I have tabs and not spaces? Is there a port of vi to ms-dos?
--
Charles Krug
in a wait loop ( use
getttimeofday for now ) but delay frees the cpu and allows other use
( like handling ipx network events which can happen during execution )
which is necessary for my application.
I replaced delay() with a loop in my network code and it made things
worse.
I found some posts in different newsgroups pointing out this problem
but no solutions or workarounds.
Henrik
--
Henrik Schmidt Christian-Albrechts-Universitaet zu Kiel
Institut fuer Informatik +49 (431) 5604 - 81 Fax or 75 Phone
Preusserstr. 1-9 http://www.informatik.uni-kiel.de/~hbs/
24105 Kiel, Germany email: hbs AT informatik DOT uni-kiel DOT de
- Raw text -