AbstractBeliefs

Untitled

May 18th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. $ g++ main.cpp
  2. /tmp/ccxib5or.o: In function `main':
  3. main.cpp:(.text+0x9e): undefined reference to `populate(warrior*, unsigned int)'
  4. main.cpp:(.text+0xbc): undefined reference to `evolve(warrior*, unsigned int, unsigned int)'
  5. main.cpp:(.text+0xd2): undefined reference to `dump(warrior*, unsigned int)'
  6. collect2: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment