home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / coherent / 5796 < prev    next >
Encoding:
Text File  |  1992-11-22  |  1.0 KB  |  27 lines

  1. Newsgroups: comp.os.coherent
  2. 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
  3. From: jboggs@news.weeg.uiowa.edu (John D. Boggs)
  4. Subject: trouble making a program
  5. Message-ID: <1992Nov22.164036.13126@news.weeg.uiowa.edu>
  6. Lines: 15
  7. Reply-To: erato!jdb@uu.net
  8. Organization: University of Iowa, Iowa City, IA, USA
  9. Date: Sun, 22 Nov 1992 16:40:36 GMT
  10.  
  11. I'm trying to make a program using the Makefile created by GNU
  12. s configure program, and keep getting the error
  13.  
  14.      make: 5: multiple actions for .c.o
  15.  
  16. I always thought the number given in these error messages is the line
  17. the error is on, but line 5 is part of the GNU announcement that this
  18. is free software etc. etc.  Later on in the makefile we have:
  19.  
  20.      .c.o:
  21.            $(CC) -c $(CFLAGS) $(CPPFLAGS) $(DEFS) -I$(srcdir) $<
  22.  
  23. Is there a way I can work around this error?
  24.  
  25. -John D. Boggs     uunet!erato!jdb
  26.  
  27.