Hi
> > I 've compiled "Dia-0.88.1" on HPUX version 11.00. The program compiled without
> > any problem. But when I try to run the program:
> >
> > ./run_dia.sh or ./dia
> >
> > The proram start with displaying logo and it doesn't go any further.
> >
> > I tried to use gdb to find the problem, but it didn't halp at all.
>
> Do usual gtk programs run ?
Yes, They are all working fine.
>
> How well works the dynamic loader under HP-UX ?
I know HPUX has always had some problem in this area, but it works fine
for the other programs, even it works for "dia-0.85".
> IIRC, this OS had a lot of
> trouble in that area... Do you have the absolute latest version of
> gmodule on your platform ? It's provided by libglib-1.2.10
I am using glib and gtk version 1.2.10.
>
> You may want to put debugging traces in function
> lib/plug-ins.c/dia_plugin_load() to check where it bangs...
I did that, but It still won't give any information at all, When I start
"dia" the only way to finnish the process is "kill -9 processID" , even
"kill processID" won't work.
>
> Good hunt.
>
Thanks a lot.
__Mehdi