Open
Description
Hello,
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.
Metadata
Metadata
Assignees
Labels
No labels