home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.bug
- Path: sparky!uunet!cis.ohio-state.edu!cs.wisc.edu!ross
- From: ross@cs.wisc.edu (Ross Johnson)
- Subject: *.o bug
- Message-ID: <9207292140.AA04578@american.cs.wisc.edu>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Wed, 29 Jul 1992 11:40:39 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 10
-
- When compiling with gcc version 2.2.2 and NOT using the -c flag,
- gcc tells the assembler to use filename.o where filename.c was the
- source file. My understanding is that all temporary files that are
- used by gcc are suppose to be unique. However, sometimes I get a
- conflict on filename.o when I simultaneously compile two versions
- of the same source file with different output files (using the -o flag).
- I think a more "unique" name should be chosen to replace filename.o.
-
- Ross Johnson
-
-