1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
/tmp/ccgYyOmJ.o: In function `main':
test.cpp:(.text+0x8e): undefined reference to `Key::Key()'
test.cpp:(.text+0xc5): undefined reference to `Key::setWord(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
test.cpp:(.text+0x10e): undefined reference to `Key::getWord() const'
test.cpp:(.text+0x1be): undefined reference to `Key::Key(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
test.cpp:(.text+0x207): undefined reference to `Key::getWord() const'
test.cpp:(.text+0x2b7): undefined reference to `Key::setWord(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
test.cpp:(.text+0x300): undefined reference to `Key::Key(Key const&)'
test.cpp:(.text+0x336): undefined reference to `Key::getWord() const'
test.cpp:(.text+0x39d): undefined reference to `Key::operator==(Key const&) const'
test.cpp:(.text+0x3ee): undefined reference to `Key::operator<(Key const&) const'
test.cpp:(.text+0x43f): undefined reference to `Key::operator>(Key const&) const'
test.cpp:(.text+0x4a5): undefined reference to `operator>>(std::basic_istream<char, std::char_traits<char> >&, Key&)'
test.cpp:(.text+0x4b8): undefined reference to `operator<<(std::basic_ostream<char, std::char_traits<char> >&, Key const&)'
/tmp/ccMbALPT.o: In function `operator>>(std::basic_istream<char, std::char_traits<char> >&, Entry&)':
Entry.cpp:(.text+0xfc): undefined reference to `Key::setWord(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
/tmp/ccMbALPT.o: In function `operator<<(std::basic_ostream<char, std::char_traits<char> >&, Entry const&)':
Entry.cpp:(.text+0x3b9): undefined reference to `Key::getWord() const'
/tmp/ccMbALPT.o: In function `Entry::Entry(Entry const&)':
Entry.cpp:(.text+0x494): undefined reference to `Key::Key()'
/tmp/ccMbALPT.o: In function `Entry::Entry(Entry const&)':
Entry.cpp:(.text+0x53e): undefined reference to `Key::Key()'
/tmp/ccMbALPT.o: In function `Entry::Entry(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
Entry.cpp:(.text+0x5e8): undefined reference to `Key::Key()'
/tmp/ccMbALPT.o: In function `Entry::Entry(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
Entry.cpp:(.text+0x65e): undefined reference to `Key::Key()'
/tmp/ccMbALPT.o: In function `Entry::Entry()':
Entry.cpp:(.text+0x6d4): undefined reference to `Key::Key()'
/tmp/ccMbALPT.o:Entry.cpp:(.text+0x71c): more undefined references to `Key::Key()' follow
collect2: ld returned 1 exit status
|