home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / coherent / 5810 < prev    next >
Encoding:
Internet Message Format  |  1992-11-22  |  1.5 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!ig!eskimo.chi.il.us!tundra
  2. From: tundra@eskimo.chi.il.us (Tundra Tim Daneliuk)
  3. Newsgroups: comp.os.coherent
  4. Subject: Re: trouble making a program
  5. Message-ID: <9211221643.AA19466@eskimo.chi.il.us>
  6. Date: 23 Nov 92 05:08:40 GMT
  7. References: <m0mtM9I-00047DC@clout.chi.il.us>
  8. Sender: daemon@presto.ig.com
  9. Reply-To: "Coherent operating system" <COHERENT@indycms.bitnet>
  10. Organization: TundraWare
  11. Lines: 30
  12.  
  13. >
  14. > I'm trying to make a program using the Makefile created by GNU
  15. > s configure program, and keep getting the error
  16. >
  17. >      make: 5: multiple actions for .c.o
  18. >
  19. > I always thought the number given in these error messages is the line
  20. > the error is on, but line 5 is part of the GNU announcement that this
  21. > is free software etc. etc.  Later on in the makefile we have:
  22. >
  23. >      .c.o:
  24. >            $(CC) -c $(CFLAGS) $(CPPFLAGS) $(DEFS) -I$(srcdir) $<
  25. >
  26. > Is there a way I can work around this error?
  27. >
  28. > -John D. Boggs     uunet!erato!jdb
  29. >
  30. The make shipped with COH is dain bramaged - use dmake (available from
  31. mwcbbs) instead.
  32.  
  33. ------------------------------------------------------------------------------
  34.  
  35.         "Tundra" Tim Daneliuk
  36.         PREFERRED: tundra@eskimo.chi.il.us
  37.         OR (Yuk!): eskimo!tundra@clout.chi.il.us
  38.         ALSO:      ...uunet!gargoyle.uchicago.edu!clout!eskimo!tundra
  39.         US SNAIL:  4927 N. Rockwell, Chicago, IL  60625
  40.         MA BELL:   (312) 989-1052
  41.  
  42. ------------------------------------------------------------------------------
  43.