This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Questions related to creation of libgcov.so


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
joseph@codesourcery.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]