home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / c / 16053 < prev    next >
Encoding:
Internet Message Format  |  1992-11-06  |  706 b 

  1. Path: sparky!uunet!caen!zaphod.mps.ohio-state.edu!not-for-mail
  2. From: ren@function.mps.ohio-state.edu (Liming Ren)
  3. Newsgroups: comp.lang.c
  4. Subject: gcc and cc!
  5. Date: 5 Nov 1992 23:56:02 -0500
  6. Organization: Department of Mathematics, The Ohio State University
  7. Lines: 18
  8. Distribution: world
  9. Message-ID: <1dctt2INNkbi@function.mps.ohio-state.edu>
  10. NNTP-Posting-Host: function.mps.ohio-state.edu
  11.  
  12.  
  13.  
  14. It seems to me that if we have two object file , say foo.o and bar.o,
  15. one is compiled with gcc and the other with cc, then we can't link them 
  16. together such as 
  17.  
  18. cc foo.o bar.o -o name
  19.  
  20. or
  21.  
  22. gcc foo.o bar.o -o name
  23.  
  24.  
  25. I learned it in a hard way and still confused. Could some experts
  26. say more about this.
  27.  
  28.  
  29. Thanks!
  30.