tags:

views:

130

answers:

1

I'm running gcov/gcc 4.1.2 on RHEL.

When I want to specify a directory for the gcov files. Any ideas on how to do this?

+3  A: 

Run gcov from the directory where you want its files to be created. You'll have to use the -o argument to tell it where to look for the .gcno/.gcda files. See gcov's docs for more info.

jamessan
Did you mean 'Run gcov', or is there something called 'gconv'?
Nathan Fellman
That was a typo. Fixed.
jamessan