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
{{ message }}
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
when I compile zsim-nvmain , error listed below appearanced:
/usr/bin/ld: /usr/lib/librt.a(clock_gettime.o): relocation R_X86_64_32 against `__pthread_clock_gettime' can not be used when making a shared object; recompile with -fPIC
I tried many methods to solve this problem , but failed finally. Can anyone tell me what happend ? The environment was not ready ? Or librt.a had something wrong?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when I compile zsim-nvmain , error listed below appearanced:
/usr/bin/ld: /usr/lib/librt.a(clock_gettime.o): relocation R_X86_64_32 against `__pthread_clock_gettime' can not be used when making a shared object; recompile with -fPIC
I tried many methods to solve this problem , but failed finally. Can anyone tell me what happend ? The environment was not ready ? Or librt.a had something wrong?
The text was updated successfully, but these errors were encountered: