You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Wednesday, April 20th 2005, 6:51pm

compile error: libGL.la

Hi, I'm trying to compile KDE 3.4 from source, using the latest version of Konstruct. However, arts fails to compile with the error message:

libtool: link: `__LIBGL_PATH__/libGL.la' is not a valid libtool archive

(full output is attached below) Any ideas what's going wrong? It seems that __LIBGL_PATH__ is set incorrectly.. how can I set it? Also, what is the meaning of "'/usr/lib/libGL.la' seems to be moved"? The file in question exists on my system:

hobbes:~/Downloads/konstruct/meta/kde$ ls -l /usr/lib/libGL.la
-rwxr-xr-x 1 root root 652 Jul 27 2004 /usr/lib/libGL.la

Thanks for any pointers!
Klaus

---------- Konstruct output follows ----------

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
make[6]: Entering directory `/home/kvoelker/Downloads/konstruct/kde/kdelibs/work/kdelibs-3.4.0/arts/kde'
/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 -I/home/kvoelker/kde3.4/include -I/usr/X11R6/include -L/home/kvoelker/kde3.4/lib -L/usr/X11R6/lib -O2 -pipe -I/home/kvoelker/kde3.4/include -I/usr/X11R6/include -L/home/kvoelker/kde3.4/lib -L/usr/X11R6/lib -O2 -pipe -I/home/kvoelker/kde3.4/include -I/usr/X11R6/include -L/home/kvoelker/kde3.4/lib -L/usr/X11R6/lib -O2 -pipe -I/home/kvoelker/kde3.4/include -I/usr/X11R6/include -L/home/kvoelker/kde3.4/lib -L/usr/X11R6/lib -O2 -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -fno-exceptions -fno-check-new -fno-common  -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION   -L/home/kvoelker/kde3.4/lib -L/usr/X11R6/lib -L/home/kvoelker/kde3.4/lib -L/usr/X11R6/lib -L/home/kvoelker/kde3.4/lib -L/usr/X11R6/lib -L/home/kvoelker/kde3.4/lib -L/usr/X11R6/lib -o libartskde.la -rpath /home/kvoelker/kde3.4/lib -L/home/kvoelker/kde3.4/lib -L/usr/X11R6/lib    -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -version-info 3:0:2 libartskde_la.all_cc.lo libartskde_la.all_cpp.lo  ../../kio/libkio.la -lqtmcop -lsoundserver_idl
libtool: link: warning: `/usr/lib/libGL.la' seems to be moved
libtool: link: warning: `/usr/lib/libGL.la' seems to be moved
libtool: link: warning: `/usr/lib/libGL.la' seems to be moved
libtool: link: warning: `/usr/lib/libGL.la' seems to be moved
libtool: link: warning: `/usr/lib/libGL.la' seems to be moved
libtool: link: warning: `/usr/lib/libGL.la' seems to be moved
libtool: link: warning: `/usr/lib/libGL.la' seems to be moved
libtool: link: warning: library `/usr/lib/libGL.la' was moved.
../../libtool: line 1: cd: __LIBGL_PATH__: No such file or directory
libtool: link: warning: cannot determine absolute directory name of `__LIBGL_PATH__'
grep: __LIBGL_PATH__/libGL.la: No such file or directory
/bin/sed: can't read __LIBGL_PATH__/libGL.la: No such file or directory
libtool: link: `__LIBGL_PATH__/libGL.la' is not a valid libtool archive
make[6]: *** [libartskde.la] Error 1