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?
Does anyone know how to fix this problem??
Thanks
Rich