Re: Plugins with --enable-static and --disable-shared



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]