On Fri, Aug 08, 2025 at 09:34:37PM +0200, Dan wrote:
> 
> Josh Grosse <j...@jggimi.net> wrote:
> 
> > On Fri, Aug 08, 2025 at 04:45:27PM +0200, Dan wrote:
> > > 
> > > wiz# ldd /usr/bin/gcov 
> > > /usr/bin/gcov:
> > > ld.so: gcov: can't load library 'libc.so.96.0'
> > > /usr/bin/gcov: signal 9
> > > 
> > > where gcov is reported obsolete on my 7.7 stable
> > > 
> > > Dan
> > 
> > libc.so.96.0 is from 6.7-release, in 2020.
> > 
> 
> eheh, 
> so you mean the prb is mine or of the tool?
> really *difficultisc*, you  know..

My guess is that you are using an architecture where base-gcc
has been previously removed, such as amd64.  

a) If you're compiling with clang/llvm, use llvm-cov.

b) If you've installed the gcc package to compile with gcc, use egcov.

Reply via email to