[16:14:20] /usr/bin/ld: libnavcoin_consensus.a(libnavcoin_consensus_a-blake.o): relocation R_X86_64_32 against.rodata' can not be used when making a shared object; recompile with -fPIC` [16:14:44] @developer Do you know why I would see this error when making 4.7.0? [16:15:01] bittrex is seeing that too [16:15:39] they are on Ubuntu 16.04 gcc --version gcc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609 ./configure --enable-tests=false --with-gui=no --with-incompatible-bdb [16:16:35] @mxaddict do you have any clue? [16:17:06] I'm gcc (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609 [16:17:16] ./configure --without-gui [16:17:26] looks like same as them [17:28:49] @aguycalled Is there a way I can configure and make without hardening? [17:29:36] --disable-hardening? [17:29:39] ./configure --disable-hardening && make [17:29:42] TY [17:30:19] I think it may be the position-independent executables that is breaking [17:30:24] guessing of course [17:31:23] i think @mxaddict would be able to help us as he changed some things related to the toolchain [17:31:41] but i dont think we deprecated ubuntu 16.04 [17:31:58] maybe I can upgrade by ubuntu quicker [17:32:05] try upgrading ur gcc [17:32:07] im on 7.4.0 [17:33:11] yeah, might be quicker ty [17:57:53] it compiled with --disable-hardening [18:08:48] cool [18:25:10] i've just added 3 basic functional tests to the dao_extension branch