On Thu, 11 Jan 2001, Richard A Sheldon wrote:

> I've compiled up Dia on Solaris 2.6 on a Sun Ultra Sparc 5 machine (using 
> imlib not gdk_pixbuf). I'm using gcc 2.95.2, gnu make and the gnu bin utils.
> 
> Everything compiles great, but when I come to run it I get the following 
> error:
> 
> 
> > dia
> ld.so.1: dia: fatal: relocation error: file 
> /unixapps/osource/lib/dia/libpstricks_filter.so: symbol 
> dia_plugin_check_version: referenced symbol not found
> Killed                                      
> 
> from what I can function gets compiled into the libdia.a library, and then 
> statically linked into dia at compile time.  Could it be something to do with 
> sun's ld.so.1 library? 

The symbol should exist within the main dia executable.  We use the
libtool flag to export symbols for dynamic linking when compiling dia.  Is
this not working?

> 
> Does anyone know how to fix this problem??

James.

Reply via email to