-dynamic-linker wrong location (why does it add mingw to the path string?)

Kim soldoutseashell@gmail.com
Thu May 1 12:46:00 GMT 2014


-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)




More information about the Binutils mailing list