Closed jschwartzenberg closed 3 months ago
Can you install package binutils-x86-64-linux-gnu
?
Yes, it's indeed there!
Where? You mean, its installed but doesn't work?
I didn't check with it yet. But is there a reason to use its ld
instead of the regular one?
Yes: on non-x86 arches.
But you can as well use configure.meson
.
It should find the right linker.
Trying to build on an i386 system, results in:
Running the correct
ld
manually allows fdpp to compile without issues:I guess #146 might solve this.