I've noticed that kdbg-1.1.4-7mdk segfaults immediately after starting, do
you?
After a little bit investigation I've discovered that:
[root@pset40]# ldd /usr/bin/kdbg | grep qt
libqt.so.1 => /usr/lib/libqt.so.1 (0x404e3000)
libqt.so.2 => /usr/lib/libqt.so.2 (0x409df000)
That have no sense!
Specifically because kdbg spec file legacy impose use of kde2 and ,
consequently, qt2
On other and in /usr/lib there is libqt.so which is a symlink to
/usr/lib/libqt.so.1
Then I supposed the ld link order was wrong and swapping /usr/lib and
/usr/lib/qt2 positions in macro all_libraries in kdbg/Makefile solved the
problem.
Now I have a full functional kdbg-1.1.7beta1 KDE aware debugger.
But the problem remains: 1) installing kde1-compat-1.1.2 ld finds qt 1.1.2
shared object for first.
2) Not installing can't compile old good kde1.1.2
apps
3) Don't know how to impose different ordering for
libraries with autoconf automake stuff.
Anyway LM7.2 is great, thank you.
D.Parodi