Menu

#34 make error on RedHat 8.0, KDE 3.1.1

open
nobody
None
5
2003-05-09
2003-05-09
Anonymous
No

I get this when trying to make the 2.x CVS on RedHat 8.0:

/bin/sh ../../libtool --silent --mode=link --tag=CXX g++
-Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
-Wconversion -O2 -fno-exceptions -fno-check-new
-L/usr/X11R6/lib -L/usr/lib/qt-3.1/lib -L/usr/lib -o
kio_kbearftp.la.closure kio_kbearftp_la_closure.lo -module
-avoid-version -module -no-undefined -R /usr/lib -R
/usr/lib/qt-3.1/lib -R /usr/X11R6/lib -L/usr/X11R6/lib
-L/usr/lib/qt-3.1/lib -L/usr/lib -R /usr/lib -R /usr/lib/qt-3.1/lib
-R /usr/X11R6/lib kbearftp.lo -lXext -lX11 -lkio -lqt-mt -lpng -lz
-lm -lXext -lX11 -lSM -lICE -lpthread -lkdecore -lkdeui -lkio
/usr/bin/ld: cannot find -lart_lgpl_2
collect2: ld returned 1 exit status
make[3]: *** [kio_kbearftp.la.closure] Error 1
make[3]: Leaving directory `/usr/src/kbear/kbear/ftp'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/kbear/kbear'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/kbear'
make: *** [all] Error 2

Can anyone help me?

Discussion

  • Bj�rn Sahlstr�m

    Logged In: YES
    user_id=145300

    are yo missing arts/libart ?

     
  • Nobody/Anonymous

    Logged In: NO

    no. i get this when i do a rpm search on installed packages:

    arts-1.1.1-0.8x.2
    arts-devel-1.1.1-0.8x.2
    libart_lgpl-2.3.10-1

     
  • Nobody/Anonymous

    Logged In: NO

    Acoording to the compile output your library paths is set to:
    /usr/lib/qt-3.1/lib
    /usr/X11R6/lib
    /usr/lib
    Make sure the library is there !
    If located elsewhere add the path to LD_LIBRARY_PATH
    maybe need to rerun ldconfig as well ?

     
  • Nobody/Anonymous

    Logged In: NO

    solved it. i also needed the devel package for libart. installed it and it
    all worls fine now. thanks a lot.

     
  • Rex Dieter

    Rex Dieter - 2004-05-14

    Logged In: YES
    user_id=205794

    NOTABUG,
    install libart_lgpl-devel
    and try again.

     

Log in to post a comment.