On Fri, 17 Aug 2018, Martin Liška wrote: > Where /home/marxin/bin/gcc/lib64/gcc/x86_64-pc-linux-gnu/9.0.0/libgcov.so > points to > /home/marxin/bin/gcc/lib64/libgcov.so.1 ?
Any symlinks need to be *relative*, not absolute, so the install tree is relocatable. There's unlibsubdir / libsubdir_to_prefix in gcc/Makefile.in but I'm not sure if that's available in the libgcc/ directory at present. -- Joseph S. Myers jos...@codesourcery.com