[PB 5.46 LTS x64] DONE! Undefined symbols for architecture
Posted: Wed Feb 07, 2018 3:46 pm
Hi,
I just try to compile my project on MacOS 10.13 (High Sierra) using PB 5.46 LTS x64. The project compilation fails by this error:
The project also links some own curl compilation, but I think the line "_EndIf36 in purebasic.o" points me to a PB related issue.
Any idea how I can solve this? Sadly it is urgent
I just try to compile my project on MacOS 10.13 (High Sierra) using PB 5.46 LTS x64. The project compilation fails by this error:
Code: Select all
Error: Linker
Undefined symbols for architecture x86_64:
"__error", referenced from:
_EndIf36 in purebasic.o
PStub__error in purebasic.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Any idea how I can solve this? Sadly it is urgent
