hi there,
although
jmonolith2001 has solved his problem, I want to post this because I had a similar problem when trying to compile K3B. I got this error:
/bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -o libk3bdevice.la -rpath /usr/lib -L/usr/lib -L/usr/lib/qt-3.1/lib -L/usr/X11R6/lib -Wl,--enable-new-dtags -version-info 2:0:0 -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined k3bdevice.lo k3bscsicommand.lo k3btrack.lo k3btoc.lo k3bdevicemanager.lo k3bmsf.lo k3bdiskinfo.lo k3bdeviceglobals.lo k3bcrc.lo k3bcdtext.lo -lkio
/usr/bin/ld: cannot find -lart_lgpl_2
collect2: ld returned 1 exit status
make[3]: *** [libk3bdevice.la] Error 1
make[3]: Leaving directory `/home/sam/temp/k3b-0.11.18/src/device'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/sam/temp/k3b-0.11.18/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sam/temp/k3b-0.11.18'
make: *** [all] Error 2
I made a "locate libart_lgpl_2" (based on the reply from
stanleyg76) and found a '/usr/lib/libart_lgpl_2.so.2', so I only made a symlink "/usr/lib/libart_lgpl_2.so" pointing to "/usr/lib/libart_lgpl_2.so.2", and the problem was solved.
Hope someone can find this info useful.