p-e-w / finalterm

At last – a modern terminal emulator (NO LONGER MAINTAINED)

Home Page:http://finalterm.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compile error

JohnDoe42 opened this issue · comments

commented

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.

commented

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.