This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: gnu ld searchpath
- From: Ramana Radhakrishnan <ramana dot gcc at googlemail dot com>
- To: Vinitha Vijayan <vinitha dot vijayann at gmail dot com>
- Cc: "binutils at sourceware dot org" <binutils at sourceware dot org>
- Date: Thu, 28 May 2015 13:25:42 +0100
- Subject: Re: gnu ld searchpath
- Authentication-results: sourceware.org; auth=none
- References: <CABcFW_ga=BeLYT0Dc33L8qmgrVMEAj=AAhUQ-t1EwXP5afT-fg at mail dot gmail dot com>
- Reply-to: ramrad01 at arm dot com
> Is this the expected behavior for gnu ld ? And ld.so.conf file entries
> only affect runtime linker (ld-linux*.so) searchpaths ?
ld.so.conf has nothing to do with the static linker. It's only used by
the dynamic linker.
$>man ldconfig
alternatively on a GNU/Linux system, you can try using apropos ld.so
to find all related man pages .....
regards
Ramana
>
> Regards,
> Vinitha Vijayan