On Jun 25, 2013, at 9:37 AM, Aleksandar Kuktin wrote:
I think you can just go on.
Whats important is that the new program requests /lib/ld-linux.so.2
(or
other, but in /lib) for its run-time linker. That linker is part of
the
new glibc, which means that new libraries will be used by your
>On Tue, 25 Jun 2013 12:56:35 +0300
>Sergey Shidlovsky wrote:
>
> Hi again! =)
>
> One more question, if you please.
>
> While adjusting toolchain, we do such search:
>
> **
> echo 'main(){}' > dummy.c
> cc dummy.c -v -Wl, --verbose &> dummy.log
>
Hi again! =)
One more question, if you please.
While adjusting toolchain, we do such search:
**
echo 'main(){}' > dummy.c
cc dummy.c -v -Wl, --verbose &> dummy.log
...
Next, verify that the new linker is being used with the correct search
paths: