home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / gcc / bug / 2015 < prev    next >
Encoding:
Text File  |  1992-07-29  |  834 b   |  23 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!cs.wisc.edu!ross
  3. From: ross@cs.wisc.edu (Ross Johnson)
  4. Subject: *.o bug
  5. Message-ID: <9207292140.AA04578@american.cs.wisc.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Wed, 29 Jul 1992 11:40:39 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 10
  12.  
  13. When compiling with gcc version 2.2.2 and NOT using the -c flag,
  14. gcc tells the assembler to use filename.o where filename.c was the
  15. source file.  My understanding is that all temporary files that are
  16. used by gcc are suppose to be unique.  However, sometimes I get a
  17. conflict on filename.o when I simultaneously compile two versions
  18. of the same source file with different output files (using the -o flag).
  19. I think a more "unique" name should be chosen to replace filename.o.
  20.  
  21. Ross Johnson
  22.  
  23.