home *** CD-ROM | disk | FTP | other *** search
- 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
- From: wyvern@gnu.ai.mit.edu (The Wyvern)
- Newsgroups: comp.os.linux
- Subject: cpp using old stat call
- Keywords: cpp
- Message-ID: <1992Dec22.154940.8010@mintaka.lcs.mit.edu>
- Date: 22 Dec 92 15:49:40 GMT
- Sender: news@mintaka.lcs.mit.edu
- Organization: Free Software Foundation
- Lines: 12
-
- As far as I can tell, the C preprocessor is the last binary I have that's
- giving me
- Warning: cpp using old stat() call. Recompile your binary.
-
- I have, appparently, 2 copies of cpp:
- 111616 Jun 18 1992 /usr/bin/cpp
- 66560 Sep 9 22:01 /usr/lib/gcc-lib/i386-linux/2.2.2d/cpp
-
- The cpp in /usr/bin is giving this message while the other one doesn't
- seem to have the problem. Is it ok to just remove the one in /usr/bin
- and replace it with a link to the other one, or are they functionally
- different in some way?
-