Advertisement
shotgun_ninja

Linker output for Image/Shapes lab

Feb 10th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1.  
  2.  
  3. // Linker output:
  4.  
  5. Point.o: In function `Point::Point()':
  6. Point.cpp:(.text+0xd): undefined reference to `Shape::Shape()'
  7. Point.o: In function `Point::Point(int, Matrix const&)':
  8. Point.cpp:(.text+0x37): undefined reference to `Shape::Shape(int, Matrix const&)'
  9. Point.o: In function `Point::Point(Point const&)':
  10. Point.cpp:(.text+0x67): undefined reference to `Shape::Shape(int, Matrix const&)'
  11. Point.o: In function `Point::~Point()':
  12. Point.cpp:(.text+0x8c): undefined reference to `Shape::~Shape()'
  13. Point.o: In function `Point::operator=(Point const&)':
  14. Point.cpp:(.text+0xd6): undefined reference to `Shape::getColor() const'
  15. Point.cpp:(.text+0xf0): undefined reference to `Shape::getOrigin() const'
  16. Point.o:(.rodata._ZTV5Point[vtable for Point]+0x20): undefined reference to `Shape::operator<<(std::basic_ostream<char, std::char_traits<char> >&) const'
  17. Point.o:(.rodata._ZTV5Point[vtable for Point]+0x24): undefined reference to `Shape::operator>>(std::basic_istream<char, std::char_traits<char> >&)'
  18. Point.o:(.rodata._ZTV5Point[vtable for Point]+0x28): undefined reference to `Shape::operator=(Shape const&)'
  19. Point.o:(.rodata._ZTI5Point[typeinfo for Point]+0x8): undefined reference to `typeinfo for Shape'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement