p-e-w / finalterm

At last – a modern terminal emulator (NO LONGER MAINTAINED)
http://finalterm.org
GNU General Public License v3.0
3.84k stars 179 forks source link

compile error #400

Open JohnDoe42 opened 9 years ago

JohnDoe42 commented 9 years ago

Getting this while compiling with Arch:

/usr/bin/ld: CMakeFiles/finalterm.dir/src/FinalTerm.c.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

JohnDoe42 commented 9 years ago

I have digged a little bit deeper. The problem is the following package in Archlinux: https://www.archlinux.org/packages/community/x86_64/hardening-wrapper/

It forces some compile args to build hardened executables by default.