On Friday 29 April 2005 04:56 am, [EMAIL PROTECTED] wrote:
> Hello All,
> I am following BLFS-5.1 strategy top create my LINUX.I have successfully
> installed Xorg.Now I want to use KDE as desktop environment.But I m
> trying from last week and using various versions of it. But I got error
> mesaage in my every attempt of MAKE command for kdelib.
> I am a newbie but as I have create LFS so now i go thru Makefiles too .
> But It didn't dissolve my problem.
> some times as it return error like this specific library " *.la "not
> found.So when i find it there is no any library with such name , so i have
> copied some libraries from my BASE Linux.
It's not uncommon to feel like you've hit a brick wall when compiling packages
from source, but copying over libraries is almost never a good solution.
> At that time this error not come again. But at later stage it returns some
> other error msg,as Undefined refrence of ****** in *.so
> one such error's screenshot is attached below....
>
> I think such errors are result of some previous mistake.
> But I find myself totally helpless regarding this matter, And now I am so
> much tired , I have mailed on this group regarding this once but, no
> reply.
>
> Any suggestion regarding this would be appreciated.
>
> Hope to have some suggestion this time.
> Thanx & regards
> Sunsom
>
> make[1]: Entering directory `/usr/src/source/kdelibs-3.3.2/kio/kfile'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/usr/src/source/kdelibs-3.3.2/kio/kfile'
> Making all in .
> make[1]: Entering directory `/usr/src/source/kdelibs-3.3.2/kio'
> /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 -DNDEBUG -DNO_DEBUG -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 libkio.la -rpath /opt/kdenew/lib -version-info
> 6:0:2 -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined
> -L/usr/X11R6/lib -L/opt/qt-3.3.2/lib -L/opt/kdenew/lib dummy.lo
> kssl/libkssl.la kio/libkiocore.la kio/libksycoca.la
> bookmarks/libkbookmarks.la kfile/libkfile.la ../kdeui/libkdeui.la
> ../kdesu/libkdesu.la ../kwallet/client/libkwalletclient.la -lz
> kio/.libs/libkiocore.a(kprotocolmanager.o)(.text+0x11cc): In function
> `.L233':: undefined reference to `DCOPReply::typeCheck(char const*, bool)'
> kio/.libs/libkiocore.a(slave.o)(.text+0x1a07):
This (above) is the important part. All the rest resulted from this first
error and is probably unimportant.
The most likely reason nobody responded to your post, is that the error
doesn't really point to an obvious missing dependency. My google search
turned up no (as in zero) hits, which points at it being a real oddball.
If you have copied over libraries to get to this point in the install, I'd
suggest you start your KDE install over without the copied libraries. This
time making sure that all of the BLFS instructions have been followed, and
posting here the first time you hit an error.
Regards,
Craig
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page