home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.sys.atari.st.tech:4657 comp.sys.atari.st:13083
- Newsgroups: comp.sys.atari.st.tech,comp.sys.atari.st
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!network.ucsd.edu!porpoise!cod!healy
- From: healy@nosc.mil (Mike Healy)
- Subject: Re: Zmodem 1.62 (J. Bammi version) compiling problems.
- Message-ID: <1992Sep2.001338.12030@nosc.mil>
- Organization: Naval Ocean Systems Center, San Diego
- References: <1992Aug31.200254.15799@nosc.mil> <172DqB4w165w@ersys.edmonton.ab.ca>
- Date: Wed, 2 Sep 1992 00:13:38 GMT
- Lines: 17
-
-
- One last thing on your make problem:
-
- You do have the dependency for the executable, don't you? e.g.
-
- OBJECTS = foo.o bar.o
-
- foo: $(OBJECTS)
- $(CC) $(CFLAGS) -o foo $(OBJECTS) $(LIBS)
-
- or something like that (all symbols previously defined)
-
-
- Mike Healy
-
- healy@cod.nosc.mil
-
-