home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!rtsc.com!yates
- From: yates@rtsc.com (John Yates)
- Newsgroups: gnu.g++.bug
- Subject: Possible bug in -M option of gcc-2.3.3
- Date: 22 Jan 1993 21:45:36 -0500
- Organization: GNUs Not Usenet
- Lines: 21
- Sender: daemon@cis.ohio-state.edu
- Approved: bug-g++@prep.ai.mit.edu
- Distribution: gnu
- Message-ID: <199301222040.AA15321@pike.rtsc.com>
-
- gcc-2.3.3 on Sun sparc os 4.1.2:
-
- I ran gcc with the -M option and got:
-
- $ gcc -M Name.cxx
- Name.cxx.o : Name.cxx rd.h /usr/local/include/rw/cstring.h ....
-
- It seems to me that it should be:
-
- $ gcc -M Name.cxx
- Name.o : Name.cxx rd.h /usr/local/include/rw/cstring.h ....
-
- The "Name.cxx.o" doesn't seem right.
-
- John Yates
- Republic Telcom Systems Corporation
- 6150 Lookout Road
- Boulder, CO 80301
- (303)530-8736
- yates@rtsc.com
-
-