Advertisement
GregLeblanc

again

Feb 15th, 2025
11
0
359 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. % clang++ $(root-config --cflags) hsimple.C $(root-config --libs) $(root-config --ldflags)
  2. Undefined symbols for architecture arm64:
  3. "_main", referenced from:
  4. <initial-undefines>
  5. ld: symbol(s) not found for architecture arm64
  6. clang: error: linker command failed with exit code 1 (use -v to see invocation)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement