https://bugzilla.redhat.com/show_bug.cgi?id=2098373
--- Comment #5 from Artur Frenszek-Iwicki fedora@svgames.pl ---
What about the statically linked errors?
It's a false positive. FPC has its own low-level interface and doesn't rely on libc, so a pure-Pascal program that doesn't use any external libraries won't link against anything - which is exactly the case with the "textmode" build of the game.
Is it possible to generate a PIC executable?
Yes, FPC has an option for generatic PIC code. I don't think I've used it when packaging any other Pascal programs, though.
Incorrect address might be something that can be fixed upstream.
Submitted a patch: https://github.com/jwvhewitt/gearhead-2/pull/18