Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. Linking ex3 ...
  2. objs/main.o: In function `main':
  3. main.cpp:(.text+0x9c): undefined reference to `all_messages::all_messages()'
  4. main.cpp:(.text+0xa4): undefined reference to `all_messages::printWelcomeMessage()'
  5. main.cpp:(.text+0xb3): undefined reference to `mainFactory::mainFactory()'
  6. main.cpp:(.text+0xd2): undefined reference to `mainFactory::execute(player*)'
  7. main.cpp:(.text+0x104): undefined reference to `mainFactory::~mainFactory()'
  8. main.cpp:(.text+0x114): undefined reference to `mainFactory::~mainFactory()'
  9. main.cpp:(.text+0x124): undefined reference to `all_messages::~all_messages()'
  10. main.cpp:(.text+0x131): undefined reference to `all_messages::~all_messages()'
  11. collect2: ld returned 1 exit status
  12. make: *** [ex3] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement