> I get this error when using =random() in a cell. I know the fn-random > is a directory, but so what? Since i used disable shared there is a > fn-random.a library inside the directory (instead of a .so).
It will not work. A library.a file is not suitable for being dynamically linked in and that is what plugin loading is doing. It also cannot be statically linked in because its symbols will conflict with other plugins. Why do you want to do it in the first place? Morten _______________________________________________ gnumeric-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnumeric-list
