Guest User

Untitled

a guest
Jan 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. -------------- Build: Debug in test5 (compiler: GNU GCC Compiler)---------------
  2. g++ -Wall -fexceptions -g -std=c++11 -c "/home/user/Documents/test5/main.cpp" -o obj/Debug/main.o
  3. g++ -o bin/Debug/test5 obj/Debug/main.o
  4. g++: error: obj/Debug/main.o: No such file or directory
  5. g++: fatal error: no input files
  6. compilation terminated.
  7. Process terminated with status 1 (0 minute(s), 0 second(s))
  8. 2 error(s), 0 warning(s) (0 minute(s), 0 second(s))
Add Comment
Please, Sign In to add comment