[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compiling KDE 1.0
On Thu, 16 Jul 1998, Miki Shapiro wrote:
> I compiled all the packages, for the KDEsupport, then KDElibs, and then
> all the rest, as the readme requests.
> when compiling the KDEbase I ran the configure, it did ok, and then I ran
> the make and it splurted out a whole bunch of stuff i dont understand.
lucky for you, your "whole lot" seems to only contain a single error -
missing libXau.* library, as can be seen below:
> g++ -O2 -Wall -DHAVE_CONFIG_H -s -o kdm kdmconfig.o kdmshutdown.o
> kdmview.o kfdialog.o kgreeter.o access.o auth.o choose.o daemon.o dm.o
> dpylist.o error.o file.o genauth.o mitauth.o netaddr.o policy.o protodpy.o
> reset.o resource.o rpcauth.o server.o session.o socket.o streams.o util.o
> verify.o xdmauth.o xdmcp.o -L/usr/local/kde/lib -L/usr/local/qt/lib
> -L/usr/X11/lib -lkdecore -lqt -lXext -lXau -lXdmcp -lX11 -lm -lshadow
> -Wl,--rpath -Wl,/usr/local/kde/lib -Wl,--rpath -Wl,/usr/local/qt/lib
> -Wl,--rpath -Wl,/usr/X11/lib
note that this is a linking command. all the source files were compiled
properly into object files, but now the linker complains:
> /usr/i586-pc-linux-gnulibc1/bin/ld: cannot open -lXau: No such file or
> directory
as it sais, the 'Xau' library is not found in your system (in particular,
in your case it ought to be placed in /usr/X11/lib, as indicated by the
'-L' flag above. you should look in there for any file named 'libXau*' -
either you'll find none, or you'll find some, but with improper
names/versions/links.
if it's not found there, or anywhere on your PC, you may contact me, and
i'll e-mail you a copy of the library i've got here (assuming it matches,
as i'm using RH4.2).
guy
p.s. those long signatures.......