Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22153

GCC Linker errors with macOS Catalina (10.15)

$
0
0

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) ?


Viewing all articles
Browse latest Browse all 22153

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>