Re: Recompile with -fPIE
- Posted by ghaberek (admin) Jun 08, 2022
- 3116 views
Pirx said...
Is there any way to fix this?
Yes, add -extra-lflags="-no-pie" to your euc command. This will force the linker to make a standard PIC executable instead.
-Greg
P.S. I updated your post to use code block formatting {{{ like this }}} instead of inline-code formatting ##like this##.