home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.coherent
- Path: sparky!uunet!mcsun!Germany.EU.net!rrz.uni-koeln.de!unidui!math.fu-berlin.de!news.belwue.de!ira.uka.de!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!hobbes.physics.uiowa.edu!news.uiowa.edu!news.weeg.uiowa.edu!jboggs
- From: jboggs@news.weeg.uiowa.edu (John D. Boggs)
- Subject: trouble making a program
- Message-ID: <1992Nov22.164036.13126@news.weeg.uiowa.edu>
- Lines: 15
- Reply-To: erato!jdb@uu.net
- Organization: University of Iowa, Iowa City, IA, USA
- Date: Sun, 22 Nov 1992 16:40:36 GMT
-
- I'm trying to make a program using the Makefile created by GNU
- s configure program, and keep getting the error
-
- make: 5: multiple actions for .c.o
-
- I always thought the number given in these error messages is the line
- the error is on, but line 5 is part of the GNU announcement that this
- is free software etc. etc. Later on in the makefile we have:
-
- .c.o:
- $(CC) -c $(CFLAGS) $(CPPFLAGS) $(DEFS) -I$(srcdir) $<
-
- Is there a way I can work around this error?
-
- -John D. Boggs uunet!erato!jdb
-
-