Guest User

Untitled

a guest
Jan 23rd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. tony@yes:~/code/file/act1$ make
  2. g++ -ggdb -c lab6-1.cpp
  3. g++ -ggdb -c Block.cpp
  4. g++ -ggdb -c Display.cpp
  5. g++ -ggdb -c Figure.cpp
  6. g++ -ggdb -c TextString.cpp
  7. g++ -ggdb -c Triangle.cpp
  8. g++ -ggdb -o file-1 file-1.o Block.o Display.o Figure.o TextString.o Triangle.o
  9. file-1.o: In function `~Block':
  10. /home/stu2/s7/tony/code/file/act1/Block.h:33: undefined reference to `vtable for Block'
  11. Block.o: In function `Block':
  12. /home/stu2/s7/tony/code/file/act1/Block.cpp:7: undefined reference to `vtable for Block'
  13. /home/stu2/s7/tony/code/file/act1/Block.cpp:7: undefined reference to `vtable for Block'
  14. collect2: ld returned 1 exit status
  15. make: *** [file-1] Error 1
Add Comment
Please, Sign In to add comment