undefined symbol and loading module

Samir Saidani saidani at info.unicaen.fr
Sun Aug 21 15:21:56 UTC 2005


Hi,

When I try to load a plugin (PseudoTTYPlugin), I get a 
ioLoadModule(...Squeak-3.7-7/src/PseudoTTYPlugin/.libs/PseudoTTYPlugin):
...Squeak-3.7-7/src/PseudoTTYPlugin/.libs/PseudoTTYPlugin: undefined
symbol: sqUnixAsyncFileSessionID

The initialise method of this module is correct, this method tries to
load the module AsyncFile where such a symbol is defined. But I
discover that ioLoadModule don't get a chance to the module to
initialise itself and then to load the module where the symbol is
defined. Is there a possibility to ignore this error ? (when I browse
sqUnixExternalPrims, I found a sqIgnorePluginErrors : if ((!err) &&
!(sqIgnorePluginErrors)) fprintf(stderr, "ioLoadModule(%s):\n %s\n",
libName, dlerror());)

I must precise that it works when I force AsyncFilePlugin module
loading.

Or is there another way to get it working ?

Thanks !
Samir


-- 
Samir SAIDANI				
PhD Student in CS / Doctorant en informatique 	web : http://www.info.unicaen.fr/~saidani
Universite de Caen - Laboratoire GREYC          tel : 02-31-56-74-30
Equipe MAD - Campus II - 14032 Caen Cedex       fax : 02-31-56-76-30



More information about the Squeak-dev mailing list