Closed
Description
I’m trying to compile main to play around with it and failing with error:
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
on macOS M1
trying to compile by running g++ main.cpp -o main -v -std=c++11
anyone know what I'm missing?