Hi admins,
Is anyone using pspell and aspell on Tru64 5.1A ? From the archives
it doesn't look like it! They are the new open source spelling libraries
and utilities and can do multi-language spell checking. You need them for
IMP 3.0 webmail.
pspell is the Portable Spell Checker Interface Library and aspell
is an Open Source spell checker designed to eventually replace Ispell.
Both require a hefty c++ compiler and won't even configure with CC
set to the system compiler. pspell compiles fine with gcc 3.0.2, but I
can't get aspell to compile. It breaks with errors in symbols
__gxx_personality_v0 -
If anyone has managed to compile aspell or has a binary of aspell which
works on 5.1A I'd love to hear how you got it to compile!
Thanks
Paul
gcc -g -O2 -o mk-dirs_h mk-dirs_h.o
std::cout
std::uncaught_exception()
std::__throw_ios_failure(char const*)
__cxa_begin_catch
__cxa_rethrow
__cxa_end_catch
operator new(unsigned long)
std::_Format_cache<char>::_Format_cache()
std::ios_base::register_callback(void (*)(std::ios_base::event,
std::ios_base&, int), int)
operator delete(void*)
std::ios_base::_M_grow_words(int)
std::ios_base::xalloc()
__cxa_call_unexpected
std::locale::locale(std::locale const&)
std::locale::~locale()
std::__throw_bad_cast()
std::__throw_length_error(char const*)
std::__throw_bad_alloc()
vtable for __cxxabiv1::__class_type_info
std::ios_base::Init::Init()
std::ios_base::Init::~Init()
__gxx_personality_v0
collect2: ld returned 1 exit status
make[3]: *** [mk-dirs_h] Error 1
+------------------------------------------------------------------------------+
| Paul Reilly email: paul.reilly_at_tcd.ie |
| Unix Systems Administrator phone: +(353)-01-608-3641 |
| IS Services, Trinity College Dublin fax: +(353)-01-671-1181 |
| Dublin 2, Ireland web:
http://tcd.ie/People/Paul.Reilly/ |
+------------------------------------------------------------------------------+
Received on Fri Dec 07 2001 - 18:11:23 NZDT