------- Comment #3 from sprinkle at ECE dot Arizona dot Edu  2008-03-25 22:24 
-------
(In reply to comment #2)
> I think this is a dup of bug 32197.
> 

After this ping, I tried on the same machine, with gcov off, and it worked.
However, it also worked by not using ccache (it seems that on this machine, CC
and CXX are environment variables mapping to ccache). Perhaps that is the real
issue? If I set
 unset CC
 unset CXX
 cd build
 rm -rf *
 cmake .. && make

Then I achieve success, even with gcov enabled...


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35696

Reply via email to