On 2002-10-29, Muli Ben-Yehuda wrote: > On Tue, Oct 29, 2002 at 11:11:50AM +0200, Muli Ben-Yehuda wrote: > > We've had a thread recently about ccache and potential pitfalls. > > johnm on advogato has discovered one such pitfall. The details: > > > > http://www.advogato.org/person/johnm/diary.html?start=23 > > [Replying to myself. Oy Vey.] > > I couldn't reproduce johnm's results with ccache 1.9, so they > should be treated with caution. If anyone manages to reproduce it, > I would very much like to know.
I can't reproduce it, because when I compile code (gcc -c) I don't see any "the use of `mktemp' is dangerous" warning. I can only get this warning if I actually *link* some code. but ccache doesn't intervene with linking. I tried various gcc's (3.2, 3.04, 2.95), and all of them don't warn about mktemp at compile time.. ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
