I've been updated to from Sierra to Catalina (bad idea but I didn't know ...) and for almost every compilations, I've been had the following errors (the following is taken from libimobiledevice
but I had the same for some other repos) :
ld: warning: ignoring file ../common/.libs/libinternalcommon.a, building for macOS-x86_64 but attempting to link with file built for macOS-x86_64
Undefined symbols for architecture x86_64:
"_socket_accept", referenced from:
_main in iproxy-iproxy.o
"_socket_close", referenced from:
_main in iproxy-iproxy.o
[ ... ]
I have no clue about where this come from, because everything worked fine and properly under Sierra (I just updated Brew
's bottles ...)
What's the problem here ? GCC or just Catalina is super bad (at the point of not compiling anymore) ?