This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
-dynamic-linker wrong location (why does it add mingw to the path string?)
- From: Kim <soldoutseashell at gmail dot com>
- To: Binutils Development <binutils at sourceware dot org>
- Date: Thu, 01 May 2014 20:46:45 +0800
- Subject: -dynamic-linker wrong location (why does it add mingw to the path string?)
- Authentication-results: sourceware.org; auth=none
- References: <5357470A dot 2010105 at gmail dot com> <535787B6 dot 4070309 at redhat dot com> <A395A83E-8A07-44C6-A80D-6507B99AC29E at gmail dot com>
-dynamic-linker /lib64/ld-linux-x86-64.so.2
For some reason this makes the interpreter location
I:/MingW/msys/1.0/lib64/ld-linux-x86-64.so.2
in the executable
kim@Backup ~/shared $ ldd -d ./Test
linux-vdso.so.1 => (0x00007fff2e5fe000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f859965e000)
I:/MingW/msys/1.0/lib64/ld-linux-x86-64.so.2 =>
/lib64/ld-linux-x86-64.so.2 (0x00007f8599a41000)