You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run cd rosenbridge/util && make on Arch I get the following error:
mkdir -p bin
gcc check.c -o ./bin/check
/usr/bin/ld: /tmp/ccWOkfZ4.o: relocation R_X86_64_32 against `.text' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: final link failed: nonrepresentable section on output
collect2: error: ld returned 1 exit status
make: *** [Makefile:5: bin/check] Error 1
I tried adding -fPIC to gcc in the makefile but I get the same result.
The text was updated successfully, but these errors were encountered:
When I run cd rosenbridge/util && make on Arch I get the following error:
I tried adding -fPIC to gcc in the makefile but I get the same result.
The text was updated successfully, but these errors were encountered: