Since I restored my macOS machine, I had to reinstall everything (gcc
, autoconf
, ...)
I've been attempting to build several projects like libimobiledevice
or anything else that build a .a
file but every times, this error happens :
ld: warning: ignoring file lib.a, file was built for archive which is not the architecture being linked (x86_64):
I don't know why I've got this but I can't build anything now (binutils
is unlinked, I've installed Xcode etc ...)
Is the newer version of gcc
, autoconf
[...] are broken or my machine is not configured correctly ?