Re: spell checking
- From: Pawel Salek <pawsa TheoChem kth se>
- To: Brian Stafford <brian stafford uklinux net>
- Cc: Trond Eivind Glomsrĝd <teg redhat com>,"Karl O . Pinc" <kop meme com>,christophe barbé <christophe barbe lineo fr>,balsa-list gnome org, kevina users sourceforge net, borgan redhat com
- Subject: Re: spell checking
- Date: Tue, 10 Jul 2001 16:57:22 +0200
On 2001-07-10 16:47 Brian Stafford wrote:
> for this to happen. As I understand it, lt_dlopen() requires a
> filename with an explicit suffix and does not search for alternatives.
Yes, libpspell_aspell.la is passed as the filename with explicit suffix
'.la'.
Relevant part of pspell-.12.2/interface/manager_impl.cc:new_pspell_manager_class()
is
#ifdef USE_LTDL
int s = lt_dlinit();
assert(s == 0);
PspellString libname;
libname = LIBDIR "/libpspell_";
libname += name;
libname += ".la";
lt_dlhandle h = lt_dlopen (libname.c_str());
if (h == 0)
return (new PspellCanHaveErrorImpl())
->set_error(cant_load_module, name.c_str());
/Pawel
--
Pawel Salek (pawsa@theochem.kth.se) http://www.theochem.kth.se/~pawsa/
Theoretical Chemistry Division, KTH voice: +46 8 790-8202
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]