You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MacPorts files you have in /opt/local/lib are x86_64, and you're building arm64. The linker sees those when looking for -lz -lxml2 and because they're the wrong architecture, doesn't use them, and therefore can't find their symbols to link.
The text was updated successfully, but these errors were encountered: