home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / atari / st / tech / 4657 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  816 b 

  1. Xref: sparky comp.sys.atari.st.tech:4657 comp.sys.atari.st:13083
  2. Newsgroups: comp.sys.atari.st.tech,comp.sys.atari.st
  3. Path: sparky!uunet!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!network.ucsd.edu!porpoise!cod!healy
  4. From: healy@nosc.mil (Mike Healy)
  5. Subject: Re: Zmodem 1.62 (J. Bammi version) compiling problems.
  6. Message-ID: <1992Sep2.001338.12030@nosc.mil>
  7. Organization: Naval Ocean Systems Center, San Diego
  8. References: <1992Aug31.200254.15799@nosc.mil> <172DqB4w165w@ersys.edmonton.ab.ca>
  9. Date: Wed, 2 Sep 1992 00:13:38 GMT
  10. Lines: 17
  11.  
  12.  
  13. One last thing on your make problem:
  14.  
  15. You do have the dependency for the executable, don't you? e.g.
  16.  
  17. OBJECTS = foo.o bar.o
  18.  
  19. foo: $(OBJECTS)
  20.     $(CC) $(CFLAGS) -o foo $(OBJECTS) $(LIBS)
  21.  
  22. or something like that (all symbols previously defined)
  23.  
  24.  
  25. Mike Healy
  26.  
  27. healy@cod.nosc.mil
  28.  
  29.