eroullit / net-toolbox

Playground for experimental code for the netsniff-ng project
www.netsniff-ng.org
GNU General Public License v2.0
2 stars 1 forks source link

Cannot compile with -fPIE #5

Open eroullit opened 13 years ago

eroullit commented 13 years ago

When compiling with -fPIE option, this error message appears: /usr/bin/ld: CMakeFiles/hashish.dir/hash_func_skein256.c.o: relocation R_X86_64_PC32 against symbol `SKEIN_256_IV_224' can not be used when making a shared object; recompile with -fPIC

Investigate why it does not work