On Tue, 29 Feb 2000, Scott Presnell wrote:
> There is still the issue of recognizing the correct so version number.
> the format libfoo.so.x.y does seem to be correct for NetBSD.  Is recognizing
> this format something under the control of dia, or is it something else that needs
> to be fixed in libtool, or in the Makefile... 

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.

/ Alex

Reply via email to