[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/24920] Executable produces nonsensical error message after stati
From: |
fweimer at redhat dot com |
Subject: |
[Bug ld/24920] Executable produces nonsensical error message after statically linking with trying to link in a dynamic library. |
Date: |
Tue, 20 Aug 2019 16:48:25 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=24920
Florian Weimer <fweimer at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fweimer at redhat dot com
--- Comment #1 from Florian Weimer <fweimer at redhat dot com> ---
This is caused by the link editor defaulting to /lib/ld64.so.1 as the program
interpreter, which does not existing on x86-64 psABI systems. Without -static,
the gcc compiler driver overrides that, using -dynamic-linker
/lib64/ld-linux-x86-64.so.2.
Maybe ld should not have a default for the program interpreter at all?
--
You are receiving this mail because:
You are on the CC list for the bug.