On Tue, 29 Feb 2000, Alexander Larsson wrote:
> It is in fact under Dia control in the app/app_procs.c
> name_is_lib() function. This has code for detecting .so, .so.0.0.0, .sl
> and .dll. Maybe .so.0.0 should be added, or the detection should be done
> in another way.
>
Maybe it would be good to steal the code from Tim Janik's Beast program.
When loading plugins, it looks for .la files, and uses that to work out
what the correct filename is to use. I might implement this when doing
the new plugin interface. This offloads the burden of knowing what
extension is used to libtool (which should know, as it built the files :)
James.