Please Help compiling krd-1.6.1.tar.gz

Hello Community,

could somebody please help compiling krd-1.6.1.tar.gz.
I successfully switched from Ubuntu to OpenSuse 11 x86_64 KDE 3.5.

I found a ready package krd-1.5.0_x86_64.rpm but I want the new version. I could configure the sources with ./configure --enable-libsuffix=64 but the make fails.

I think the problem is the new GCC 4.3.1

Many thanks
MacDay

Hi
=64 is incorrect, you need the path to the library it’s looking for.


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.0 x86 Kernel 2.6.25.16-0.1-default
up 7:33, 1 user, load average: 0.49, 0.23, 0.09
GPU GeForce 6600 TE/6200 TE - Driver Version: 173.14.12

sorry is does not work.

When I add the path to the argument --enable-libsuffix=/usr/lib/qt3/lib64 the configure dows not work with the error:

checking for Qt… configure: error: Qt (>= Qt 3.2) (library qt-mt) not found. Please check your installation!

but with --enable-libsuffix=64 the configure process works.

After the configure the make does not work.

I did the same procedure under Opensuse 10.3 x86_64 and everything works fine.