Advertisement
Guest User

rdmNumGen error

a guest
Jul 27th, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. g++ -c /Users/brandonobriant/CS161_C++/week5/Projects/rndGen.cpp -o /Users/brandonobriant/CS161_C++/week5/Projects/rndGen.o
  2. g++ -o /Users/brandonobriant/CS161_C++/week5/Projects/rndGen /Users/brandonobriant/CS161_C++/week5/Projects/rndGen.o
  3. Undefined symbols for architecture x86_64:
  4. "rand_int(int const&, int const&, int&)", referenced from:
  5. _main in rndGen.o
  6. ld: symbol(s) not found for architecture x86_64
  7. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  8. Process terminated with status 1 (0 minute(s), 0 second(s))
  9. 0 error(s), 0 warning(s) (0 minute(s), 0 second(s))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement