On Wed, 28 Apr 1999, Jan Iven wrote:

> Hello,
> #include <grateful_thanks.h>
> 
> looks like dia (CVS snapshot) has a problem with linking (at least on
> my machine , linux 2.0.36/i386):
> 
> not all of lib/libdia.a is  linked into the executable app/dia,
> e.g. dia_color_selector_new() from widget.o is being left out.
> (gives a crash while double-clicking a "standard" box).
> 
> The following patchlet fixes this, but there may be a better solution
> (I have no experience with automake).

 That's bad, strange that i hadn't noticed. 

 Link flags aren't portable so i've solved it in another way. The
lib/dummy_dep.h fileis used to bring in symbols from all object files into
libdia.a.

I'll fix it when i  get home.

/ Alex

Reply via email to