[NEWBIE] [MAKEFILE] [CYGNUS] Troubles...

From: Phillip A Ames (kirk47@juno.com)
Date: 01/17/99


Heya all, I've been trying to compile my MUD using Cygnus(b19), and have
been having troubles.  I've run the configure script by doing this:

C:\circle30bpl14\>bash
BASH.EXE-2.01$ bash ./configure
...
creating ./config.status
./configure: /bin/sh: No such file or directory
BASH.EXE-2.01$ bash ./config.status
creating src/Makefile
creating src/util/Makefile
creating src/conf.h
BASH.EXE-2.01$ cd src
BASH.EXE-2.01$ make all
Makefile:71: *** missing separator.  Stop.

# remove all the compiled objects for a clean compile
clean:
       rm -f *.o
^^^^^^^^^^^^^^^^^Line 71

# recreate the dependency file 'Depend'
depend:
       $(CC) -MM *.c > Depend

# default rule to make all of the .c files
%.o: %.c
       @echo $<
       @$(CC) -c $(CFLAGS) $<

The part on line 71, before the 'rm -f *.o' is a tab....  I'l lost as to
what could be going on.  The only thing I've done with the makefile is to
patch in automatic dependencies, so if anyone knows what might be wrong,
I'd appreciate a reply :)

-Phillip


Phillip Ames    | Satisfaction is not guaranteed.
kirk47@juno.com | -Ferengi Rule of Acquisition #19
ICQ: 8778335    | AOL IM: Grathol
http://members.xoom.com/Gowron/index.html

___________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com/getjuno.html
or call Juno at (800) 654-JUNO [654-5866]


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     |  http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html  |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/15/00 PST