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
But when I run it, I have next errors: /usr/bin/ld: obj/genfullchain8x.o: relocation R_X86_64_32S against symbol _rotate8' can not be used when making a shared object; recompile with -fPIC`
As you can see, I'm building .s files with flag -fPIC but the compiler still tells me that there is an issue.
Can you help me with it?
Would be awesome if you add some instruction and tech specs to your README how to use your library.
The text was updated successfully, but these errors were encountered:
Hello. guys!
I'm trying to build those source files to .so shared libs to use it in Golang, but have some issues.
Here is my Makefile
But when I run it, I have next errors:
/usr/bin/ld: obj/genfullchain8x.o: relocation R_X86_64_32S against symbol
_rotate8' can not be used when making a shared object; recompile with -fPIC`As you can see, I'm building .s files with flag -fPIC but the compiler still tells me that there is an issue.
Can you help me with it?
Would be awesome if you add some instruction and tech specs to your README how to use your library.
The text was updated successfully, but these errors were encountered: