Re: [Kmatplot-general] Problem on SuSE 7.2
Brought to you by:
kamil
From: Kamil <kam...@po...> - 2001-08-02 23:05:50
|
On Fri 3. August 2001 02:35, you wrote: > > Hmmm, strange. ldd says that kmatplot/kmatplot is not a shared library! So > I assume it is linked statically. At the moment I'm recompiling with > --with-kde-dir=/opt/kde2 and --with-qt-dir=/usr/lib/qt2. This takes quite > a long time on my 300 MHz MII, so I assume I'll probably be able to give > you more success or error reports tomorrow morning. You needn't to recompile if you keep all object files. Just reconfigure and reinstall. Kmatplot compiles itself very long, mostly those dialogs, Dialog editor generates four files per single panel, uff ! kmatplot in the build directory isn't a real program it is only a wrapper script which calls ./libs/kmatplot. It allows you to run kmatplot without adding path to a shared library ( part/.libs/libkmatplot.so ), but the problem with resource files still remains, so it won't work. I know no way to run kmatplot directly from the build directory. I checked source once again and it seems that program checks if resources are present but it just displays "libkmatplot not found" and crashes if there is a problem, I try to add a more descriptive message in the next version. Kamil |