Linker Problem using libcurl
Posted: Wed Jun 05, 2024 6:08 pm
Hi,
I would like to receive emails via SSL/TLS under MacOS (High Sierra v 10.12.6) and had a look at the code from "infratec" at the following link:
https://www.purebasic.fr/english/viewt ... t=libcurl
Using Windows 7 the code works fine, under MacOS I got following linker errors using different PB Versions:
PB 5.73: Id: warning: object file (/Contents/Resources/compilers/debugger.a/Debugger.o) was build for newer version ( 10.8 ) than beeing linked...
PB 6.04: Id: warning: object file (purebasic.o) was build for newer version ...
PB 6.10: Undefined symbols for curl_easy_setopt", received from: _mainin purebasic.o ...
I'm using default system lib for MAC (curl/libcurl 7.4.5.0)
Any ideas ?
EDIT: see https://www.purebasic.fr/english/viewto ... 00#p622300
I would like to receive emails via SSL/TLS under MacOS (High Sierra v 10.12.6) and had a look at the code from "infratec" at the following link:
https://www.purebasic.fr/english/viewt ... t=libcurl
Using Windows 7 the code works fine, under MacOS I got following linker errors using different PB Versions:
PB 5.73: Id: warning: object file (/Contents/Resources/compilers/debugger.a/Debugger.o) was build for newer version ( 10.8 ) than beeing linked...
PB 6.04: Id: warning: object file (purebasic.o) was build for newer version ...
PB 6.10: Undefined symbols for curl_easy_setopt", received from: _mainin purebasic.o ...
I'm using default system lib for MAC (curl/libcurl 7.4.5.0)
Any ideas ?
EDIT: see https://www.purebasic.fr/english/viewto ... 00#p622300