LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   kdevelop, hello world, /usr/lib/libkdeui.so: could not read symbols: File in wrong fo (https://www.linuxquestions.org/questions/programming-9/kdevelop-hello-world-usr-lib-libkdeui-so-could-not-read-symbols-file-in-wrong-fo-319196/)

runlevel: 6 05-01-2005 09:23 PM

kdevelop, hello world, /usr/lib/libkdeui.so: could not read symbols: File in wrong fo
 
I am trying to compile sample KDevelop KDE C++ application "Hello World", on FC3, x86_64, I have libtool-1.5.6-4.FC3.2, and automake-1.9.2-3, gcc-3.4.3-22.fc3, kdevelop-3.1.1-1
During make it produces the following error:

Code:

cd '/home/my_programs/hw/debug' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -k
gmake all-recursive
gmake[1]: Entering directory `/home/my_programs/hw/debug'
Making all in doc
gmake[2]: Entering directory `/home/my_programs/hw/debug/doc'
Making all in .
gmake[3]: Entering directory `/home/my_programs/hw/debug/doc'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory `/home/my_programs/hw/debug/doc'
Making all in en
gmake[3]: Entering directory `/home/my_programs/hw/debug/doc/en'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/home/my_programs/hw/debug/doc/en'
gmake[2]: Leaving directory `/home/my_programs/hw/debug/doc'
Making all in po
gmake[2]: Entering directory `/home/my_programs/hw/debug/po'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/my_programs/hw/debug/po'
Making all in src
gmake[2]: Entering directory `/home/my_programs/hw/debug/src'
/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -g3 -fno-inline -O0 -g3 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -o hw -R /usr/lib -R /usr/lib64/qt-3.3/lib -R /usr/X11R6/lib64 -L/usr/X11R6/lib64 -L/usr/lib64/qt-3.3/lib -L/usr/lib main.o hw.o -lkdeui
/usr/lib/libkdeui.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
gmake[2]: *** [hw] Error 1
gmake[2]: Target `all' not remade because of errors.
gmake[2]: Leaving directory `/home/my_programs/hw/debug/src'
gmake[2]: Entering directory `/home/my_programs/hw/debug'
gmake[2]: Leaving directory `/home/my_programs/hw/debug'
gmake[1]:
gmake[1]: Leaving directory `/home/my_programs/hw/debug'
*** [all-recursive] Error 1
gmake: *** [all] Error 2
*** Exited with status: 2 ***

Any suggestions would be appreciated.

valerie_tux 05-02-2005 01:22 AM

I think you need to re install kdelibs-dev(debian) or Kdelibs-devel for FC3.

runlevel: 6 05-04-2005 12:37 AM

still getting same error message: "/usr/lib/libkdeui.so: could not read symbols: File
 
Thanks for suggestion. I've tried to update with yum and also uninstall -- install with rpm, kdelibs-3.3.1-2.12.FC3.i386.rpm, kdelibs-3.3.1-2.12.FC3.x86_64.rpm, and kdelibs-devel-3.3.1-2.12.FC3.x86_64 packages. It didn't help. I am still getting same error message: "/usr/lib/libkdeui.so: could not read symbols: File in wrong format"


All times are GMT -5. The time now is 07:08 AM.