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
Please advise on what to do with the following error:
Undefined symbols for achitecture x86_64:
"_ld_set", referenced from:
_bcr_append in bcr.o
Symbols not found for achitecture x86_64. Does this mean I can't run Fermi on my mac?
The inline function ld_set is defined in bcr.c so, not sure why it is not being found in the bcr_append function.
I understand inline is used to make references to that function faster during compilation but, if I remove that modifier, compilation works just fine. Not sure why this modifier is causing this error.
The text was updated successfully, but these errors were encountered:
Hello,
Please advise on what to do with the following error:
Symbols not found for achitecture x86_64. Does this mean I can't run Fermi on my mac?
The inline function ld_set is defined in bcr.c so, not sure why it is not being found in the bcr_append function.
I understand inline is used to make references to that function faster during compilation but, if I remove that modifier, compilation works just fine. Not sure why this modifier is causing this error.
The text was updated successfully, but these errors were encountered: