linking problems

wim delvaux wim.delvaux at adaptiveplanet.com
Mon Jan 5 23:54:45 CET 2004


HI all,

Compiling on debian and having been told that there is a problem with 
conflicting jpegs (and moving them aside) I keep on getting link errors.

These errors seem to be caused by not all libraries being linked in.

E.g. Main.c complains that KCookieServer::KCookieServer is missing.
This is defined in the kcookiejar library but the command line for linking 
does not contain that library.

I did the following configure

       ./configure \
              --host=arm-linux \
              --disable-debug \
              --disable-shared \
              --enable-qt-embedded \
              --enable-embedded \
              --enable-static \
              --enable-qtopia \
              --with-konq-tmp-prefix=/tmp \
              --without-ssl \
              --prefix=$BASED/konqueror/install \
              --with-extra-includes=/usr/local/arm/2.95.3/arm-linux/include \
              --with-extra-libs=/usr/local/arm/2.95.3/arm-linux/lib \
              --with-qt-dir=$BASED/qt-embedded-2/arm_gcc2 \
              --enable-mt

I am at lost.

HELP !



More information about the konq-e mailing list