home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21424 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  936 b 

  1. Path: sparky!uunet!europa.asd.contel.com!gatech!swrinde!zaphod.mps.ohio-state.edu!uwm.edu!spool.mu.edu!olivea!mintaka.lcs.mit.edu!wyvern
  2. From: wyvern@gnu.ai.mit.edu (The Wyvern)
  3. Newsgroups: comp.os.linux
  4. Subject: cpp using old stat call
  5. Keywords: cpp
  6. Message-ID: <1992Dec22.154940.8010@mintaka.lcs.mit.edu>
  7. Date: 22 Dec 92 15:49:40 GMT
  8. Sender: news@mintaka.lcs.mit.edu
  9. Organization: Free Software Foundation
  10. Lines: 12
  11.  
  12. As far as I can tell, the C preprocessor is the last binary I have that's
  13. giving me
  14. Warning: cpp using old stat() call. Recompile your binary.
  15.  
  16. I have, appparently, 2 copies of cpp:
  17.     111616 Jun 18  1992 /usr/bin/cpp
  18.     66560  Sep  9 22:01 /usr/lib/gcc-lib/i386-linux/2.2.2d/cpp
  19.  
  20. The cpp in /usr/bin is giving this message while the other one doesn't
  21. seem to have the problem. Is it ok to just remove the one in /usr/bin
  22. and replace it with a link to the other one, or are they functionally
  23. different in some way?
  24.