This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

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


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



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