Re: win32 Lisp cannot load Gtk DLLs when C can?



Kenny Tilton wrote:

libgobject load fails when unable to resolve libintl_bind_textdomain_codeset in intl.dll. That label shows up as extant and dll-exported in libintl.h (cursory examination, nothing deep such as checking a link map to confirm the symbol is out there).

Any thoughts? Even on simply if CL might somehow fail on a faulty build where a C app might not? ie, is it doing more poking around to get things into Lisp-land?


Not to flog the obvious too much, but ...

libintl_bind_textdomain_codeset has probably disappered in the newest
version.  The entry in the .h is probably now a vestigal organ.  Since
it is open source, look in the source files for it, you know, grep ... *.c
or whatever. (or like you said, check the symbol listing for the dll).

Wade
.