home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / g / bug / 2315 < prev    next >
Encoding:
Internet Message Format  |  1993-01-23  |  824 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!rtsc.com!yates
  2. From: yates@rtsc.com (John Yates)
  3. Newsgroups: gnu.g++.bug
  4. Subject: Possible bug in -M option of gcc-2.3.3
  5. Date: 22 Jan 1993 21:45:36 -0500
  6. Organization: GNUs Not Usenet
  7. Lines: 21
  8. Sender: daemon@cis.ohio-state.edu
  9. Approved: bug-g++@prep.ai.mit.edu
  10. Distribution: gnu
  11. Message-ID: <199301222040.AA15321@pike.rtsc.com>
  12.  
  13. gcc-2.3.3 on Sun sparc os 4.1.2:
  14.  
  15. I ran gcc with the -M option and got:
  16.  
  17.     $ gcc -M Name.cxx
  18.     Name.cxx.o : Name.cxx rd.h /usr/local/include/rw/cstring.h ....
  19.  
  20. It seems to me that it should be:
  21.  
  22.     $ gcc -M Name.cxx
  23.     Name.o : Name.cxx rd.h /usr/local/include/rw/cstring.h ....
  24.  
  25. The "Name.cxx.o" doesn't seem right.
  26.  
  27. John Yates
  28.  Republic Telcom Systems Corporation
  29.  6150 Lookout Road
  30.  Boulder, CO 80301
  31.  (303)530-8736
  32.  yates@rtsc.com
  33.  
  34.