In my attempts to compile a mail client to save me from GMail's woes, I am compiling aspell. Well, except that it tells me this as it tries to build: >>> ./.libs/libaspell.so: undefined reference to `acommon::HashTable<acommon::StringMap::Parms>::init(unsigned int)' ./.libs/libaspell.so: undefined reference to `acommon::HashTable<acommon::StringMap::Parms>::del()' ./.libs/libaspell.so: undefined reference to `acommon::BlockSList<acommon::StringPair>::clear()' collect2: ld returned 1 exit status <<<
This happens regardless of CFLAGS, CXXFLAGS, or LDFLAGS. Why does it hate me so, and how might I get it to like me again? -- Lennon Victor Cook -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
